类 CreateRoleRequest


  • public class CreateRoleRequest
    extends Object
    CreateRoleRequest
    • 构造器详细资料

      • CreateRoleRequest

        public CreateRoleRequest()
    • 方法详细资料

      • getDescription

        public String getDescription()
        Get description
        返回:
        description
      • setDescription

        public void setDescription​(String description)
      • getDisplayName

        @NotNull
        public @NotNull String getDisplayName()
        Get displayName
        返回:
        displayName
      • setDisplayName

        public void setDisplayName​(String displayName)
      • getRoleName

        @NotNull
        public @NotNull String getRoleName()
        Get roleName
        返回:
        roleName
      • setRoleName

        public void setRoleName​(String roleName)
      • getTrustPolicyDocument

        public String getTrustPolicyDocument()
        Get trustPolicyDocument
        返回:
        trustPolicyDocument
      • setTrustPolicyDocument

        public void setTrustPolicyDocument​(String trustPolicyDocument)
      • hashCode

        public int hashCode()
        覆盖:
        hashCode 在类中 Object