Package com.amazonaws.services.kms.model
Class GetKeyRotationStatusResult
java.lang.Object
com.amazonaws.services.kms.model.GetKeyRotationStatusResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A Boolean value that specifies whether key rotation is enabled.int
hashCode()
A Boolean value that specifies whether key rotation is enabled.void
setKeyRotationEnabled
(Boolean keyRotationEnabled) A Boolean value that specifies whether key rotation is enabled.toString()
Returns a string representation of this object; useful for testing and debugging.withKeyRotationEnabled
(Boolean keyRotationEnabled) A Boolean value that specifies whether key rotation is enabled.
-
Constructor Details
-
GetKeyRotationStatusResult
public GetKeyRotationStatusResult()
-
-
Method Details
-
setKeyRotationEnabled
A Boolean value that specifies whether key rotation is enabled.
- Parameters:
keyRotationEnabled
- A Boolean value that specifies whether key rotation is enabled.
-
getKeyRotationEnabled
A Boolean value that specifies whether key rotation is enabled.
- Returns:
- A Boolean value that specifies whether key rotation is enabled.
-
withKeyRotationEnabled
A Boolean value that specifies whether key rotation is enabled.
- Parameters:
keyRotationEnabled
- A Boolean value that specifies whether key rotation is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isKeyRotationEnabled
A Boolean value that specifies whether key rotation is enabled.
- Returns:
- A Boolean value that specifies whether key rotation is enabled.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-