Class IamRole


  • public class IamRole
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  IamRole.Builder  
    • Constructor Summary

      Constructors 
      Constructor Description
      IamRole()  
      IamRole​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description, org.openapitools.jackson.nullable.JsonNullable<? extends IamRoleType> type, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<IamPolicy>> policies, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static IamRole.Builder builder()  
      org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description()  
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
      Unique identifier
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()  
      org.openapitools.jackson.nullable.JsonNullable<java.util.List<IamPolicy>> policies()
      The set of policies associated with the role.
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
      Provider's unique identifier
      java.lang.String toString()  
      org.openapitools.jackson.nullable.JsonNullable<IamRoleType> type()  
      org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()  
      IamRole withCreatedAt​(java.time.OffsetDateTime createdAt)  
      IamRole withCreatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)  
      IamRole withDescription​(java.lang.String description)  
      IamRole withDescription​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)  
      IamRole withId​(java.lang.String id)
      Unique identifier
      IamRole withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      Unique identifier
      IamRole withName​(java.lang.String name)  
      IamRole withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)  
      IamRole withPolicies​(java.util.List<IamPolicy> policies)
      The set of policies associated with the role.
      IamRole withPolicies​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<IamPolicy>> policies)
      The set of policies associated with the role.
      IamRole withRemoteId​(java.lang.String remoteId)
      Provider's unique identifier
      IamRole withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
      Provider's unique identifier
      IamRole withType​(IamRoleType type)  
      IamRole withType​(org.openapitools.jackson.nullable.JsonNullable<? extends IamRoleType> type)  
      IamRole withUpdatedAt​(java.time.OffsetDateTime updatedAt)  
      IamRole withUpdatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • IamRole

        public IamRole​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id,
                       org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId,
                       org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name,
                       org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description,
                       org.openapitools.jackson.nullable.JsonNullable<? extends IamRoleType> type,
                       org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<IamPolicy>> policies,
                       org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt,
                       org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
      • IamRole

        public IamRole()
    • Method Detail

      • id

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
        Unique identifier
      • remoteId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
        Provider's unique identifier
      • name

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
      • description

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description()
      • type

        public org.openapitools.jackson.nullable.JsonNullable<IamRoleType> type()
      • policies

        public org.openapitools.jackson.nullable.JsonNullable<java.util.List<IamPolicy>> policies()
        The set of policies associated with the role.
      • createdAt

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
      • updatedAt

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
      • withId

        public IamRole withId​(java.lang.String id)
        Unique identifier
      • withId

        public IamRole withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        Unique identifier
      • withRemoteId

        public IamRole withRemoteId​(java.lang.String remoteId)
        Provider's unique identifier
      • withRemoteId

        public IamRole withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
        Provider's unique identifier
      • withName

        public IamRole withName​(java.lang.String name)
      • withName

        public IamRole withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
      • withDescription

        public IamRole withDescription​(java.lang.String description)
      • withDescription

        public IamRole withDescription​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
      • withType

        public IamRole withType​(org.openapitools.jackson.nullable.JsonNullable<? extends IamRoleType> type)
      • withPolicies

        public IamRole withPolicies​(java.util.List<IamPolicy> policies)
        The set of policies associated with the role.
      • withPolicies

        public IamRole withPolicies​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<IamPolicy>> policies)
        The set of policies associated with the role.
      • withCreatedAt

        public IamRole withCreatedAt​(java.time.OffsetDateTime createdAt)
      • withCreatedAt

        public IamRole withCreatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
      • withUpdatedAt

        public IamRole withUpdatedAt​(java.time.OffsetDateTime updatedAt)
      • withUpdatedAt

        public IamRole withUpdatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
      • 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