@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDataCatalogEncryptionSettingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| GetDataCatalogEncryptionSettingsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetDataCatalogEncryptionSettingsResult | clone() | 
| boolean | equals(Object obj) | 
| DataCatalogEncryptionSettings | getDataCatalogEncryptionSettings()
 The requested security configuration. | 
| int | hashCode() | 
| void | setDataCatalogEncryptionSettings(DataCatalogEncryptionSettings dataCatalogEncryptionSettings)
 The requested security configuration. | 
| String | toString()Returns a string representation of this object. | 
| GetDataCatalogEncryptionSettingsResult | withDataCatalogEncryptionSettings(DataCatalogEncryptionSettings dataCatalogEncryptionSettings)
 The requested security configuration. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic GetDataCatalogEncryptionSettingsResult()
public void setDataCatalogEncryptionSettings(DataCatalogEncryptionSettings dataCatalogEncryptionSettings)
The requested security configuration.
dataCatalogEncryptionSettings - The requested security configuration.public DataCatalogEncryptionSettings getDataCatalogEncryptionSettings()
The requested security configuration.
public GetDataCatalogEncryptionSettingsResult withDataCatalogEncryptionSettings(DataCatalogEncryptionSettings dataCatalogEncryptionSettings)
The requested security configuration.
dataCatalogEncryptionSettings - The requested security configuration.public String toString()
toString in class ObjectObject.toString()public GetDataCatalogEncryptionSettingsResult clone()