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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public String getBucketName()
public void setBucketName(String bucketName)
bucketName
- Bucket name.public GetBucketEncryptionRequest withBucketName(String bucketName)
bucketName
- Bucket name.public String toString()
toString
in class Object
Object.toString()
public GetBucketEncryptionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.