@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UserBucket extends Object implements Serializable, Cloneable
Describes the S3 bucket for the disk image.
Constructor and Description |
---|
UserBucket() |
Modifier and Type | Method and Description |
---|---|
UserBucket |
clone() |
boolean |
equals(Object obj) |
String |
getS3Bucket()
The name of the S3 bucket where the disk image is located.
|
String |
getS3Key()
The file name of the disk image.
|
int |
hashCode() |
void |
setS3Bucket(String s3Bucket)
The name of the S3 bucket where the disk image is located.
|
void |
setS3Key(String s3Key)
The file name of the disk image.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UserBucket |
withS3Bucket(String s3Bucket)
The name of the S3 bucket where the disk image is located.
|
UserBucket |
withS3Key(String s3Key)
The file name of the disk image.
|
public void setS3Bucket(String s3Bucket)
The name of the S3 bucket where the disk image is located.
s3Bucket
- The name of the S3 bucket where the disk image is located.public String getS3Bucket()
The name of the S3 bucket where the disk image is located.
public UserBucket withS3Bucket(String s3Bucket)
The name of the S3 bucket where the disk image is located.
s3Bucket
- The name of the S3 bucket where the disk image is located.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 UserBucket 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 UserBucket clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.