@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRevealConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateRevealConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
UpdateRevealConfigurationResult |
clone() |
boolean |
equals(Object obj) |
RevealConfiguration |
getConfiguration()
The KMS key to use to encrypt the sensitive data, and the status of the configuration for the Amazon Macie
account.
|
RetrievalConfiguration |
getRetrievalConfiguration()
The access method and settings to use when retrieving the sensitive data.
|
int |
hashCode() |
void |
setConfiguration(RevealConfiguration configuration)
The KMS key to use to encrypt the sensitive data, and the status of the configuration for the Amazon Macie
account.
|
void |
setRetrievalConfiguration(RetrievalConfiguration retrievalConfiguration)
The access method and settings to use when retrieving the sensitive data.
|
String |
toString()
Returns a string representation of this object.
|
UpdateRevealConfigurationResult |
withConfiguration(RevealConfiguration configuration)
The KMS key to use to encrypt the sensitive data, and the status of the configuration for the Amazon Macie
account.
|
UpdateRevealConfigurationResult |
withRetrievalConfiguration(RetrievalConfiguration retrievalConfiguration)
The access method and settings to use when retrieving the sensitive data.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setConfiguration(RevealConfiguration configuration)
The KMS key to use to encrypt the sensitive data, and the status of the configuration for the Amazon Macie account.
configuration
- The KMS key to use to encrypt the sensitive data, and the status of the configuration for the Amazon Macie
account.public RevealConfiguration getConfiguration()
The KMS key to use to encrypt the sensitive data, and the status of the configuration for the Amazon Macie account.
public UpdateRevealConfigurationResult withConfiguration(RevealConfiguration configuration)
The KMS key to use to encrypt the sensitive data, and the status of the configuration for the Amazon Macie account.
configuration
- The KMS key to use to encrypt the sensitive data, and the status of the configuration for the Amazon Macie
account.public void setRetrievalConfiguration(RetrievalConfiguration retrievalConfiguration)
The access method and settings to use when retrieving the sensitive data.
retrievalConfiguration
- The access method and settings to use when retrieving the sensitive data.public RetrievalConfiguration getRetrievalConfiguration()
The access method and settings to use when retrieving the sensitive data.
public UpdateRevealConfigurationResult withRetrievalConfiguration(RetrievalConfiguration retrievalConfiguration)
The access method and settings to use when retrieving the sensitive data.
retrievalConfiguration
- The access method and settings to use when retrieving the sensitive data.public String toString()
toString
in class Object
Object.toString()
public UpdateRevealConfigurationResult clone()