7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/ParallelismConfiguration.h>
12#include <aws/sagemaker/model/PipelineStatus.h>
13#include <aws/sagemaker/model/Tag.h>
14#include <aws/sagemaker/model/UserContext.h>
46 template <
typename PipelineArnT = Aws::String>
48 m_pipelineArnHasBeenSet =
true;
49 m_pipelineArn = std::forward<PipelineArnT>(value);
51 template <
typename PipelineArnT = Aws::String>
64 template <
typename PipelineNameT = Aws::String>
66 m_pipelineNameHasBeenSet =
true;
67 m_pipelineName = std::forward<PipelineNameT>(value);
69 template <
typename PipelineNameT = Aws::String>
82 template <
typename PipelineDisplayNameT = Aws::String>
84 m_pipelineDisplayNameHasBeenSet =
true;
85 m_pipelineDisplayName = std::forward<PipelineDisplayNameT>(value);
87 template <
typename PipelineDisplayNameT = Aws::String>
100 template <
typename PipelineDescriptionT = Aws::String>
102 m_pipelineDescriptionHasBeenSet =
true;
103 m_pipelineDescription = std::forward<PipelineDescriptionT>(value);
105 template <
typename PipelineDescriptionT = Aws::String>
118 template <
typename RoleArnT = Aws::String>
120 m_roleArnHasBeenSet =
true;
121 m_roleArn = std::forward<RoleArnT>(value);
123 template <
typename RoleArnT = Aws::String>
137 m_pipelineStatusHasBeenSet =
true;
138 m_pipelineStatus = value;
152 template <
typename CreationTimeT = Aws::Utils::DateTime>
154 m_creationTimeHasBeenSet =
true;
155 m_creationTime = std::forward<CreationTimeT>(value);
157 template <
typename CreationTimeT = Aws::Utils::DateTime>
170 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
172 m_lastModifiedTimeHasBeenSet =
true;
173 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
175 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
188 template <
typename LastRunTimeT = Aws::Utils::DateTime>
190 m_lastRunTimeHasBeenSet =
true;
191 m_lastRunTime = std::forward<LastRunTimeT>(value);
193 template <
typename LastRunTimeT = Aws::Utils::DateTime>
204 template <
typename CreatedByT = UserContext>
206 m_createdByHasBeenSet =
true;
207 m_createdBy = std::forward<CreatedByT>(value);
209 template <
typename CreatedByT = UserContext>
220 template <
typename LastModifiedByT = UserContext>
222 m_lastModifiedByHasBeenSet =
true;
223 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
225 template <
typename LastModifiedByT = UserContext>
238 template <
typename ParallelismConfigurationT = ParallelismConfiguration>
240 m_parallelismConfigurationHasBeenSet =
true;
241 m_parallelismConfiguration = std::forward<ParallelismConfigurationT>(value);
243 template <
typename ParallelismConfigurationT = ParallelismConfiguration>
256 template <
typename TagsT = Aws::Vector<Tag>>
258 m_tagsHasBeenSet =
true;
259 m_tags = std::forward<TagsT>(value);
261 template <
typename TagsT = Aws::Vector<Tag>>
263 SetTags(std::forward<TagsT>(value));
266 template <
typename TagsT = Tag>
268 m_tagsHasBeenSet =
true;
269 m_tags.emplace_back(std::forward<TagsT>(value));
292 UserContext m_createdBy;
294 UserContext m_lastModifiedBy;
296 ParallelismConfiguration m_parallelismConfiguration;
299 bool m_pipelineArnHasBeenSet =
false;
300 bool m_pipelineNameHasBeenSet =
false;
301 bool m_pipelineDisplayNameHasBeenSet =
false;
302 bool m_pipelineDescriptionHasBeenSet =
false;
303 bool m_roleArnHasBeenSet =
false;
304 bool m_pipelineStatusHasBeenSet =
false;
305 bool m_creationTimeHasBeenSet =
false;
306 bool m_lastModifiedTimeHasBeenSet =
false;
307 bool m_lastRunTimeHasBeenSet =
false;
308 bool m_createdByHasBeenSet =
false;
309 bool m_lastModifiedByHasBeenSet =
false;
310 bool m_parallelismConfigurationHasBeenSet =
false;
311 bool m_tagsHasBeenSet =
false;
void SetTags(TagsT &&value)
Pipeline & WithPipelineDisplayName(PipelineDisplayNameT &&value)
const Aws::String & GetPipelineName() const
const Aws::Utils::DateTime & GetLastRunTime() const
bool PipelineDescriptionHasBeenSet() const
const UserContext & GetLastModifiedBy() const
Pipeline & WithCreationTime(CreationTimeT &&value)
const Aws::String & GetPipelineDisplayName() const
void SetPipelineDescription(PipelineDescriptionT &&value)
void SetParallelismConfiguration(ParallelismConfigurationT &&value)
Pipeline & WithRoleArn(RoleArnT &&value)
Pipeline & WithLastModifiedBy(LastModifiedByT &&value)
AWS_SAGEMAKER_API Pipeline()=default
const ParallelismConfiguration & GetParallelismConfiguration() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
AWS_SAGEMAKER_API Pipeline & operator=(Aws::Utils::Json::JsonView jsonValue)
Pipeline & WithLastRunTime(LastRunTimeT &&value)
bool LastRunTimeHasBeenSet() const
AWS_SAGEMAKER_API Pipeline(Aws::Utils::Json::JsonView jsonValue)
void SetRoleArn(RoleArnT &&value)
bool CreationTimeHasBeenSet() const
Pipeline & AddTags(TagsT &&value)
Pipeline & WithParallelismConfiguration(ParallelismConfigurationT &&value)
void SetPipelineDisplayName(PipelineDisplayNameT &&value)
const Aws::String & GetPipelineDescription() const
bool PipelineNameHasBeenSet() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetCreationTime() const
bool ParallelismConfigurationHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
bool PipelineStatusHasBeenSet() const
bool TagsHasBeenSet() const
Pipeline & WithPipelineDescription(PipelineDescriptionT &&value)
bool PipelineDisplayNameHasBeenSet() const
void SetLastRunTime(LastRunTimeT &&value)
bool LastModifiedTimeHasBeenSet() const
void SetCreationTime(CreationTimeT &&value)
Pipeline & WithTags(TagsT &&value)
Pipeline & WithCreatedBy(CreatedByT &&value)
PipelineStatus GetPipelineStatus() const
Pipeline & WithPipelineName(PipelineNameT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
void SetPipelineStatus(PipelineStatus value)
void SetPipelineName(PipelineNameT &&value)
Pipeline & WithLastModifiedTime(LastModifiedTimeT &&value)
bool CreatedByHasBeenSet() const
Pipeline & WithPipelineStatus(PipelineStatus value)
bool LastModifiedByHasBeenSet() const
void SetLastModifiedBy(LastModifiedByT &&value)
const Aws::String & GetPipelineArn() const
const Aws::String & GetRoleArn() const
void SetPipelineArn(PipelineArnT &&value)
const UserContext & GetCreatedBy() const
bool PipelineArnHasBeenSet() const
bool RoleArnHasBeenSet() const
Pipeline & WithPipelineArn(PipelineArnT &&value)
void SetCreatedBy(CreatedByT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue