@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MetricsSource extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description | 
|---|
| MetricsSource() | 
| Modifier and Type | Method and Description | 
|---|---|
| MetricsSource | clone() | 
| boolean | equals(Object obj) | 
| String | getContentDigest() | 
| String | getContentType() | 
| String | getS3Uri() | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setContentDigest(String contentDigest) | 
| void | setContentType(String contentType) | 
| void | setS3Uri(String s3Uri) | 
| String | toString()Returns a string representation of this object. | 
| MetricsSource | withContentDigest(String contentDigest) | 
| MetricsSource | withContentType(String contentType) | 
| MetricsSource | withS3Uri(String s3Uri) | 
public void setContentType(String contentType)
contentType - public String getContentType()
public MetricsSource withContentType(String contentType)
contentType - public void setContentDigest(String contentDigest)
contentDigest - public String getContentDigest()
public MetricsSource withContentDigest(String contentDigest)
contentDigest - public void setS3Uri(String s3Uri)
s3Uri - public String getS3Uri()
public MetricsSource withS3Uri(String s3Uri)
s3Uri - public String toString()
toString in class ObjectObject.toString()public MetricsSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.