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/DeploymentStatus.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));
61 template <
typename CreatedAtT = Aws::Utils::DateTime>
63 m_createdAtHasBeenSet =
true;
64 m_createdAt = std::forward<CreatedAtT>(value);
66 template <
typename CreatedAtT = Aws::Utils::DateTime>
80 m_deploymentStatusHasBeenSet =
true;
81 m_deploymentStatus = value;
95 template <
typename DeploymentStatusMessageT = Aws::String>
97 m_deploymentStatusMessageHasBeenSet =
true;
98 m_deploymentStatusMessage = std::forward<DeploymentStatusMessageT>(value);
100 template <
typename DeploymentStatusMessageT = Aws::String>
113 template <
typename LastAttemptedDeploymentIdT = Aws::String>
115 m_lastAttemptedDeploymentIdHasBeenSet =
true;
116 m_lastAttemptedDeploymentId = std::forward<LastAttemptedDeploymentIdT>(value);
118 template <
typename LastAttemptedDeploymentIdT = Aws::String>
131 template <
typename LastDeploymentAttemptedAtT = Aws::Utils::DateTime>
133 m_lastDeploymentAttemptedAtHasBeenSet =
true;
134 m_lastDeploymentAttemptedAt = std::forward<LastDeploymentAttemptedAtT>(value);
136 template <
typename LastDeploymentAttemptedAtT = Aws::Utils::DateTime>
149 template <
typename LastDeploymentSucceededAtT = Aws::Utils::DateTime>
151 m_lastDeploymentSucceededAtHasBeenSet =
true;
152 m_lastDeploymentSucceededAt = std::forward<LastDeploymentSucceededAtT>(value);
154 template <
typename LastDeploymentSucceededAtT = Aws::Utils::DateTime>
167 template <
typename LastSucceededDeploymentIdT = Aws::String>
169 m_lastSucceededDeploymentIdHasBeenSet =
true;
170 m_lastSucceededDeploymentId = std::forward<LastSucceededDeploymentIdT>(value);
172 template <
typename LastSucceededDeploymentIdT = Aws::String>
185 template <
typename SpecT = Aws::String>
187 m_specHasBeenSet =
true;
188 m_spec = std::forward<SpecT>(value);
190 template <
typename SpecT = Aws::String>
192 SetSpec(std::forward<SpecT>(value));
204 template <
typename TemplateMajorVersionT = Aws::String>
206 m_templateMajorVersionHasBeenSet =
true;
207 m_templateMajorVersion = std::forward<TemplateMajorVersionT>(value);
209 template <
typename TemplateMajorVersionT = Aws::String>
223 template <
typename TemplateMinorVersionT = Aws::String>
225 m_templateMinorVersionHasBeenSet =
true;
226 m_templateMinorVersion = std::forward<TemplateMinorVersionT>(value);
228 template <
typename TemplateMinorVersionT = Aws::String>
242 template <
typename TemplateNameT = Aws::String>
244 m_templateNameHasBeenSet =
true;
245 m_templateName = std::forward<TemplateNameT>(value);
247 template <
typename TemplateNameT = Aws::String>
277 bool m_arnHasBeenSet =
false;
278 bool m_createdAtHasBeenSet =
false;
279 bool m_deploymentStatusHasBeenSet =
false;
280 bool m_deploymentStatusMessageHasBeenSet =
false;
281 bool m_lastAttemptedDeploymentIdHasBeenSet =
false;
282 bool m_lastDeploymentAttemptedAtHasBeenSet =
false;
283 bool m_lastDeploymentSucceededAtHasBeenSet =
false;
284 bool m_lastSucceededDeploymentIdHasBeenSet =
false;
285 bool m_specHasBeenSet =
false;
286 bool m_templateMajorVersionHasBeenSet =
false;
287 bool m_templateMinorVersionHasBeenSet =
false;
288 bool m_templateNameHasBeenSet =
false;
ServicePipeline & WithLastAttemptedDeploymentId(LastAttemptedDeploymentIdT &&value)
const Aws::String & GetLastSucceededDeploymentId() const
ServicePipeline & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetArn() const
void SetTemplateMajorVersion(TemplateMajorVersionT &&value)
ServicePipeline & WithDeploymentStatus(DeploymentStatus value)
AWS_PROTON_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PROTON_API ServicePipeline & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLastDeploymentAttemptedAt(LastDeploymentAttemptedAtT &&value)
bool DeploymentStatusMessageHasBeenSet() const
void SetLastSucceededDeploymentId(LastSucceededDeploymentIdT &&value)
void SetTemplateName(TemplateNameT &&value)
const Aws::String & GetDeploymentStatusMessage() const
void SetArn(ArnT &&value)
bool TemplateMajorVersionHasBeenSet() const
bool LastSucceededDeploymentIdHasBeenSet() const
bool TemplateMinorVersionHasBeenSet() const
bool TemplateNameHasBeenSet() const
bool DeploymentStatusHasBeenSet() const
ServicePipeline & WithArn(ArnT &&value)
const Aws::String & GetLastAttemptedDeploymentId() const
bool LastDeploymentSucceededAtHasBeenSet() const
ServicePipeline & WithLastDeploymentAttemptedAt(LastDeploymentAttemptedAtT &&value)
void SetLastAttemptedDeploymentId(LastAttemptedDeploymentIdT &&value)
bool LastDeploymentAttemptedAtHasBeenSet() const
void SetDeploymentStatus(DeploymentStatus value)
ServicePipeline & WithTemplateName(TemplateNameT &&value)
const Aws::String & GetTemplateMajorVersion() const
AWS_PROTON_API ServicePipeline(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTemplateMinorVersion() const
void SetDeploymentStatusMessage(DeploymentStatusMessageT &&value)
ServicePipeline & WithTemplateMajorVersion(TemplateMajorVersionT &&value)
ServicePipeline & WithLastDeploymentSucceededAt(LastDeploymentSucceededAtT &&value)
AWS_PROTON_API ServicePipeline()=default
bool LastAttemptedDeploymentIdHasBeenSet() const
const Aws::Utils::DateTime & GetLastDeploymentSucceededAt() const
const Aws::Utils::DateTime & GetLastDeploymentAttemptedAt() const
void SetSpec(SpecT &&value)
bool CreatedAtHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
bool ArnHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
ServicePipeline & WithTemplateMinorVersion(TemplateMinorVersionT &&value)
bool SpecHasBeenSet() const
ServicePipeline & WithDeploymentStatusMessage(DeploymentStatusMessageT &&value)
DeploymentStatus GetDeploymentStatus() const
const Aws::String & GetTemplateName() const
const Aws::String & GetSpec() const
void SetTemplateMinorVersion(TemplateMinorVersionT &&value)
ServicePipeline & WithLastSucceededDeploymentId(LastSucceededDeploymentIdT &&value)
ServicePipeline & WithSpec(SpecT &&value)
void SetLastDeploymentSucceededAt(LastDeploymentSucceededAtT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue