@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteCustomKeyStoreRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
DeleteCustomKeyStoreRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
DeleteCustomKeyStoreRequest | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getCustomKeyStoreId()
 Enter the ID of the custom key store you want to delete. 
 | 
int | 
hashCode()  | 
void | 
setCustomKeyStoreId(String customKeyStoreId)
 Enter the ID of the custom key store you want to delete. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
DeleteCustomKeyStoreRequest | 
withCustomKeyStoreId(String customKeyStoreId)
 Enter the ID of the custom key store you want to delete. 
 | 
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, withSdkRequestTimeoutpublic void setCustomKeyStoreId(String customKeyStoreId)
Enter the ID of the custom key store you want to delete. To find the ID of a custom key store, use the DescribeCustomKeyStores operation.
customKeyStoreId - Enter the ID of the custom key store you want to delete. To find the ID of a custom key store, use the
        DescribeCustomKeyStores operation.public String getCustomKeyStoreId()
Enter the ID of the custom key store you want to delete. To find the ID of a custom key store, use the DescribeCustomKeyStores operation.
public DeleteCustomKeyStoreRequest withCustomKeyStoreId(String customKeyStoreId)
Enter the ID of the custom key store you want to delete. To find the ID of a custom key store, use the DescribeCustomKeyStores operation.
customKeyStoreId - Enter the ID of the custom key store you want to delete. To find the ID of a custom key store, use the
        DescribeCustomKeyStores operation.public String toString()
toString in class ObjectObject.toString()public DeleteCustomKeyStoreRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.