@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. 
 | 
GetKeyRotationStatusResult | 
withKeyRotationEnabled(Boolean keyRotationEnabled)
 A Boolean value that specifies whether key rotation is enabled. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ObjectObject.toString()public GetKeyRotationStatusResult clone()
Copyright © 2020. All rights reserved.