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