public class GetBucketEncryptionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a GetBucketEncryption operation.
NOOP| Constructor and Description |
|---|
GetBucketEncryptionRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetBucketEncryptionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getBucketName() |
int |
hashCode() |
void |
setBucketName(String bucketName)
The name of the bucket for which to retrieve the encryption configuration.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetBucketEncryptionRequest |
withBucketName(String bucketName)
The name of the bucket for which to retrieve delete the encryption configuration.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic String getBucketName()
public void setBucketName(String bucketName)
bucketName - Bucket name.public GetBucketEncryptionRequest withBucketName(String bucketName)
bucketName - Bucket name.public String toString()
toString in class ObjectObject.toString()public GetBucketEncryptionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.