@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RotateKeyOnDemandResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
RotateKeyOnDemandResult() |
| Modifier and Type | Method and Description |
|---|---|
RotateKeyOnDemandResult |
clone() |
boolean |
equals(Object obj) |
String |
getKeyId()
Identifies the symmetric encryption KMS key that you initiated on-demand rotation on.
|
int |
hashCode() |
void |
setKeyId(String keyId)
Identifies the symmetric encryption KMS key that you initiated on-demand rotation on.
|
String |
toString()
Returns a string representation of this object.
|
RotateKeyOnDemandResult |
withKeyId(String keyId)
Identifies the symmetric encryption KMS key that you initiated on-demand rotation on.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setKeyId(String keyId)
Identifies the symmetric encryption KMS key that you initiated on-demand rotation on.
keyId - Identifies the symmetric encryption KMS key that you initiated on-demand rotation on.public String getKeyId()
Identifies the symmetric encryption KMS key that you initiated on-demand rotation on.
public RotateKeyOnDemandResult withKeyId(String keyId)
Identifies the symmetric encryption KMS key that you initiated on-demand rotation on.
keyId - Identifies the symmetric encryption KMS key that you initiated on-demand rotation on.public String toString()
toString in class ObjectObject.toString()public RotateKeyOnDemandResult clone()