@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 where the data classification results are stored, and the encryption settings that are used when
storing results in that location.
|
int |
hashCode() |
void |
setConfiguration(ClassificationExportConfiguration configuration)
The location where the data classification results are stored, 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 where the data classification results are stored, and the encryption settings that are used when
storing results in that location.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public PutClassificationExportConfigurationResult()
public void setConfiguration(ClassificationExportConfiguration configuration)
The location where the data classification results are stored, and the encryption settings that are used when storing results in that location.
configuration
- The location where the data classification results are stored, and the encryption settings that are used
when storing results in that location.public ClassificationExportConfiguration getConfiguration()
The location where the data classification results are stored, and the encryption settings that are used when storing results in that location.
public PutClassificationExportConfigurationResult withConfiguration(ClassificationExportConfiguration configuration)
The location where the data classification results are stored, and the encryption settings that are used when storing results in that location.
configuration
- The location where the data classification results are stored, and the encryption settings that are used
when storing results in that location.public String toString()
toString
in class Object
Object.toString()
public PutClassificationExportConfigurationResult clone()