Class EnvironmentProfileSummary

    • Method Detail

      • awsAccountId

        public final String awsAccountId()

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

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

        public final String awsAccountRegion()

        The Amazon Web Services Region in which an environment profile exists.

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

        public final Instant createdAt()

        The timestamp of when an environment profile was created.

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

        public final String createdBy()

        The Amazon DataZone user who created the environment profile.

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

        public final String description()

        The description of the environment profile.

        Returns:
        The description of the environment profile.
      • domainId

        public final String domainId()

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

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

        public final String environmentBlueprintId()

        The identifier of a blueprint with which an environment profile is created.

        Returns:
        The identifier of a blueprint with which an environment profile is created.
      • id

        public final String id()

        The identifier of the environment profile.

        Returns:
        The identifier of the environment profile.
      • name

        public final String name()

        The name of the environment profile.

        Returns:
        The name of the environment profile.
      • projectId

        public final String projectId()

        The identifier of a project in which an environment profile exists.

        Returns:
        The identifier of a project in which an environment profile exists.
      • updatedAt

        public final Instant updatedAt()

        The timestamp of when the environment profile was updated.

        Returns:
        The timestamp of when the environment profile 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)