@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() |
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, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public GetDataCatalogEncryptionSettingsRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2019. All rights reserved.