Class PipelineSummary

    • Method Detail

      • pipelineArn

        public final String pipelineArn()

        The Amazon Resource Name (ARN) of the pipeline.

        Returns:
        The Amazon Resource Name (ARN) of the pipeline.
      • pipelineName

        public final String pipelineName()

        The name of the pipeline.

        Returns:
        The name of the pipeline.
      • pipelineDisplayName

        public final String pipelineDisplayName()

        The display name of the pipeline.

        Returns:
        The display name of the pipeline.
      • pipelineDescription

        public final String pipelineDescription()

        The description of the pipeline.

        Returns:
        The description of the pipeline.
      • roleArn

        public final String roleArn()

        The Amazon Resource Name (ARN) that the pipeline used to execute.

        Returns:
        The Amazon Resource Name (ARN) that the pipeline used to execute.
      • creationTime

        public final Instant creationTime()

        The creation time of the pipeline.

        Returns:
        The creation time of the pipeline.
      • lastModifiedTime

        public final Instant lastModifiedTime()

        The time that the pipeline was last modified.

        Returns:
        The time that the pipeline was last modified.
      • lastExecutionTime

        public final Instant lastExecutionTime()

        The last time that a pipeline execution began.

        Returns:
        The last time that a pipeline execution began.
      • 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)