public class CreateStorageLocationResult
extends java.lang.Object
implements java.io.Serializable
Results of a CreateStorageLocationResult call.
| コンストラクタと説明 |
|---|
CreateStorageLocationResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 java.lang.String getS3Bucket()
Constraints:
Length: 0 - 255
public void setS3Bucket(java.lang.String s3Bucket)
Constraints:
Length: 0 - 255
s3Bucket - The name of the Amazon S3 bucket created.public CreateStorageLocationResult withS3Bucket(java.lang.String s3Bucket)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 255
s3Bucket - The name of the Amazon S3 bucket created.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object