@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ManifestFileLocation extends Object implements Serializable, Cloneable, StructuredPojo
Amazon S3 manifest file location.
| Constructor and Description |
|---|
ManifestFileLocation() |
| Modifier and Type | Method and Description |
|---|---|
ManifestFileLocation |
clone() |
boolean |
equals(Object obj) |
String |
getBucket()
Amazon S3 bucket.
|
String |
getKey()
Amazon S3 key that identifies an object.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setBucket(String bucket)
Amazon S3 bucket.
|
void |
setKey(String key)
Amazon S3 key that identifies an object.
|
String |
toString()
Returns a string representation of this object.
|
ManifestFileLocation |
withBucket(String bucket)
Amazon S3 bucket.
|
ManifestFileLocation |
withKey(String key)
Amazon S3 key that identifies an object.
|
public void setBucket(String bucket)
Amazon S3 bucket.
bucket - Amazon S3 bucket.public String getBucket()
Amazon S3 bucket.
public ManifestFileLocation withBucket(String bucket)
Amazon S3 bucket.
bucket - Amazon S3 bucket.public void setKey(String key)
Amazon S3 key that identifies an object.
key - Amazon S3 key that identifies an object.public String getKey()
Amazon S3 key that identifies an object.
public ManifestFileLocation withKey(String key)
Amazon S3 key that identifies an object.
key - Amazon S3 key that identifies an object.public String toString()
toString in class ObjectObject.toString()public ManifestFileLocation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.