Class IamResource


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

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

      Constructors 
      Constructor Description
      IamResource()  
      IamResource​(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> location, org.openapitools.jackson.nullable.JsonNullable<? extends IamResourceType> type, 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)  
    • Constructor Detail

      • IamResource

        public IamResource​(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> location,
                           org.openapitools.jackson.nullable.JsonNullable<? extends IamResourceType> type,
                           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)
      • IamResource

        public IamResource()
    • 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 resource.
      • location

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> location()
        The location of the resource.
      • type

        public org.openapitools.jackson.nullable.JsonNullable<IamResourceType> type()
      • 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 IamResource withId​(java.lang.String id)
        Unique identifier
      • withId

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

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

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

        public IamResource withName​(java.lang.String name)
        The name of the resource.
      • withName

        public IamResource withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
        The name of the resource.
      • withLocation

        public IamResource withLocation​(java.lang.String location)
        The location of the resource.
      • withLocation

        public IamResource withLocation​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> location)
        The location of the resource.
      • withDescription

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

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

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

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

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

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