public class CreateStorageLocationResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Results of a CreateStorageLocationResult call.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
s3Bucket
The name of the Amazon S3 bucket created.
|
Constructor and Description |
---|
CreateStorageLocationResult() |
Modifier and Type | Method and Description |
---|---|
CreateStorageLocationResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getS3Bucket()
The name of the Amazon S3 bucket created.
|
int |
hashCode() |
void |
setS3Bucket(java.lang.String s3Bucket)
The name of the Amazon S3 bucket created.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateStorageLocationResult |
withS3Bucket(java.lang.String s3Bucket)
The name of the Amazon S3 bucket created.
|
public void setS3Bucket(java.lang.String s3Bucket)
The name of the Amazon S3 bucket created.
s3Bucket
- The name of the Amazon S3 bucket created.public java.lang.String getS3Bucket()
The name of the Amazon S3 bucket created.
public CreateStorageLocationResult withS3Bucket(java.lang.String s3Bucket)
The name of the Amazon S3 bucket created.
s3Bucket
- The name of the Amazon S3 bucket created.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 CreateStorageLocationResult clone()
clone
in class java.lang.Object