@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExperimentTemplateLogConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Describes the configuration for experiment logging.
Constructor and Description |
---|
ExperimentTemplateLogConfiguration() |
Modifier and Type | Method and Description |
---|---|
ExperimentTemplateLogConfiguration |
clone() |
boolean |
equals(Object obj) |
ExperimentTemplateCloudWatchLogsLogConfiguration |
getCloudWatchLogsConfiguration()
The configuration for experiment logging to Amazon CloudWatch Logs.
|
Integer |
getLogSchemaVersion()
The schema version.
|
ExperimentTemplateS3LogConfiguration |
getS3Configuration()
The configuration for experiment logging to Amazon S3.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCloudWatchLogsConfiguration(ExperimentTemplateCloudWatchLogsLogConfiguration cloudWatchLogsConfiguration)
The configuration for experiment logging to Amazon CloudWatch Logs.
|
void |
setLogSchemaVersion(Integer logSchemaVersion)
The schema version.
|
void |
setS3Configuration(ExperimentTemplateS3LogConfiguration s3Configuration)
The configuration for experiment logging to Amazon S3.
|
String |
toString()
Returns a string representation of this object.
|
ExperimentTemplateLogConfiguration |
withCloudWatchLogsConfiguration(ExperimentTemplateCloudWatchLogsLogConfiguration cloudWatchLogsConfiguration)
The configuration for experiment logging to Amazon CloudWatch Logs.
|
ExperimentTemplateLogConfiguration |
withLogSchemaVersion(Integer logSchemaVersion)
The schema version.
|
ExperimentTemplateLogConfiguration |
withS3Configuration(ExperimentTemplateS3LogConfiguration s3Configuration)
The configuration for experiment logging to Amazon S3.
|
public void setCloudWatchLogsConfiguration(ExperimentTemplateCloudWatchLogsLogConfiguration cloudWatchLogsConfiguration)
The configuration for experiment logging to Amazon CloudWatch Logs.
cloudWatchLogsConfiguration
- The configuration for experiment logging to Amazon CloudWatch Logs.public ExperimentTemplateCloudWatchLogsLogConfiguration getCloudWatchLogsConfiguration()
The configuration for experiment logging to Amazon CloudWatch Logs.
public ExperimentTemplateLogConfiguration withCloudWatchLogsConfiguration(ExperimentTemplateCloudWatchLogsLogConfiguration cloudWatchLogsConfiguration)
The configuration for experiment logging to Amazon CloudWatch Logs.
cloudWatchLogsConfiguration
- The configuration for experiment logging to Amazon CloudWatch Logs.public void setS3Configuration(ExperimentTemplateS3LogConfiguration s3Configuration)
The configuration for experiment logging to Amazon S3.
s3Configuration
- The configuration for experiment logging to Amazon S3.public ExperimentTemplateS3LogConfiguration getS3Configuration()
The configuration for experiment logging to Amazon S3.
public ExperimentTemplateLogConfiguration withS3Configuration(ExperimentTemplateS3LogConfiguration s3Configuration)
The configuration for experiment logging to Amazon S3.
s3Configuration
- The configuration for experiment logging to Amazon S3.public void setLogSchemaVersion(Integer logSchemaVersion)
The schema version.
logSchemaVersion
- The schema version.public Integer getLogSchemaVersion()
The schema version.
public ExperimentTemplateLogConfiguration withLogSchemaVersion(Integer logSchemaVersion)
The schema version.
logSchemaVersion
- The schema version.public String toString()
toString
in class Object
Object.toString()
public ExperimentTemplateLogConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.