@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutDataCatalogEncryptionSettingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
PutDataCatalogEncryptionSettingsRequest() |
| Modifier and Type | Method and Description |
|---|---|
PutDataCatalogEncryptionSettingsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCatalogId()
The ID of the Data Catalog for which to set the security configuration.
|
DataCatalogEncryptionSettings |
getDataCatalogEncryptionSettings()
The security configuration to set.
|
int |
hashCode() |
void |
setCatalogId(String catalogId)
The ID of the Data Catalog for which to set the security configuration.
|
void |
setDataCatalogEncryptionSettings(DataCatalogEncryptionSettings dataCatalogEncryptionSettings)
The security configuration to set.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PutDataCatalogEncryptionSettingsRequest |
withCatalogId(String catalogId)
The ID of the Data Catalog for which to set the security configuration.
|
PutDataCatalogEncryptionSettingsRequest |
withDataCatalogEncryptionSettings(DataCatalogEncryptionSettings dataCatalogEncryptionSettings)
The security configuration to set.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic PutDataCatalogEncryptionSettingsRequest()
public void setCatalogId(String catalogId)
The ID of the Data Catalog for which to set the security configuration. If none is supplied, the AWS account ID is used by default.
catalogId - The ID of the Data Catalog for which to set the security configuration. If none is supplied, the AWS
account ID is used by default.public String getCatalogId()
The ID of the Data Catalog for which to set the security configuration. If none is supplied, the AWS account ID is used by default.
public PutDataCatalogEncryptionSettingsRequest withCatalogId(String catalogId)
The ID of the Data Catalog for which to set the security configuration. If none is supplied, the AWS account ID is used by default.
catalogId - The ID of the Data Catalog for which to set the security configuration. If none is supplied, the AWS
account ID is used by default.public void setDataCatalogEncryptionSettings(DataCatalogEncryptionSettings dataCatalogEncryptionSettings)
The security configuration to set.
dataCatalogEncryptionSettings - The security configuration to set.public DataCatalogEncryptionSettings getDataCatalogEncryptionSettings()
The security configuration to set.
public PutDataCatalogEncryptionSettingsRequest withDataCatalogEncryptionSettings(DataCatalogEncryptionSettings dataCatalogEncryptionSettings)
The security configuration to set.
dataCatalogEncryptionSettings - The security configuration to set.public String toString()
toString in class ObjectObject.toString()public PutDataCatalogEncryptionSettingsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.