@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataModelS3Configuration extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description | 
|---|
| DataModelS3Configuration() | 
| Modifier and Type | Method and Description | 
|---|---|
| DataModelS3Configuration | clone() | 
| boolean | equals(Object obj) | 
| String | getBucketName() | 
| String | getObjectKey() | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setBucketName(String bucketName) | 
| void | setObjectKey(String objectKey) | 
| String | toString()Returns a string representation of this object. | 
| DataModelS3Configuration | withBucketName(String bucketName) | 
| DataModelS3Configuration | withObjectKey(String objectKey) | 
public void setBucketName(String bucketName)
bucketName - public String getBucketName()
public DataModelS3Configuration withBucketName(String bucketName)
bucketName - public void setObjectKey(String objectKey)
objectKey - public String getObjectKey()
public DataModelS3Configuration withObjectKey(String objectKey)
objectKey - public String toString()
toString in class ObjectObject.toString()public DataModelS3Configuration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.