@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3Configuration extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
S3Configuration() |
Modifier and Type | Method and Description |
---|---|
S3Configuration |
clone() |
boolean |
equals(Object obj) |
String |
getBucketARN() |
String |
getFileKey() |
String |
getRoleARN() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBucketARN(String bucketARN) |
void |
setFileKey(String fileKey) |
void |
setRoleARN(String roleARN) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
S3Configuration |
withBucketARN(String bucketARN) |
S3Configuration |
withFileKey(String fileKey) |
S3Configuration |
withRoleARN(String roleARN) |
public void setRoleARN(String roleARN)
roleARN
- public String getRoleARN()
public S3Configuration withRoleARN(String roleARN)
roleARN
- public void setBucketARN(String bucketARN)
bucketARN
- public String getBucketARN()
public S3Configuration withBucketARN(String bucketARN)
bucketARN
- public void setFileKey(String fileKey)
fileKey
- public String getFileKey()
public S3Configuration withFileKey(String fileKey)
fileKey
- public String toString()
toString
in class Object
Object.toString()
public S3Configuration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.