@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 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, 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 to retrieve 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 retrieve 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 retrieve the security configuration for. If none is provided, the Amazon Web Services 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 Amazon Web Services account ID is used by default.
catalogId
- The ID of the Data Catalog to retrieve the security configuration for. If none is provided, the Amazon Web
Services account ID is used by default.public String toString()
toString
in class Object
Object.toString()
public GetDataCatalogEncryptionSettingsRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2024. All rights reserved.