@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsS3BucketDetails extends Object implements Serializable, Cloneable, StructuredPojo
The details of an AWS S3 Bucket.
| Constructor and Description |
|---|
AwsS3BucketDetails() |
| Modifier and Type | Method and Description |
|---|---|
AwsS3BucketDetails |
clone() |
boolean |
equals(Object obj) |
String |
getOwnerId()
The canonical user ID of the owner of the S3 bucket.
|
String |
getOwnerName()
The display name of the owner of the S3 bucket.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setOwnerId(String ownerId)
The canonical user ID of the owner of the S3 bucket.
|
void |
setOwnerName(String ownerName)
The display name of the owner of the S3 bucket.
|
String |
toString()
Returns a string representation of this object.
|
AwsS3BucketDetails |
withOwnerId(String ownerId)
The canonical user ID of the owner of the S3 bucket.
|
AwsS3BucketDetails |
withOwnerName(String ownerName)
The display name of the owner of the S3 bucket.
|
public void setOwnerId(String ownerId)
The canonical user ID of the owner of the S3 bucket.
ownerId - The canonical user ID of the owner of the S3 bucket.public String getOwnerId()
The canonical user ID of the owner of the S3 bucket.
public AwsS3BucketDetails withOwnerId(String ownerId)
The canonical user ID of the owner of the S3 bucket.
ownerId - The canonical user ID of the owner of the S3 bucket.public void setOwnerName(String ownerName)
The display name of the owner of the S3 bucket.
ownerName - The display name of the owner of the S3 bucket.public String getOwnerName()
The display name of the owner of the S3 bucket.
public AwsS3BucketDetails withOwnerName(String ownerName)
The display name of the owner of the S3 bucket.
ownerName - The display name of the owner of the S3 bucket.public String toString()
toString in class ObjectObject.toString()public AwsS3BucketDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.