public class UserBucketDetails extends Object implements Serializable, Cloneable
Describes the 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 S3 bucket from which the disk image was created.
|
String |
getS3Key()
The key from which the disk image was created.
|
int |
hashCode() |
void |
setS3Bucket(String s3Bucket)
The S3 bucket from which the disk image was created.
|
void |
setS3Key(String s3Key)
The key from which the disk image was created.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UserBucketDetails |
withS3Bucket(String s3Bucket)
The S3 bucket from which the disk image was created.
|
UserBucketDetails |
withS3Key(String s3Key)
The key from which the disk image was created.
|
public String getS3Bucket()
public void setS3Bucket(String s3Bucket)
s3Bucket
- The S3 bucket from which the disk image was created.public UserBucketDetails withS3Bucket(String s3Bucket)
Returns a reference to this object so that method calls can be chained together.
s3Bucket
- The S3 bucket from which the disk image was created.public String getS3Key()
public void setS3Key(String s3Key)
s3Key
- The key from which the disk image was created.public UserBucketDetails withS3Key(String s3Key)
Returns a reference to this object so that method calls can be chained together.
s3Key
- The key from which the disk image was created.public String toString()
toString
in class Object
Object.toString()
public UserBucketDetails clone()
Copyright © 2015. All rights reserved.