Class IamPolicy


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

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

      Constructors 
      Constructor Description
      IamPolicy()  
      IamPolicy​(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<? extends java.util.List<IamPermission>> permissions, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description, 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 IamPolicy.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()
      The name of the policy.
      org.openapitools.jackson.nullable.JsonNullable<java.util.List<IamPermission>> permissions()
      The set of permissions associated with the policy.
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
      Provider's unique identifier
      java.lang.String toString()  
      org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()  
      IamPolicy withCreatedAt​(java.time.OffsetDateTime createdAt)  
      IamPolicy withCreatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)  
      IamPolicy withDescription​(java.lang.String description)  
      IamPolicy withDescription​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)  
      IamPolicy withId​(java.lang.String id)
      Unique identifier
      IamPolicy withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      Unique identifier
      IamPolicy withName​(java.lang.String name)
      The name of the policy.
      IamPolicy withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
      The name of the policy.
      IamPolicy withPermissions​(java.util.List<IamPermission> permissions)
      The set of permissions associated with the policy.
      IamPolicy withPermissions​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<IamPermission>> permissions)
      The set of permissions associated with the policy.
      IamPolicy withRemoteId​(java.lang.String remoteId)
      Provider's unique identifier
      IamPolicy withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
      Provider's unique identifier
      IamPolicy withUpdatedAt​(java.time.OffsetDateTime updatedAt)  
      IamPolicy 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

      • IamPolicy

        public IamPolicy​(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<? extends java.util.List<IamPermission>> permissions,
                         org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description,
                         org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt,
                         org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
      • IamPolicy

        public IamPolicy()
    • 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()
        The name of the policy.
      • permissions

        public org.openapitools.jackson.nullable.JsonNullable<java.util.List<IamPermission>> permissions()
        The set of permissions associated with the policy.
      • description

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

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

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

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

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

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

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

        public IamPolicy withName​(java.lang.String name)
        The name of the policy.
      • withName

        public IamPolicy withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
        The name of the policy.
      • withPermissions

        public IamPolicy withPermissions​(java.util.List<IamPermission> permissions)
        The set of permissions associated with the policy.
      • withPermissions

        public IamPolicy withPermissions​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<IamPermission>> permissions)
        The set of permissions associated with the policy.
      • withDescription

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

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

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

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

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

        public IamPolicy 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