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