@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRegionalBucketsResult extends AmazonWebServiceResult<S3ControlResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListRegionalBucketsResult() |
Modifier and Type | Method and Description |
---|---|
ListRegionalBucketsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
NextToken is sent when isTruncated is true, which means there are more buckets that can
be listed. |
List<RegionalBucket> |
getRegionalBucketList()
|
int |
hashCode() |
void |
setNextToken(String nextToken)
NextToken is sent when isTruncated is true, which means there are more buckets that can
be listed. |
void |
setRegionalBucketList(Collection<RegionalBucket> regionalBucketList)
|
String |
toString()
Returns a string representation of this object.
|
ListRegionalBucketsResult |
withNextToken(String nextToken)
NextToken is sent when isTruncated is true, which means there are more buckets that can
be listed. |
ListRegionalBucketsResult |
withRegionalBucketList(Collection<RegionalBucket> regionalBucketList)
|
ListRegionalBucketsResult |
withRegionalBucketList(RegionalBucket... regionalBucketList)
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<RegionalBucket> getRegionalBucketList()
public void setRegionalBucketList(Collection<RegionalBucket> regionalBucketList)
regionalBucketList
- public ListRegionalBucketsResult withRegionalBucketList(RegionalBucket... regionalBucketList)
NOTE: This method appends the values to the existing list (if any). Use
setRegionalBucketList(java.util.Collection)
or withRegionalBucketList(java.util.Collection)
if
you want to override the existing values.
regionalBucketList
- public ListRegionalBucketsResult withRegionalBucketList(Collection<RegionalBucket> regionalBucketList)
regionalBucketList
- public void setNextToken(String nextToken)
NextToken
is sent when isTruncated
is true, which means there are more buckets that can
be listed. The next list requests to Amazon S3 can be continued with this NextToken
.
NextToken
is obfuscated and is not a real key.
nextToken
- NextToken
is sent when isTruncated
is true, which means there are more buckets
that can be listed. The next list requests to Amazon S3 can be continued with this NextToken
.
NextToken
is obfuscated and is not a real key.public String getNextToken()
NextToken
is sent when isTruncated
is true, which means there are more buckets that can
be listed. The next list requests to Amazon S3 can be continued with this NextToken
.
NextToken
is obfuscated and is not a real key.
NextToken
is sent when isTruncated
is true, which means there are more buckets
that can be listed. The next list requests to Amazon S3 can be continued with this NextToken
. NextToken
is obfuscated and is not a real key.public ListRegionalBucketsResult withNextToken(String nextToken)
NextToken
is sent when isTruncated
is true, which means there are more buckets that can
be listed. The next list requests to Amazon S3 can be continued with this NextToken
.
NextToken
is obfuscated and is not a real key.
nextToken
- NextToken
is sent when isTruncated
is true, which means there are more buckets
that can be listed. The next list requests to Amazon S3 can be continued with this NextToken
.
NextToken
is obfuscated and is not a real key.public String toString()
toString
in class Object
Object.toString()
public ListRegionalBucketsResult clone()