@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KeyValueStoreAssociation extends Object implements Serializable, Cloneable
The key value store association.
Constructor and Description |
---|
KeyValueStoreAssociation() |
Modifier and Type | Method and Description |
---|---|
KeyValueStoreAssociation |
clone() |
boolean |
equals(Object obj) |
String |
getKeyValueStoreARN()
The Amazon Resource Name (ARN) of the key value store association.
|
int |
hashCode() |
void |
setKeyValueStoreARN(String keyValueStoreARN)
The Amazon Resource Name (ARN) of the key value store association.
|
String |
toString()
Returns a string representation of this object.
|
KeyValueStoreAssociation |
withKeyValueStoreARN(String keyValueStoreARN)
The Amazon Resource Name (ARN) of the key value store association.
|
public void setKeyValueStoreARN(String keyValueStoreARN)
The Amazon Resource Name (ARN) of the key value store association.
keyValueStoreARN
- The Amazon Resource Name (ARN) of the key value store association.public String getKeyValueStoreARN()
The Amazon Resource Name (ARN) of the key value store association.
public KeyValueStoreAssociation withKeyValueStoreARN(String keyValueStoreARN)
The Amazon Resource Name (ARN) of the key value store association.
keyValueStoreARN
- The Amazon Resource Name (ARN) of the key value store association.public String toString()
toString
in class Object
Object.toString()
public KeyValueStoreAssociation clone()