@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDataCatalogEncryptionSettingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetDataCatalogEncryptionSettingsRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetDataCatalogEncryptionSettingsRequest |
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 retrieve the security configuration.
|
int |
hashCode() |
void |
setCatalogId(String catalogId)
The ID of the Data Catalog for which to retrieve the security configuration.
|
String |
toString()
Returns a string representation of this object.
|
GetDataCatalogEncryptionSettingsRequest |
withCatalogId(String catalogId)
The ID of the Data Catalog for which to retrieve the security configuration.
|
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, withSdkRequestTimeoutpublic GetDataCatalogEncryptionSettingsRequest()
public void setCatalogId(String catalogId)
The ID of the Data Catalog for which to retrieve the security configuration. If none is provided, the AWS account ID is used by default.
catalogId - The ID of the Data Catalog for which to retrieve the security configuration. If none is provided, the AWS
account ID is used by default.public String getCatalogId()
The ID of the Data Catalog for which to retrieve the security configuration. If none is provided, the AWS account ID is used by default.
public GetDataCatalogEncryptionSettingsRequest withCatalogId(String catalogId)
The ID of the Data Catalog for which to retrieve the security configuration. If none is provided, the AWS account ID is used by default.
catalogId - The ID of the Data Catalog for which to retrieve the security configuration. If none is provided, the AWS
account ID is used by default.public String toString()
toString in class ObjectObject.toString()public GetDataCatalogEncryptionSettingsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.