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