@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateEncryptionConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssociateEncryptionConfigRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateEncryptionConfigRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
String |
getClusterName()
The name of your cluster.
|
List<EncryptionConfig> |
getEncryptionConfig()
The configuration you are using for encryption.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setClusterName(String clusterName)
The name of your cluster.
|
void |
setEncryptionConfig(Collection<EncryptionConfig> encryptionConfig)
The configuration you are using for encryption.
|
String |
toString()
Returns a string representation of this object.
|
AssociateEncryptionConfigRequest |
withClientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
AssociateEncryptionConfigRequest |
withClusterName(String clusterName)
The name of your cluster.
|
AssociateEncryptionConfigRequest |
withEncryptionConfig(Collection<EncryptionConfig> encryptionConfig)
The configuration you are using for encryption.
|
AssociateEncryptionConfigRequest |
withEncryptionConfig(EncryptionConfig... encryptionConfig)
The configuration you are using for encryption.
|
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 void setClusterName(String clusterName)
The name of your cluster.
clusterName
- The name of your cluster.public String getClusterName()
The name of your cluster.
public AssociateEncryptionConfigRequest withClusterName(String clusterName)
The name of your cluster.
clusterName
- The name of your cluster.public List<EncryptionConfig> getEncryptionConfig()
The configuration you are using for encryption.
public void setEncryptionConfig(Collection<EncryptionConfig> encryptionConfig)
The configuration you are using for encryption.
encryptionConfig
- The configuration you are using for encryption.public AssociateEncryptionConfigRequest withEncryptionConfig(EncryptionConfig... encryptionConfig)
The configuration you are using for encryption.
NOTE: This method appends the values to the existing list (if any). Use
setEncryptionConfig(java.util.Collection)
or withEncryptionConfig(java.util.Collection)
if you
want to override the existing values.
encryptionConfig
- The configuration you are using for encryption.public AssociateEncryptionConfigRequest withEncryptionConfig(Collection<EncryptionConfig> encryptionConfig)
The configuration you are using for encryption.
encryptionConfig
- The configuration you are using for encryption.public void setClientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientRequestToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public String getClientRequestToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
public AssociateEncryptionConfigRequest withClientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientRequestToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public String toString()
toString
in class Object
Object.toString()
public AssociateEncryptionConfigRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()