7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/proton/Proton_EXPORTS.h>
10#include <aws/proton/model/ServicePipeline.h>
11#include <aws/proton/model/ServiceStatus.h>
43 template <
typename ArnT = Aws::String>
45 m_arnHasBeenSet =
true;
46 m_arn = std::forward<ArnT>(value);
48 template <
typename ArnT = Aws::String>
50 SetArn(std::forward<ArnT>(value));
62 template <
typename BranchNameT = Aws::String>
64 m_branchNameHasBeenSet =
true;
65 m_branchName = std::forward<BranchNameT>(value);
67 template <
typename BranchNameT = Aws::String>
80 template <
typename CreatedAtT = Aws::Utils::DateTime>
82 m_createdAtHasBeenSet =
true;
83 m_createdAt = std::forward<CreatedAtT>(value);
85 template <
typename CreatedAtT = Aws::Utils::DateTime>
98 template <
typename DescriptionT = Aws::String>
100 m_descriptionHasBeenSet =
true;
101 m_description = std::forward<DescriptionT>(value);
103 template <
typename DescriptionT = Aws::String>
116 template <
typename LastModifiedAtT = Aws::Utils::DateTime>
118 m_lastModifiedAtHasBeenSet =
true;
119 m_lastModifiedAt = std::forward<LastModifiedAtT>(value);
121 template <
typename LastModifiedAtT = Aws::Utils::DateTime>
134 template <
typename NameT = Aws::String>
136 m_nameHasBeenSet =
true;
137 m_name = std::forward<NameT>(value);
139 template <
typename NameT = Aws::String>
141 SetName(std::forward<NameT>(value));
152 template <
typename PipelineT = ServicePipeline>
154 m_pipelineHasBeenSet =
true;
155 m_pipeline = std::forward<PipelineT>(value);
157 template <
typename PipelineT = ServicePipeline>
173 template <
typename RepositoryConnectionArnT = Aws::String>
175 m_repositoryConnectionArnHasBeenSet =
true;
176 m_repositoryConnectionArn = std::forward<RepositoryConnectionArnT>(value);
178 template <
typename RepositoryConnectionArnT = Aws::String>
191 template <
typename RepositoryIdT = Aws::String>
193 m_repositoryIdHasBeenSet =
true;
194 m_repositoryId = std::forward<RepositoryIdT>(value);
196 template <
typename RepositoryIdT = Aws::String>
209 template <
typename SpecT = Aws::String>
211 m_specHasBeenSet =
true;
212 m_spec = std::forward<SpecT>(value);
214 template <
typename SpecT = Aws::String>
216 SetSpec(std::forward<SpecT>(value));
228 m_statusHasBeenSet =
true;
243 template <
typename StatusMessageT = Aws::String>
245 m_statusMessageHasBeenSet =
true;
246 m_statusMessage = std::forward<StatusMessageT>(value);
248 template <
typename StatusMessageT = Aws::String>
261 template <
typename TemplateNameT = Aws::String>
263 m_templateNameHasBeenSet =
true;
264 m_templateName = std::forward<TemplateNameT>(value);
266 template <
typename TemplateNameT = Aws::String>
285 ServicePipeline m_pipeline;
298 bool m_arnHasBeenSet =
false;
299 bool m_branchNameHasBeenSet =
false;
300 bool m_createdAtHasBeenSet =
false;
301 bool m_descriptionHasBeenSet =
false;
302 bool m_lastModifiedAtHasBeenSet =
false;
303 bool m_nameHasBeenSet =
false;
304 bool m_pipelineHasBeenSet =
false;
305 bool m_repositoryConnectionArnHasBeenSet =
false;
306 bool m_repositoryIdHasBeenSet =
false;
307 bool m_specHasBeenSet =
false;
308 bool m_statusHasBeenSet =
false;
309 bool m_statusMessageHasBeenSet =
false;
310 bool m_templateNameHasBeenSet =
false;
AWS_PROTON_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRepositoryId(RepositoryIdT &&value)
Service & WithCreatedAt(CreatedAtT &&value)
Service & WithRepositoryId(RepositoryIdT &&value)
const Aws::String & GetRepositoryId() const
void SetSpec(SpecT &&value)
Service & WithArn(ArnT &&value)
const Aws::String & GetDescription() const
Service & WithStatusMessage(StatusMessageT &&value)
const Aws::String & GetName() const
void SetCreatedAt(CreatedAtT &&value)
Service & WithSpec(SpecT &&value)
void SetTemplateName(TemplateNameT &&value)
void SetRepositoryConnectionArn(RepositoryConnectionArnT &&value)
bool RepositoryConnectionArnHasBeenSet() const
bool SpecHasBeenSet() const
bool RepositoryIdHasBeenSet() const
const Aws::Utils::DateTime & GetLastModifiedAt() const
const Aws::String & GetSpec() const
Service & WithDescription(DescriptionT &&value)
Service & WithTemplateName(TemplateNameT &&value)
void SetDescription(DescriptionT &&value)
Service & WithRepositoryConnectionArn(RepositoryConnectionArnT &&value)
void SetArn(ArnT &&value)
void SetLastModifiedAt(LastModifiedAtT &&value)
void SetStatusMessage(StatusMessageT &&value)
AWS_PROTON_API Service()=default
bool ArnHasBeenSet() const
void SetStatus(ServiceStatus value)
const Aws::String & GetRepositoryConnectionArn() const
const ServicePipeline & GetPipeline() const
ServiceStatus GetStatus() const
bool LastModifiedAtHasBeenSet() const
Service & WithBranchName(BranchNameT &&value)
bool StatusMessageHasBeenSet() const
const Aws::String & GetTemplateName() const
const Aws::String & GetBranchName() const
bool BranchNameHasBeenSet() const
AWS_PROTON_API Service(Aws::Utils::Json::JsonView jsonValue)
bool DescriptionHasBeenSet() const
Service & WithName(NameT &&value)
AWS_PROTON_API Service & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
void SetBranchName(BranchNameT &&value)
Service & WithStatus(ServiceStatus value)
Service & WithPipeline(PipelineT &&value)
bool CreatedAtHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
bool PipelineHasBeenSet() const
bool TemplateNameHasBeenSet() const
const Aws::String & GetStatusMessage() const
void SetName(NameT &&value)
const Aws::String & GetArn() const
void SetPipeline(PipelineT &&value)
bool StatusHasBeenSet() const
Service & WithLastModifiedAt(LastModifiedAtT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue