/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A pipeline execution summary.See Also:
AWS
* API Reference
The Amazon Resource Name (ARN) of the pipeline execution.
*/ inline const Aws::String& GetPipelineExecutionArn() const{ return m_pipelineExecutionArn; } /** *The Amazon Resource Name (ARN) of the pipeline execution.
*/ inline bool PipelineExecutionArnHasBeenSet() const { return m_pipelineExecutionArnHasBeenSet; } /** *The Amazon Resource Name (ARN) of the pipeline execution.
*/ inline void SetPipelineExecutionArn(const Aws::String& value) { m_pipelineExecutionArnHasBeenSet = true; m_pipelineExecutionArn = value; } /** *The Amazon Resource Name (ARN) of the pipeline execution.
*/ inline void SetPipelineExecutionArn(Aws::String&& value) { m_pipelineExecutionArnHasBeenSet = true; m_pipelineExecutionArn = std::move(value); } /** *The Amazon Resource Name (ARN) of the pipeline execution.
*/ inline void SetPipelineExecutionArn(const char* value) { m_pipelineExecutionArnHasBeenSet = true; m_pipelineExecutionArn.assign(value); } /** *The Amazon Resource Name (ARN) of the pipeline execution.
*/ inline PipelineExecutionSummary& WithPipelineExecutionArn(const Aws::String& value) { SetPipelineExecutionArn(value); return *this;} /** *The Amazon Resource Name (ARN) of the pipeline execution.
*/ inline PipelineExecutionSummary& WithPipelineExecutionArn(Aws::String&& value) { SetPipelineExecutionArn(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the pipeline execution.
*/ inline PipelineExecutionSummary& WithPipelineExecutionArn(const char* value) { SetPipelineExecutionArn(value); return *this;} /** *The start time of the pipeline execution.
*/ inline const Aws::Utils::DateTime& GetStartTime() const{ return m_startTime; } /** *The start time of the pipeline execution.
*/ inline bool StartTimeHasBeenSet() const { return m_startTimeHasBeenSet; } /** *The start time of the pipeline execution.
*/ inline void SetStartTime(const Aws::Utils::DateTime& value) { m_startTimeHasBeenSet = true; m_startTime = value; } /** *The start time of the pipeline execution.
*/ inline void SetStartTime(Aws::Utils::DateTime&& value) { m_startTimeHasBeenSet = true; m_startTime = std::move(value); } /** *The start time of the pipeline execution.
*/ inline PipelineExecutionSummary& WithStartTime(const Aws::Utils::DateTime& value) { SetStartTime(value); return *this;} /** *The start time of the pipeline execution.
*/ inline PipelineExecutionSummary& WithStartTime(Aws::Utils::DateTime&& value) { SetStartTime(std::move(value)); return *this;} /** *The status of the pipeline execution.
*/ inline const PipelineExecutionStatus& GetPipelineExecutionStatus() const{ return m_pipelineExecutionStatus; } /** *The status of the pipeline execution.
*/ inline bool PipelineExecutionStatusHasBeenSet() const { return m_pipelineExecutionStatusHasBeenSet; } /** *The status of the pipeline execution.
*/ inline void SetPipelineExecutionStatus(const PipelineExecutionStatus& value) { m_pipelineExecutionStatusHasBeenSet = true; m_pipelineExecutionStatus = value; } /** *The status of the pipeline execution.
*/ inline void SetPipelineExecutionStatus(PipelineExecutionStatus&& value) { m_pipelineExecutionStatusHasBeenSet = true; m_pipelineExecutionStatus = std::move(value); } /** *The status of the pipeline execution.
*/ inline PipelineExecutionSummary& WithPipelineExecutionStatus(const PipelineExecutionStatus& value) { SetPipelineExecutionStatus(value); return *this;} /** *The status of the pipeline execution.
*/ inline PipelineExecutionSummary& WithPipelineExecutionStatus(PipelineExecutionStatus&& value) { SetPipelineExecutionStatus(std::move(value)); return *this;} /** *The description of the pipeline execution.
*/ inline const Aws::String& GetPipelineExecutionDescription() const{ return m_pipelineExecutionDescription; } /** *The description of the pipeline execution.
*/ inline bool PipelineExecutionDescriptionHasBeenSet() const { return m_pipelineExecutionDescriptionHasBeenSet; } /** *The description of the pipeline execution.
*/ inline void SetPipelineExecutionDescription(const Aws::String& value) { m_pipelineExecutionDescriptionHasBeenSet = true; m_pipelineExecutionDescription = value; } /** *The description of the pipeline execution.
*/ inline void SetPipelineExecutionDescription(Aws::String&& value) { m_pipelineExecutionDescriptionHasBeenSet = true; m_pipelineExecutionDescription = std::move(value); } /** *The description of the pipeline execution.
*/ inline void SetPipelineExecutionDescription(const char* value) { m_pipelineExecutionDescriptionHasBeenSet = true; m_pipelineExecutionDescription.assign(value); } /** *The description of the pipeline execution.
*/ inline PipelineExecutionSummary& WithPipelineExecutionDescription(const Aws::String& value) { SetPipelineExecutionDescription(value); return *this;} /** *The description of the pipeline execution.
*/ inline PipelineExecutionSummary& WithPipelineExecutionDescription(Aws::String&& value) { SetPipelineExecutionDescription(std::move(value)); return *this;} /** *The description of the pipeline execution.
*/ inline PipelineExecutionSummary& WithPipelineExecutionDescription(const char* value) { SetPipelineExecutionDescription(value); return *this;} /** *The display name of the pipeline execution.
*/ inline const Aws::String& GetPipelineExecutionDisplayName() const{ return m_pipelineExecutionDisplayName; } /** *The display name of the pipeline execution.
*/ inline bool PipelineExecutionDisplayNameHasBeenSet() const { return m_pipelineExecutionDisplayNameHasBeenSet; } /** *The display name of the pipeline execution.
*/ inline void SetPipelineExecutionDisplayName(const Aws::String& value) { m_pipelineExecutionDisplayNameHasBeenSet = true; m_pipelineExecutionDisplayName = value; } /** *The display name of the pipeline execution.
*/ inline void SetPipelineExecutionDisplayName(Aws::String&& value) { m_pipelineExecutionDisplayNameHasBeenSet = true; m_pipelineExecutionDisplayName = std::move(value); } /** *The display name of the pipeline execution.
*/ inline void SetPipelineExecutionDisplayName(const char* value) { m_pipelineExecutionDisplayNameHasBeenSet = true; m_pipelineExecutionDisplayName.assign(value); } /** *The display name of the pipeline execution.
*/ inline PipelineExecutionSummary& WithPipelineExecutionDisplayName(const Aws::String& value) { SetPipelineExecutionDisplayName(value); return *this;} /** *The display name of the pipeline execution.
*/ inline PipelineExecutionSummary& WithPipelineExecutionDisplayName(Aws::String&& value) { SetPipelineExecutionDisplayName(std::move(value)); return *this;} /** *The display name of the pipeline execution.
*/ inline PipelineExecutionSummary& WithPipelineExecutionDisplayName(const char* value) { SetPipelineExecutionDisplayName(value); return *this;} /** *A message generated by SageMaker Pipelines describing why the pipeline * execution failed.
*/ inline const Aws::String& GetPipelineExecutionFailureReason() const{ return m_pipelineExecutionFailureReason; } /** *A message generated by SageMaker Pipelines describing why the pipeline * execution failed.
*/ inline bool PipelineExecutionFailureReasonHasBeenSet() const { return m_pipelineExecutionFailureReasonHasBeenSet; } /** *A message generated by SageMaker Pipelines describing why the pipeline * execution failed.
*/ inline void SetPipelineExecutionFailureReason(const Aws::String& value) { m_pipelineExecutionFailureReasonHasBeenSet = true; m_pipelineExecutionFailureReason = value; } /** *A message generated by SageMaker Pipelines describing why the pipeline * execution failed.
*/ inline void SetPipelineExecutionFailureReason(Aws::String&& value) { m_pipelineExecutionFailureReasonHasBeenSet = true; m_pipelineExecutionFailureReason = std::move(value); } /** *A message generated by SageMaker Pipelines describing why the pipeline * execution failed.
*/ inline void SetPipelineExecutionFailureReason(const char* value) { m_pipelineExecutionFailureReasonHasBeenSet = true; m_pipelineExecutionFailureReason.assign(value); } /** *A message generated by SageMaker Pipelines describing why the pipeline * execution failed.
*/ inline PipelineExecutionSummary& WithPipelineExecutionFailureReason(const Aws::String& value) { SetPipelineExecutionFailureReason(value); return *this;} /** *A message generated by SageMaker Pipelines describing why the pipeline * execution failed.
*/ inline PipelineExecutionSummary& WithPipelineExecutionFailureReason(Aws::String&& value) { SetPipelineExecutionFailureReason(std::move(value)); return *this;} /** *A message generated by SageMaker Pipelines describing why the pipeline * execution failed.
*/ inline PipelineExecutionSummary& WithPipelineExecutionFailureReason(const char* value) { SetPipelineExecutionFailureReason(value); return *this;} private: Aws::String m_pipelineExecutionArn; bool m_pipelineExecutionArnHasBeenSet = false; Aws::Utils::DateTime m_startTime; bool m_startTimeHasBeenSet = false; PipelineExecutionStatus m_pipelineExecutionStatus; bool m_pipelineExecutionStatusHasBeenSet = false; Aws::String m_pipelineExecutionDescription; bool m_pipelineExecutionDescriptionHasBeenSet = false; Aws::String m_pipelineExecutionDisplayName; bool m_pipelineExecutionDisplayNameHasBeenSet = false; Aws::String m_pipelineExecutionFailureReason; bool m_pipelineExecutionFailureReasonHasBeenSet = false; }; } // namespace Model } // namespace SageMaker } // namespace Aws