Class DescribeExperimentResponse

    • Method Detail

      • experimentName

        public final String experimentName()

        The name of the experiment.

        Returns:
        The name of the experiment.
      • experimentArn

        public final String experimentArn()

        The Amazon Resource Name (ARN) of the experiment.

        Returns:
        The Amazon Resource Name (ARN) of the experiment.
      • displayName

        public final String displayName()

        The name of the experiment as displayed. If DisplayName isn't specified, ExperimentName is displayed.

        Returns:
        The name of the experiment as displayed. If DisplayName isn't specified, ExperimentName is displayed.
      • source

        public final ExperimentSource source()

        The Amazon Resource Name (ARN) of the source and, optionally, the type.

        Returns:
        The Amazon Resource Name (ARN) of the source and, optionally, the type.
      • description

        public final String description()

        The description of the experiment.

        Returns:
        The description of the experiment.
      • creationTime

        public final Instant creationTime()

        When the experiment was created.

        Returns:
        When the experiment was created.
      • createdBy

        public final UserContext createdBy()

        Who created the experiment.

        Returns:
        Who created the experiment.
      • lastModifiedTime

        public final Instant lastModifiedTime()

        When the experiment was last modified.

        Returns:
        When the experiment was last modified.
      • lastModifiedBy

        public final UserContext lastModifiedBy()

        Who last modified the experiment.

        Returns:
        Who last modified the experiment.
      • 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