public class GetKeyRotationStatusResult extends Object 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.
|
public Boolean isKeyRotationEnabled()
public void setKeyRotationEnabled(Boolean keyRotationEnabled)
keyRotationEnabled
- A Boolean value that specifies whether key rotation is enabled.public GetKeyRotationStatusResult withKeyRotationEnabled(Boolean keyRotationEnabled)
Returns a reference to this object so that method calls can be chained together.
keyRotationEnabled
- A Boolean value that specifies whether key rotation is enabled.public Boolean getKeyRotationEnabled()
public String toString()
toString
in class Object
Object.toString()
public GetKeyRotationStatusResult clone()
Copyright © 2015. All rights reserved.