public class UserBucketDetails
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Describes the S3 bucket for the disk image.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
s3Bucket
The S3 bucket from which the disk image was created.
|
private java.lang.String |
s3Key
The file name of the disk image.
|
Constructor and Description |
---|
UserBucketDetails() |
Modifier and Type | Method and Description |
---|---|
UserBucketDetails |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getS3Bucket()
The S3 bucket from which the disk image was created.
|
java.lang.String |
getS3Key()
The file name of the disk image.
|
int |
hashCode() |
void |
setS3Bucket(java.lang.String s3Bucket)
The S3 bucket from which the disk image was created.
|
void |
setS3Key(java.lang.String s3Key)
The file name of the disk image.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UserBucketDetails |
withS3Bucket(java.lang.String s3Bucket)
The S3 bucket from which the disk image was created.
|
UserBucketDetails |
withS3Key(java.lang.String s3Key)
The file name of the disk image.
|
private java.lang.String s3Bucket
The S3 bucket from which the disk image was created.
private java.lang.String s3Key
The file name of the disk image.
public void setS3Bucket(java.lang.String s3Bucket)
The S3 bucket from which the disk image was created.
s3Bucket
- The S3 bucket from which the disk image was created.public java.lang.String getS3Bucket()
The S3 bucket from which the disk image was created.
public UserBucketDetails withS3Bucket(java.lang.String s3Bucket)
The S3 bucket from which the disk image was created.
s3Bucket
- The S3 bucket from which the disk image was created.public void setS3Key(java.lang.String s3Key)
The file name of the disk image.
s3Key
- The file name of the disk image.public java.lang.String getS3Key()
The file name of the disk image.
public UserBucketDetails withS3Key(java.lang.String s3Key)
The file name of the disk image.
s3Key
- The file name of the disk image.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public UserBucketDetails clone()
clone
in class java.lang.Object