@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetKeyRotationStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetKeyRotationStatusResult() |
Modifier and Type | Method and Description |
---|---|
GetKeyRotationStatusResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getKeyRotationEnabled()
A Boolean value that specifies whether key rotation is enabled.
|
int |
hashCode() |
Boolean |
isKeyRotationEnabled()
A Boolean value that specifies whether key rotation is enabled.
|
void |
setKeyRotationEnabled(Boolean keyRotationEnabled)
A Boolean value that specifies whether key rotation is enabled.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetKeyRotationStatusResult |
withKeyRotationEnabled(Boolean keyRotationEnabled)
A Boolean value that specifies whether key rotation is enabled.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setKeyRotationEnabled(Boolean keyRotationEnabled)
A Boolean value that specifies whether key rotation is enabled.
keyRotationEnabled
- A Boolean value that specifies whether key rotation is enabled.public Boolean getKeyRotationEnabled()
A Boolean value that specifies whether key rotation is enabled.
public GetKeyRotationStatusResult withKeyRotationEnabled(Boolean keyRotationEnabled)
A Boolean value that specifies whether key rotation is enabled.
keyRotationEnabled
- A Boolean value that specifies whether key rotation is enabled.public Boolean isKeyRotationEnabled()
A Boolean value that specifies whether key rotation is enabled.
public String toString()
toString
in class Object
Object.toString()
public GetKeyRotationStatusResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.