@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCustomKeyStoreResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
CreateCustomKeyStoreResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateCustomKeyStoreResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getCustomKeyStoreId()
 A unique identifier for the new custom key store. 
 | 
int | 
hashCode()  | 
void | 
setCustomKeyStoreId(String customKeyStoreId)
 A unique identifier for the new custom key store. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CreateCustomKeyStoreResult | 
withCustomKeyStoreId(String customKeyStoreId)
 A unique identifier for the new custom key store. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setCustomKeyStoreId(String customKeyStoreId)
A unique identifier for the new custom key store.
customKeyStoreId - A unique identifier for the new custom key store.public String getCustomKeyStoreId()
A unique identifier for the new custom key store.
public CreateCustomKeyStoreResult withCustomKeyStoreId(String customKeyStoreId)
A unique identifier for the new custom key store.
customKeyStoreId - A unique identifier for the new custom key store.public String toString()
toString in class ObjectObject.toString()public CreateCustomKeyStoreResult clone()
Copyright © 2020. All rights reserved.