7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/codepipeline/model/ExecutionMode.h>
9#include <aws/codepipeline/model/PipelineType.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
22namespace CodePipeline {
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
62 m_versionHasBeenSet =
true;
91 m_pipelineTypeHasBeenSet =
true;
92 m_pipelineType = value;
108 m_executionModeHasBeenSet =
true;
109 m_executionMode = value;
123 template <
typename CreatedT = Aws::Utils::DateTime>
125 m_createdHasBeenSet =
true;
126 m_created = std::forward<CreatedT>(value);
128 template <
typename CreatedT = Aws::Utils::DateTime>
142 template <
typename UpdatedT = Aws::Utils::DateTime>
144 m_updatedHasBeenSet =
true;
145 m_updated = std::forward<UpdatedT>(value);
147 template <
typename UpdatedT = Aws::Utils::DateTime>
165 bool m_nameHasBeenSet =
false;
166 bool m_versionHasBeenSet =
false;
167 bool m_pipelineTypeHasBeenSet =
false;
168 bool m_executionModeHasBeenSet =
false;
169 bool m_createdHasBeenSet =
false;
170 bool m_updatedHasBeenSet =
false;
const Aws::Utils::DateTime & GetUpdated() const
void SetCreated(CreatedT &&value)
bool VersionHasBeenSet() const
bool ExecutionModeHasBeenSet() const
AWS_CODEPIPELINE_API PipelineSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
PipelineSummary & WithUpdated(UpdatedT &&value)
PipelineSummary & WithPipelineType(PipelineType value)
const Aws::String & GetName() const
void SetExecutionMode(ExecutionMode value)
PipelineSummary & WithExecutionMode(ExecutionMode value)
PipelineSummary & WithCreated(CreatedT &&value)
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
PipelineType GetPipelineType() const
bool CreatedHasBeenSet() const
const Aws::Utils::DateTime & GetCreated() const
bool NameHasBeenSet() const
AWS_CODEPIPELINE_API PipelineSummary()=default
PipelineSummary & WithName(NameT &&value)
ExecutionMode GetExecutionMode() const
void SetName(NameT &&value)
void SetPipelineType(PipelineType value)
void SetUpdated(UpdatedT &&value)
void SetVersion(int value)
bool PipelineTypeHasBeenSet() const
bool UpdatedHasBeenSet() const
PipelineSummary & WithVersion(int value)
AWS_CODEPIPELINE_API PipelineSummary(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue