@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetails extends Object implements Serializable, Cloneable, StructuredPojo
An array of objects that describes where your execution history events will be logged.
| Constructor and Description |
|---|
AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetails() |
| Modifier and Type | Method and Description |
|---|---|
AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetails |
clone() |
boolean |
equals(Object obj) |
AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails |
getCloudWatchLogsLogGroup()
An object describing a CloudWatch Logs log group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCloudWatchLogsLogGroup(AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails cloudWatchLogsLogGroup)
An object describing a CloudWatch Logs log group.
|
String |
toString()
Returns a string representation of this object.
|
AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetails |
withCloudWatchLogsLogGroup(AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails cloudWatchLogsLogGroup)
An object describing a CloudWatch Logs log group.
|
public AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetails()
public void setCloudWatchLogsLogGroup(AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails cloudWatchLogsLogGroup)
An object describing a CloudWatch Logs log group. For more information, see Amazon Web Services::Logs::LogGroup in the CloudFormation User Guide.
cloudWatchLogsLogGroup - An object describing a CloudWatch Logs log group. For more information, see
Amazon Web Services::Logs::LogGroup in the CloudFormation User Guide.public AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails getCloudWatchLogsLogGroup()
An object describing a CloudWatch Logs log group. For more information, see Amazon Web Services::Logs::LogGroup in the CloudFormation User Guide.
public AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetails withCloudWatchLogsLogGroup(AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails cloudWatchLogsLogGroup)
An object describing a CloudWatch Logs log group. For more information, see Amazon Web Services::Logs::LogGroup in the CloudFormation User Guide.
cloudWatchLogsLogGroup - An object describing a CloudWatch Logs log group. For more information, see
Amazon Web Services::Logs::LogGroup in the CloudFormation User Guide.public String toString()
toString in class ObjectObject.toString()public AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.