@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutoDetectionMetricSource extends Object implements Serializable, Cloneable, StructuredPojo
An auto detection metric source.
Constructor and Description |
---|
AutoDetectionMetricSource() |
Modifier and Type | Method and Description |
---|---|
AutoDetectionMetricSource |
clone() |
boolean |
equals(Object obj) |
AutoDetectionS3SourceConfig |
getS3SourceConfig()
The source's source config.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3SourceConfig(AutoDetectionS3SourceConfig s3SourceConfig)
The source's source config.
|
String |
toString()
Returns a string representation of this object.
|
AutoDetectionMetricSource |
withS3SourceConfig(AutoDetectionS3SourceConfig s3SourceConfig)
The source's source config.
|
public void setS3SourceConfig(AutoDetectionS3SourceConfig s3SourceConfig)
The source's source config.
s3SourceConfig
- The source's source config.public AutoDetectionS3SourceConfig getS3SourceConfig()
The source's source config.
public AutoDetectionMetricSource withS3SourceConfig(AutoDetectionS3SourceConfig s3SourceConfig)
The source's source config.
s3SourceConfig
- The source's source config.public String toString()
toString
in class Object
Object.toString()
public AutoDetectionMetricSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.