7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
41 template <
typename PipelineArnT = Aws::String>
43 m_pipelineArnHasBeenSet =
true;
44 m_pipelineArn = std::forward<PipelineArnT>(value);
46 template <
typename PipelineArnT = Aws::String>
59 template <
typename PipelineNameT = Aws::String>
61 m_pipelineNameHasBeenSet =
true;
62 m_pipelineName = std::forward<PipelineNameT>(value);
64 template <
typename PipelineNameT = Aws::String>
77 template <
typename PipelineDisplayNameT = Aws::String>
79 m_pipelineDisplayNameHasBeenSet =
true;
80 m_pipelineDisplayName = std::forward<PipelineDisplayNameT>(value);
82 template <
typename PipelineDisplayNameT = Aws::String>
95 template <
typename PipelineDescriptionT = Aws::String>
97 m_pipelineDescriptionHasBeenSet =
true;
98 m_pipelineDescription = std::forward<PipelineDescriptionT>(value);
100 template <
typename PipelineDescriptionT = Aws::String>
113 template <
typename RoleArnT = Aws::String>
115 m_roleArnHasBeenSet =
true;
116 m_roleArn = std::forward<RoleArnT>(value);
118 template <
typename RoleArnT = Aws::String>
131 template <
typename CreationTimeT = Aws::Utils::DateTime>
133 m_creationTimeHasBeenSet =
true;
134 m_creationTime = std::forward<CreationTimeT>(value);
136 template <
typename CreationTimeT = Aws::Utils::DateTime>
149 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
151 m_lastModifiedTimeHasBeenSet =
true;
152 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
154 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
167 template <
typename LastExecutionTimeT = Aws::Utils::DateTime>
169 m_lastExecutionTimeHasBeenSet =
true;
170 m_lastExecutionTime = std::forward<LastExecutionTimeT>(value);
172 template <
typename LastExecutionTimeT = Aws::Utils::DateTime>
194 bool m_pipelineArnHasBeenSet =
false;
195 bool m_pipelineNameHasBeenSet =
false;
196 bool m_pipelineDisplayNameHasBeenSet =
false;
197 bool m_pipelineDescriptionHasBeenSet =
false;
198 bool m_roleArnHasBeenSet =
false;
199 bool m_creationTimeHasBeenSet =
false;
200 bool m_lastModifiedTimeHasBeenSet =
false;
201 bool m_lastExecutionTimeHasBeenSet =
false;
void SetLastModifiedTime(LastModifiedTimeT &&value)
void SetLastExecutionTime(LastExecutionTimeT &&value)
bool PipelineDescriptionHasBeenSet() const
AWS_SAGEMAKER_API PipelineSummary()=default
const Aws::String & GetPipelineArn() const
const Aws::String & GetPipelineDisplayName() const
const Aws::Utils::DateTime & GetLastExecutionTime() const
const Aws::Utils::DateTime & GetCreationTime() const
void SetRoleArn(RoleArnT &&value)
void SetPipelineName(PipelineNameT &&value)
const Aws::String & GetPipelineName() const
PipelineSummary & WithPipelineDescription(PipelineDescriptionT &&value)
PipelineSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
PipelineSummary & WithPipelineDisplayName(PipelineDisplayNameT &&value)
PipelineSummary & WithCreationTime(CreationTimeT &&value)
void SetPipelineArn(PipelineArnT &&value)
bool CreationTimeHasBeenSet() const
void SetPipelineDisplayName(PipelineDisplayNameT &&value)
PipelineSummary & WithLastExecutionTime(LastExecutionTimeT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API PipelineSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
PipelineSummary & WithPipelineArn(PipelineArnT &&value)
bool RoleArnHasBeenSet() const
bool LastModifiedTimeHasBeenSet() const
bool PipelineArnHasBeenSet() const
bool LastExecutionTimeHasBeenSet() const
AWS_SAGEMAKER_API PipelineSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPipelineDescription() const
PipelineSummary & WithPipelineName(PipelineNameT &&value)
bool PipelineNameHasBeenSet() const
PipelineSummary & WithRoleArn(RoleArnT &&value)
void SetCreationTime(CreationTimeT &&value)
bool PipelineDisplayNameHasBeenSet() const
const Aws::String & GetRoleArn() const
void SetPipelineDescription(PipelineDescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue