Class PutRoleMappingResponse


  • public final class PutRoleMappingResponse
    extends java.lang.Object
    Response when adding/updating a role mapping. Returns a boolean field for whether the role mapping was created or updated.
    • Constructor Detail

      • PutRoleMappingResponse

        public PutRoleMappingResponse​(boolean created)
    • Method Detail

      • isCreated

        public boolean isCreated()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object