Class RoleProperties

    • Constructor Detail

      • RoleProperties

        public RoleProperties()
    • Method Detail

      • get__type

        @NotNull
        public @NotNull java.lang.String get__type()
        Name of this subclass in SimpleClassName format
        Returns:
        __type
      • getName

        @NotNull
        public @NotNull java.lang.String getName()
        Display name of the IAM Role in the external system
        Returns:
        name
      • setName

        public void setName​(java.lang.String name)
      • description

        public RoleProperties description​(java.lang.String description)
      • getDescription

        public java.lang.String getDescription()
        Description of the IAM Role
        Returns:
        description
      • setDescription

        public void setDescription​(java.lang.String description)
      • getType

        @NotNull
        public @NotNull java.lang.String getType()
        Can be READ, ADMIN, WRITE
        Returns:
        type
      • setType

        public void setType​(java.lang.String type)
      • requestUrl

        public RoleProperties requestUrl​(java.lang.String requestUrl)
      • getRequestUrl

        public java.lang.String getRequestUrl()
        Link to access external access management
        Returns:
        requestUrl
      • setRequestUrl

        public void setRequestUrl​(java.lang.String requestUrl)
      • getCreated

        @Valid
        public @Valid AuditStamp getCreated()
        Get created
        Returns:
        created
      • setCreated

        public void setCreated​(AuditStamp created)
      • 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
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object