Class GetKeyRotationStatusResult

    • Constructor Detail

      • GetKeyRotationStatusResult

        public GetKeyRotationStatusResult()
    • 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 class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object