@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3BucketInfo extends Object implements Serializable, Cloneable, StructuredPojo
Describes the metadata of the S3 bucket.
| Constructor and Description |
|---|
S3BucketInfo() |
| Modifier and Type | Method and Description |
|---|---|
S3BucketInfo |
clone() |
boolean |
equals(Object obj) |
String |
getCreationDate()
The creation date of the S3 bucket.
|
String |
getName()
The name of the S3 bucket.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCreationDate(String creationDate)
The creation date of the S3 bucket.
|
void |
setName(String name)
The name of the S3 bucket.
|
String |
toString()
Returns a string representation of this object.
|
S3BucketInfo |
withCreationDate(String creationDate)
The creation date of the S3 bucket.
|
S3BucketInfo |
withName(String name)
The name of the S3 bucket.
|
public void setCreationDate(String creationDate)
The creation date of the S3 bucket.
creationDate - The creation date of the S3 bucket.public String getCreationDate()
The creation date of the S3 bucket.
public S3BucketInfo withCreationDate(String creationDate)
The creation date of the S3 bucket.
creationDate - The creation date of the S3 bucket.public void setName(String name)
The name of the S3 bucket.
name - The name of the S3 bucket.public String getName()
The name of the S3 bucket.
public S3BucketInfo withName(String name)
The name of the S3 bucket.
name - The name of the S3 bucket.public String toString()
toString in class ObjectObject.toString()public S3BucketInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.