@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()
The client request token you are using with the encryption configuration.
|
String |
getClusterName()
The name of the cluster that you are associating with encryption configuration.
|
List<EncryptionConfig> |
getEncryptionConfig()
The configuration you are using for encryption.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
The client request token you are using with the encryption configuration.
|
void |
setClusterName(String clusterName)
The name of the cluster that you are associating with encryption configuration.
|
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)
The client request token you are using with the encryption configuration.
|
AssociateEncryptionConfigRequest |
withClusterName(String clusterName)
The name of the cluster that you are associating with encryption configuration.
|
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 the cluster that you are associating with encryption configuration.
clusterName
- The name of the cluster that you are associating with encryption configuration.public String getClusterName()
The name of the cluster that you are associating with encryption configuration.
public AssociateEncryptionConfigRequest withClusterName(String clusterName)
The name of the cluster that you are associating with encryption configuration.
clusterName
- The name of the cluster that you are associating with encryption configuration.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)
The client request token you are using with the encryption configuration.
clientRequestToken
- The client request token you are using with the encryption configuration.public String getClientRequestToken()
The client request token you are using with the encryption configuration.
public AssociateEncryptionConfigRequest withClientRequestToken(String clientRequestToken)
The client request token you are using with the encryption configuration.
clientRequestToken
- The client request token you are using with the encryption configuration.public String toString()
toString
in class Object
Object.toString()
public AssociateEncryptionConfigRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()