public class GetBucketMetricsConfigurationRequest extends AmazonWebServiceRequest implements Serializable
NOOP| Constructor and Description | 
|---|
| GetBucketMetricsConfigurationRequest() | 
| GetBucketMetricsConfigurationRequest(String bucketName,
                                    String id) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getBucketName()Returns the name of the bucket containing the metrics configuration to retrieve. | 
| String | getId()Returns the ID used to identify the metrics configuration. | 
| void | setBucketName(String bucketName)Sets the name of the bucket containing the metrics configuration to retrieve. | 
| void | setId(String id)Sets the ID used to identify the metrics configuration. | 
| GetBucketMetricsConfigurationRequest | withBucketName(String bucketName)Sets the name of the bucket containing the metrics configuration to retrieve
 and returns this object for method chaining. | 
| GetBucketMetricsConfigurationRequest | withId(String id)Sets the ID used to identify the metrics configuration and
 returns  GetBucketMetricsConfigurationRequestobject for method chaining. | 
addHandlerContext, clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic GetBucketMetricsConfigurationRequest()
public String getBucketName()
public void setBucketName(String bucketName)
public GetBucketMetricsConfigurationRequest withBucketName(String bucketName)
public String getId()
public void setId(String id)
public GetBucketMetricsConfigurationRequest withId(String id)
GetBucketMetricsConfigurationRequest object for method chaining.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.