public class GetBucketMetricsConfigurationRequest extends AmazonWebServiceRequest implements java.io.Serializable
Constructor and Description |
---|
GetBucketMetricsConfigurationRequest() |
GetBucketMetricsConfigurationRequest(java.lang.String bucketName,
java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBucketName()
Returns the name of the bucket containing the metrics configuration to retrieve.
|
java.lang.String |
getId()
Returns the ID used to identify the metrics configuration.
|
void |
setBucketName(java.lang.String bucketName)
Sets the name of the bucket containing the metrics configuration to retrieve.
|
void |
setId(java.lang.String id)
Sets the ID used to identify the metrics configuration.
|
GetBucketMetricsConfigurationRequest |
withBucketName(java.lang.String bucketName)
Sets the name of the bucket containing the metrics configuration to retrieve
and returns this object for method chaining.
|
GetBucketMetricsConfigurationRequest |
withId(java.lang.String id)
Sets the ID used to identify the metrics configuration and
returns
GetBucketMetricsConfigurationRequest object for method chaining. |
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public GetBucketMetricsConfigurationRequest()
public GetBucketMetricsConfigurationRequest(java.lang.String bucketName, java.lang.String id)
public java.lang.String getBucketName()
public void setBucketName(java.lang.String bucketName)
public GetBucketMetricsConfigurationRequest withBucketName(java.lang.String bucketName)
public java.lang.String getId()
public void setId(java.lang.String id)
public GetBucketMetricsConfigurationRequest withId(java.lang.String id)
GetBucketMetricsConfigurationRequest
object for method chaining.Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.