@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() |
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 Object
Object.toString()
public AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.