public class CreateCustomKeyStoreResult extends Object implements Serializable
| Constructor and Description |
|---|
CreateCustomKeyStoreResult() |
| Modifier and Type | Method and Description |
|---|---|
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; useful for testing and
debugging.
|
CreateCustomKeyStoreResult |
withCustomKeyStoreId(String customKeyStoreId)
A unique identifier for the new custom key store.
|
public String getCustomKeyStoreId()
A unique identifier for the new custom key store.
Constraints:
Length: 1 - 64
A unique identifier for the new custom key store.
public void setCustomKeyStoreId(String customKeyStoreId)
A unique identifier for the new custom key store.
Constraints:
Length: 1 - 64
customKeyStoreId - A unique identifier for the new custom key store.
public CreateCustomKeyStoreResult withCustomKeyStoreId(String customKeyStoreId)
A unique identifier for the new custom key store.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 64
customKeyStoreId - A unique identifier for the new custom key store.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.