@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutClassificationExportConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutClassificationExportConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
PutClassificationExportConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
ClassificationExportConfiguration |
getConfiguration()
The location to store data classification results in, and the encryption settings to use when storing results in
that location.
|
int |
hashCode() |
void |
setConfiguration(ClassificationExportConfiguration configuration)
The location to store data classification results in, and the encryption settings to use when storing results in
that location.
|
String |
toString()
Returns a string representation of this object.
|
PutClassificationExportConfigurationRequest |
withConfiguration(ClassificationExportConfiguration configuration)
The location to store data classification results in, and the encryption settings to use when storing results in
that location.
|
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 PutClassificationExportConfigurationRequest()
public void setConfiguration(ClassificationExportConfiguration configuration)
The location to store data classification results in, and the encryption settings to use when storing results in that location.
configuration
- The location to store data classification results in, and the encryption settings to use when storing
results in that location.public ClassificationExportConfiguration getConfiguration()
The location to store data classification results in, and the encryption settings to use when storing results in that location.
public PutClassificationExportConfigurationRequest withConfiguration(ClassificationExportConfiguration configuration)
The location to store data classification results in, and the encryption settings to use when storing results in that location.
configuration
- The location to store data classification results in, and the encryption settings to use when storing
results in that location.public String toString()
toString
in class Object
Object.toString()
public PutClassificationExportConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()