@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetClassificationExportConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetClassificationExportConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
GetClassificationExportConfigurationResult |
clone() |
boolean |
equals(Object obj) |
ClassificationExportConfiguration |
getConfiguration()
The location where 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 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.
|
GetClassificationExportConfigurationResult |
withConfiguration(ClassificationExportConfiguration configuration)
The location where data classification results are stored, and the encryption settings that are used when storing
results in that location.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetClassificationExportConfigurationResult()
public void setConfiguration(ClassificationExportConfiguration configuration)
The location where data classification results are stored, and the encryption settings that are used when storing results in that location.
configuration
- The location where data classification results are stored, and the encryption settings that are used when
storing results in that location.public ClassificationExportConfiguration getConfiguration()
The location where data classification results are stored, and the encryption settings that are used when storing results in that location.
public GetClassificationExportConfigurationResult withConfiguration(ClassificationExportConfiguration configuration)
The location where data classification results are stored, and the encryption settings that are used when storing results in that location.
configuration
- The location where 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 GetClassificationExportConfigurationResult clone()