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