@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UserBucketDetails extends Object implements Serializable, Cloneable
Describes the Amazon S3 bucket for the disk image.
Constructor and Description |
---|
UserBucketDetails() |
Modifier and Type | Method and Description |
---|---|
UserBucketDetails |
clone() |
boolean |
equals(Object obj) |
String |
getS3Bucket()
The Amazon S3 bucket from which the disk image was created.
|
String |
getS3Key()
The file name of the disk image.
|
int |
hashCode() |
void |
setS3Bucket(String s3Bucket)
The Amazon S3 bucket from which the disk image was created.
|
void |
setS3Key(String s3Key)
The file name of the disk image.
|
String |
toString()
Returns a string representation of this object.
|
UserBucketDetails |
withS3Bucket(String s3Bucket)
The Amazon S3 bucket from which the disk image was created.
|
UserBucketDetails |
withS3Key(String s3Key)
The file name of the disk image.
|
public void setS3Bucket(String s3Bucket)
The Amazon S3 bucket from which the disk image was created.
s3Bucket
- The Amazon S3 bucket from which the disk image was created.public String getS3Bucket()
The Amazon S3 bucket from which the disk image was created.
public UserBucketDetails withS3Bucket(String s3Bucket)
The Amazon S3 bucket from which the disk image was created.
s3Bucket
- The Amazon S3 bucket from which the disk image was created.public void setS3Key(String s3Key)
The file name of the disk image.
s3Key
- The file name of the disk image.public String getS3Key()
The file name of the disk image.
public UserBucketDetails withS3Key(String s3Key)
The file name of the disk image.
s3Key
- The file name of the disk image.public String toString()
toString
in class Object
Object.toString()
public UserBucketDetails clone()