@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCatalogId()
The ID of the Data Catalog to set the security configuration for.
|
DataCatalogEncryptionSettings |
getDataCatalogEncryptionSettings()
The security configuration to set.
|
int |
hashCode() |
void |
setCatalogId(String catalogId)
The ID of the Data Catalog to set the security configuration for.
|
void |
setDataCatalogEncryptionSettings(DataCatalogEncryptionSettings dataCatalogEncryptionSettings)
The security configuration to set.
|
String |
toString()
Returns a string representation of this object.
|
PutDataCatalogEncryptionSettingsRequest |
withCatalogId(String catalogId)
The ID of the Data Catalog to set the security configuration for.
|
PutDataCatalogEncryptionSettingsRequest |
withDataCatalogEncryptionSettings(DataCatalogEncryptionSettings dataCatalogEncryptionSettings)
The security configuration to set.
|
addHandlerContext, 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, withSdkRequestTimeout
public PutDataCatalogEncryptionSettingsRequest()
public void setCatalogId(String catalogId)
The ID of the Data Catalog to set the security configuration for. If none is provided, the Amazon Web Services account ID is used by default.
catalogId
- The ID of the Data Catalog to set the security configuration for. If none is provided, the Amazon Web
Services account ID is used by default.public String getCatalogId()
The ID of the Data Catalog to set the security configuration for. If none is provided, the Amazon Web Services account ID is used by default.
public PutDataCatalogEncryptionSettingsRequest withCatalogId(String catalogId)
The ID of the Data Catalog to set the security configuration for. If none is provided, the Amazon Web Services account ID is used by default.
catalogId
- The ID of the Data Catalog to set the security configuration for. If none is provided, the Amazon Web
Services 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 Object
Object.toString()
public PutDataCatalogEncryptionSettingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()