Class EnvironmentSummary

    • Method Detail

      • awsAccountId

        public final String awsAccountId()

        The identifier of the Amazon Web Services account in which an environment exists.

        Returns:
        The identifier of the Amazon Web Services account in which an environment exists.
      • awsAccountRegion

        public final String awsAccountRegion()

        The Amazon Web Services Region in which an environment exists.

        Returns:
        The Amazon Web Services Region in which an environment exists.
      • createdAt

        public final Instant createdAt()

        The timestamp of when the environment was created.

        Returns:
        The timestamp of when the environment was created.
      • createdBy

        public final String createdBy()

        The Amazon DataZone user who created the environment.

        Returns:
        The Amazon DataZone user who created the environment.
      • description

        public final String description()

        The description of the environment.

        Returns:
        The description of the environment.
      • domainId

        public final String domainId()

        The identifier of the Amazon DataZone domain in which the environment exists.

        Returns:
        The identifier of the Amazon DataZone domain in which the environment exists.
      • environmentProfileId

        public final String environmentProfileId()

        The identifier of the environment profile with which the environment was created.

        Returns:
        The identifier of the environment profile with which the environment was created.
      • id

        public final String id()

        The identifier of the environment.

        Returns:
        The identifier of the environment.
      • name

        public final String name()

        The name of the environment.

        Returns:
        The name of the environment.
      • projectId

        public final String projectId()

        The identifier of the project in which the environment exists.

        Returns:
        The identifier of the project in which the environment exists.
      • provider

        public final String provider()

        The provider of the environment.

        Returns:
        The provider of the environment.
      • updatedAt

        public final Instant updatedAt()

        The timestamp of when the environment was updated.

        Returns:
        The timestamp of when the environment was updated.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)