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