@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public GetDataCatalogEncryptionSettingsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.