public class ListBucketInventoryConfigurationsRequest extends AmazonWebServiceRequest implements java.io.Serializable
| Constructor and Description |
|---|
ListBucketInventoryConfigurationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBucketName()
Gets the name of the Amazon S3 bucket whose
inventory configurations are to be listed.
|
java.lang.String |
getContinuationToken()
Gets the optional continuation token.
|
void |
setBucketName(java.lang.String bucketName)
Sets the name of the Amazon S3 bucket whose inventory configurations are to be listed.
|
void |
setContinuationToken(java.lang.String continuationToken)
Sets the optional continuation token.
|
ListBucketInventoryConfigurationsRequest |
withBucketName(java.lang.String bucketName)
Sets the name of the Amazon S3 bucket whose inventory configurations are to be listed.
|
ListBucketInventoryConfigurationsRequest |
withContinuationToken(java.lang.String continuationToken)
Sets the optional continuation token.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic ListBucketInventoryConfigurationsRequest()
public java.lang.String getBucketName()
public void setBucketName(java.lang.String bucketName)
bucketName - The name of the Amazon S3 bucket whose inventory
configurations are to be listed.public ListBucketInventoryConfigurationsRequest withBucketName(java.lang.String bucketName)
ListBucketInventoryConfigurationsRequest, enabling additional method
calls to be chained together.bucketName - The name of the Amazon S3 bucket whose inventory
configurations are to be listed.ListBucketInventoryConfigurationsRequest, enabling additional method
calls to be chained together.public java.lang.String getContinuationToken()
public void setContinuationToken(java.lang.String continuationToken)
continuationToken - The optional continuation token to associate with this request.public ListBucketInventoryConfigurationsRequest withContinuationToken(java.lang.String continuationToken)
continuationToken - The optional continuation token to associate with this request.ListBucketInventoryConfigurationsRequest, enabling additional method
calls to be chained together.Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.