public class GetKeyRotationStatusResult extends Object implements Serializable
| Constructor and Description |
|---|
GetKeyRotationStatusResult() |
| Modifier and Type | Method and Description |
|---|---|
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()
A Boolean value that specifies whether key rotation is enabled.
A Boolean value that specifies whether key rotation is enabled.
public Boolean getKeyRotationEnabled()
A Boolean value that specifies whether key rotation is enabled.
A Boolean value that specifies whether key rotation is enabled.
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 GetKeyRotationStatusResult withKeyRotationEnabled(Boolean keyRotationEnabled)
A Boolean value that specifies whether key rotation is enabled.
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 String toString()
toString in class ObjectObject.toString()Copyright © 2017. All rights reserved.