Class AddPermissionResult

    • Constructor Detail

      • AddPermissionResult

        public AddPermissionResult()
    • Method Detail

      • setStatement

        public void setStatement​(String statement)

        The permission statement you specified in the request. The response returns the same as a string using a backslash ("\") as an escape character in the JSON.

        Parameters:
        statement - The permission statement you specified in the request. The response returns the same as a string using a backslash ("\") as an escape character in the JSON.
      • getStatement

        public String getStatement()

        The permission statement you specified in the request. The response returns the same as a string using a backslash ("\") as an escape character in the JSON.

        Returns:
        The permission statement you specified in the request. The response returns the same as a string using a backslash ("\") as an escape character in the JSON.
      • withStatement

        public AddPermissionResult withStatement​(String statement)

        The permission statement you specified in the request. The response returns the same as a string using a backslash ("\") as an escape character in the JSON.

        Parameters:
        statement - The permission statement you specified in the request. The response returns the same as a string using a backslash ("\") as an escape character in the JSON.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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