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:
  • Constructor Details

    • GetKeyRotationStatusResult

      public GetKeyRotationStatusResult()
  • Method Details

    • 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 class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      Overrides:
      clone in class Object