Package com.amazonaws.services.kms.model
Class GetKeyRotationStatusResult
- java.lang.Object
-
- com.amazonaws.services.kms.model.GetKeyRotationStatusResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class GetKeyRotationStatusResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetKeyRotationStatusResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
setKeyRotationEnabled
public void setKeyRotationEnabled(Boolean keyRotationEnabled)
A Boolean value that specifies whether key rotation is enabled.
- Parameters:
keyRotationEnabled
- A Boolean value that specifies whether key rotation is enabled.
-
getKeyRotationEnabled
public Boolean getKeyRotationEnabled()
A Boolean value that specifies whether key rotation is enabled.
- Returns:
- A Boolean value that specifies whether key rotation is enabled.
-
withKeyRotationEnabled
public GetKeyRotationStatusResult withKeyRotationEnabled(Boolean keyRotationEnabled)
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
public Boolean isKeyRotationEnabled()
A Boolean value that specifies whether key rotation is enabled.
- Returns:
- A Boolean value that specifies whether key rotation is enabled.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetKeyRotationStatusResult clone()
-
-