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