public class ListBucketMetricsConfigurationsRequest extends AmazonWebServiceRequest implements Serializable
NOOP| Constructor and Description |
|---|
ListBucketMetricsConfigurationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBucketName()
Gets the name of the bucket containing the metrics configurations to retrieve.
|
String |
getContinuationToken()
Gets the optional continuation token.
|
void |
setBucketName(String bucketName)
Sets the name of the bucket containing the metrics configurations to retrieve.
|
void |
setContinuationToken(String continuationToken)
Sets the optional continuation token.
|
ListBucketMetricsConfigurationsRequest |
withBucketName(String bucketName)
Sets the name of the bucket containing the metrics configurations to retrieve
and returns
ListBucketMetricsConfigurationsRequest object for
method chaining. |
ListBucketMetricsConfigurationsRequest |
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, withSdkRequestTimeoutpublic ListBucketMetricsConfigurationsRequest()
public String getBucketName()
public void setBucketName(String bucketName)
public ListBucketMetricsConfigurationsRequest withBucketName(String bucketName)
ListBucketMetricsConfigurationsRequest object for
method chaining.public String getContinuationToken()
public void setContinuationToken(String continuationToken)
public ListBucketMetricsConfigurationsRequest withContinuationToken(String continuationToken)
ListBucketMetricsConfigurationsRequest object enabling
method chaining.Copyright © 2025. All rights reserved.