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>
45 template <
typename ArnT = Aws::String>
47 m_arnHasBeenSet =
true;
48 m_arn = std::forward<ArnT>(value);
50 template <
typename ArnT = Aws::String>
52 SetArn(std::forward<ArnT>(value));
63 template <
typename CreatedAtT = Aws::Utils::DateTime>
65 m_createdAtHasBeenSet =
true;
66 m_createdAt = std::forward<CreatedAtT>(value);
68 template <
typename CreatedAtT = Aws::Utils::DateTime>
82 m_deploymentStatusHasBeenSet =
true;
83 m_deploymentStatus = value;
97 template <
typename DeploymentStatusMessageT = Aws::String>
99 m_deploymentStatusMessageHasBeenSet =
true;
100 m_deploymentStatusMessage = std::forward<DeploymentStatusMessageT>(value);
102 template <
typename DeploymentStatusMessageT = Aws::String>
115 template <
typename DescriptionT = Aws::String>
117 m_descriptionHasBeenSet =
true;
118 m_description = std::forward<DescriptionT>(value);
120 template <
typename DescriptionT = Aws::String>
134 template <
typename EnvironmentNameT = Aws::String>
136 m_environmentNameHasBeenSet =
true;
137 m_environmentName = std::forward<EnvironmentNameT>(value);
139 template <
typename EnvironmentNameT = Aws::String>
152 template <
typename LastAttemptedDeploymentIdT = Aws::String>
154 m_lastAttemptedDeploymentIdHasBeenSet =
true;
155 m_lastAttemptedDeploymentId = std::forward<LastAttemptedDeploymentIdT>(value);
157 template <
typename LastAttemptedDeploymentIdT = Aws::String>
170 template <
typename LastClientRequestTokenT = Aws::String>
172 m_lastClientRequestTokenHasBeenSet =
true;
173 m_lastClientRequestToken = std::forward<LastClientRequestTokenT>(value);
175 template <
typename LastClientRequestTokenT = Aws::String>
188 template <
typename LastDeploymentAttemptedAtT = Aws::Utils::DateTime>
190 m_lastDeploymentAttemptedAtHasBeenSet =
true;
191 m_lastDeploymentAttemptedAt = std::forward<LastDeploymentAttemptedAtT>(value);
193 template <
typename LastDeploymentAttemptedAtT = Aws::Utils::DateTime>
206 template <
typename LastDeploymentSucceededAtT = Aws::Utils::DateTime>
208 m_lastDeploymentSucceededAtHasBeenSet =
true;
209 m_lastDeploymentSucceededAt = std::forward<LastDeploymentSucceededAtT>(value);
211 template <
typename LastDeploymentSucceededAtT = Aws::Utils::DateTime>
224 template <
typename LastModifiedAtT = Aws::Utils::DateTime>
226 m_lastModifiedAtHasBeenSet =
true;
227 m_lastModifiedAt = std::forward<LastModifiedAtT>(value);
229 template <
typename LastModifiedAtT = Aws::Utils::DateTime>
242 template <
typename LastSucceededDeploymentIdT = Aws::String>
244 m_lastSucceededDeploymentIdHasBeenSet =
true;
245 m_lastSucceededDeploymentId = std::forward<LastSucceededDeploymentIdT>(value);
247 template <
typename LastSucceededDeploymentIdT = Aws::String>
260 template <
typename NameT = Aws::String>
262 m_nameHasBeenSet =
true;
263 m_name = std::forward<NameT>(value);
265 template <
typename NameT = Aws::String>
267 SetName(std::forward<NameT>(value));
279 template <
typename ServiceInstanceNameT = Aws::String>
281 m_serviceInstanceNameHasBeenSet =
true;
282 m_serviceInstanceName = std::forward<ServiceInstanceNameT>(value);
284 template <
typename ServiceInstanceNameT = Aws::String>
298 template <
typename ServiceNameT = Aws::String>
300 m_serviceNameHasBeenSet =
true;
301 m_serviceName = std::forward<ServiceNameT>(value);
303 template <
typename ServiceNameT = Aws::String>
317 template <
typename ServiceSpecT = Aws::String>
319 m_serviceSpecHasBeenSet =
true;
320 m_serviceSpec = std::forward<ServiceSpecT>(value);
322 template <
typename ServiceSpecT = Aws::String>
360 bool m_arnHasBeenSet =
false;
361 bool m_createdAtHasBeenSet =
false;
362 bool m_deploymentStatusHasBeenSet =
false;
363 bool m_deploymentStatusMessageHasBeenSet =
false;
364 bool m_descriptionHasBeenSet =
false;
365 bool m_environmentNameHasBeenSet =
false;
366 bool m_lastAttemptedDeploymentIdHasBeenSet =
false;
367 bool m_lastClientRequestTokenHasBeenSet =
false;
368 bool m_lastDeploymentAttemptedAtHasBeenSet =
false;
369 bool m_lastDeploymentSucceededAtHasBeenSet =
false;
370 bool m_lastModifiedAtHasBeenSet =
false;
371 bool m_lastSucceededDeploymentIdHasBeenSet =
false;
372 bool m_nameHasBeenSet =
false;
373 bool m_serviceInstanceNameHasBeenSet =
false;
374 bool m_serviceNameHasBeenSet =
false;
375 bool m_serviceSpecHasBeenSet =
false;
Component & WithArn(ArnT &&value)
Component & WithLastDeploymentAttemptedAt(LastDeploymentAttemptedAtT &&value)
bool NameHasBeenSet() const
void SetArn(ArnT &&value)
const Aws::String & GetEnvironmentName() const
Component & WithDeploymentStatusMessage(DeploymentStatusMessageT &&value)
bool LastSucceededDeploymentIdHasBeenSet() const
const Aws::Utils::DateTime & GetLastDeploymentAttemptedAt() const
Component & WithServiceName(ServiceNameT &&value)
bool DeploymentStatusHasBeenSet() const
bool ArnHasBeenSet() const
const Aws::String & GetServiceInstanceName() const
void SetServiceName(ServiceNameT &&value)
const Aws::String & GetLastClientRequestToken() const
void SetDeploymentStatus(DeploymentStatus value)
Component & WithLastDeploymentSucceededAt(LastDeploymentSucceededAtT &&value)
void SetDeploymentStatusMessage(DeploymentStatusMessageT &&value)
AWS_PROTON_API Component()=default
Component & WithServiceSpec(ServiceSpecT &&value)
void SetLastDeploymentSucceededAt(LastDeploymentSucceededAtT &&value)
bool ServiceInstanceNameHasBeenSet() const
Component & WithDescription(DescriptionT &&value)
void SetLastModifiedAt(LastModifiedAtT &&value)
void SetServiceSpec(ServiceSpecT &&value)
bool LastAttemptedDeploymentIdHasBeenSet() const
void SetServiceInstanceName(ServiceInstanceNameT &&value)
const Aws::Utils::DateTime & GetLastModifiedAt() const
bool LastDeploymentAttemptedAtHasBeenSet() const
void SetEnvironmentName(EnvironmentNameT &&value)
Component & WithEnvironmentName(EnvironmentNameT &&value)
DeploymentStatus GetDeploymentStatus() const
const Aws::String & GetServiceName() const
Component & WithLastModifiedAt(LastModifiedAtT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetLastAttemptedDeploymentId() const
const Aws::String & GetDeploymentStatusMessage() const
Component & WithLastAttemptedDeploymentId(LastAttemptedDeploymentIdT &&value)
const Aws::Utils::DateTime & GetLastDeploymentSucceededAt() const
void SetLastDeploymentAttemptedAt(LastDeploymentAttemptedAtT &&value)
const Aws::String & GetDescription() const
AWS_PROTON_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetServiceSpec() const
void SetName(NameT &&value)
Component & WithName(NameT &&value)
bool CreatedAtHasBeenSet() const
void SetDescription(DescriptionT &&value)
Component & WithDeploymentStatus(DeploymentStatus value)
void SetCreatedAt(CreatedAtT &&value)
bool EnvironmentNameHasBeenSet() const
const Aws::String & GetName() const
bool ServiceSpecHasBeenSet() const
bool ServiceNameHasBeenSet() const
void SetLastClientRequestToken(LastClientRequestTokenT &&value)
AWS_PROTON_API Component(Aws::Utils::Json::JsonView jsonValue)
Component & WithLastSucceededDeploymentId(LastSucceededDeploymentIdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetLastSucceededDeploymentId() const
Component & WithCreatedAt(CreatedAtT &&value)
Component & WithServiceInstanceName(ServiceInstanceNameT &&value)
bool DeploymentStatusMessageHasBeenSet() const
bool LastModifiedAtHasBeenSet() const
AWS_PROTON_API Component & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetArn() const
void SetLastAttemptedDeploymentId(LastAttemptedDeploymentIdT &&value)
bool LastClientRequestTokenHasBeenSet() const
Component & WithLastClientRequestToken(LastClientRequestTokenT &&value)
void SetLastSucceededDeploymentId(LastSucceededDeploymentIdT &&value)
bool LastDeploymentSucceededAtHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue