@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutClassificationExportConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
PutClassificationExportConfigurationResult() |
| Modifier and Type | Method and Description |
|---|---|
PutClassificationExportConfigurationResult |
clone() |
boolean |
equals(Object obj) |
ClassificationExportConfiguration |
getConfiguration()
The location that data classification results are exported to, and the encryption settings that are used when
storing results in that location.
|
int |
hashCode() |
void |
setConfiguration(ClassificationExportConfiguration configuration)
The location that data classification results are exported to, and the encryption settings that are used when
storing results in that location.
|
String |
toString()
Returns a string representation of this object.
|
PutClassificationExportConfigurationResult |
withConfiguration(ClassificationExportConfiguration configuration)
The location that data classification results are exported to, and the encryption settings that are used when
storing results in that location.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic PutClassificationExportConfigurationResult()
public void setConfiguration(ClassificationExportConfiguration configuration)
The location that data classification results are exported to, and the encryption settings that are used when storing results in that location.
configuration - The location that data classification results are exported to, and the encryption settings that are used
when storing results in that location.public ClassificationExportConfiguration getConfiguration()
The location that data classification results are exported to, and the encryption settings that are used when storing results in that location.
public PutClassificationExportConfigurationResult withConfiguration(ClassificationExportConfiguration configuration)
The location that data classification results are exported to, and the encryption settings that are used when storing results in that location.
configuration - The location that data classification results are exported to, and the encryption settings that are used
when storing results in that location.public String toString()
toString in class ObjectObject.toString()public PutClassificationExportConfigurationResult clone()
Copyright © 2020. All rights reserved.