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