@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopKeyUsageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StopKeyUsageResult() |
Modifier and Type | Method and Description |
---|---|
StopKeyUsageResult |
clone() |
boolean |
equals(Object obj) |
Key |
getKey()
The
KeyARN of the key. |
int |
hashCode() |
void |
setKey(Key key)
The
KeyARN of the key. |
String |
toString()
Returns a string representation of this object.
|
StopKeyUsageResult |
withKey(Key key)
The
KeyARN of the key. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setKey(Key key)
The KeyARN
of the key.
key
- The KeyARN
of the key.public Key getKey()
The KeyARN
of the key.
KeyARN
of the key.public StopKeyUsageResult withKey(Key key)
The KeyARN
of the key.
key
- The KeyARN
of the key.public String toString()
toString
in class Object
Object.toString()
public StopKeyUsageResult clone()