@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 to retrieve the security configuration for.
|
int |
hashCode() |
void |
setCatalogId(String catalogId)
The ID of the Data Catalog to retrieve the security configuration for.
|
String |
toString()
Returns a string representation of this object.
|
GetDataCatalogEncryptionSettingsRequest |
withCatalogId(String catalogId)
The ID of the Data Catalog to retrieve the security configuration for.
|
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 GetDataCatalogEncryptionSettingsRequest()
public void setCatalogId(String catalogId)
The ID of the Data Catalog to retrieve the security configuration for. If none is provided, the AWS account ID is used by default.
catalogId
- The ID of the Data Catalog to retrieve the security configuration for. If none is provided, the AWS
account ID is used by default.public String getCatalogId()
The ID of the Data Catalog to retrieve the security configuration for. If none is provided, the AWS account ID is used by default.
public GetDataCatalogEncryptionSettingsRequest withCatalogId(String catalogId)
The ID of the Data Catalog to retrieve the security configuration for. If none is provided, the AWS account ID is used by default.
catalogId
- The ID of the Data Catalog to retrieve the security configuration for. If none is provided, the AWS
account ID is used by default.public String toString()
toString
in class Object
Object.toString()
public GetDataCatalogEncryptionSettingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.