public class ListBucketIntelligentTieringConfigurationsRequest extends AmazonWebServiceRequest implements Serializable
NOOP
Constructor and Description |
---|
ListBucketIntelligentTieringConfigurationsRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getBucketName()
Gets the name of the Amazon S3 bucket whose
S3 Intelligent-Tiering configurations are to be listed.
|
String |
getContinuationToken()
Gets the optional continuation token.
|
void |
setBucketName(String bucketName)
Sets the name of the Amazon S3 bucket whose S3 Intelligent-Tiering configurations are to be listed.
|
void |
setContinuationToken(String continuationToken)
Sets the optional continuation token.
|
ListBucketIntelligentTieringConfigurationsRequest |
withBucketName(String bucketName)
Sets the name of the Amazon S3 bucket whose S3 Intelligent-Tiering configurations are to be listed.
|
ListBucketIntelligentTieringConfigurationsRequest |
withContinuationToken(String continuationToken)
Sets the optional continuation token.
|
addHandlerContext, clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public ListBucketIntelligentTieringConfigurationsRequest()
public String getBucketName()
public void setBucketName(String bucketName)
bucketName
- The name of the Amazon S3 bucket whose S3 Intelligent-Tiering configurations are to be listed.public ListBucketIntelligentTieringConfigurationsRequest withBucketName(String bucketName)
ListBucketIntelligentTieringConfigurationsRequest
, enabling additional method
calls to be chained together.bucketName
- The name of the Amazon S3 bucket whose S3 Intelligent-Tiering configurations are to be listed.ListBucketIntelligentTieringConfigurationsRequest
, enabling additional method
calls to be chained together.public String getContinuationToken()
public void setContinuationToken(String continuationToken)
continuationToken
- The optional continuation token to associate with this request.public ListBucketIntelligentTieringConfigurationsRequest withContinuationToken(String continuationToken)
continuationToken
- The optional continuation token to associate with this request.ListBucketIntelligentTieringConfigurationsRequest
, enabling additional method
calls to be chained together.Copyright © 2021. All rights reserved.