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