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>
11#include <aws/proton/model/Provisioning.h>
44 template <
typename ArnT = Aws::String>
46 m_arnHasBeenSet =
true;
47 m_arn = std::forward<ArnT>(value);
49 template <
typename ArnT = Aws::String>
51 SetArn(std::forward<ArnT>(value));
69 template <
typename ComponentRoleArnT = Aws::String>
71 m_componentRoleArnHasBeenSet =
true;
72 m_componentRoleArn = std::forward<ComponentRoleArnT>(value);
74 template <
typename ComponentRoleArnT = Aws::String>
87 template <
typename CreatedAtT = Aws::Utils::DateTime>
89 m_createdAtHasBeenSet =
true;
90 m_createdAt = std::forward<CreatedAtT>(value);
92 template <
typename CreatedAtT = Aws::Utils::DateTime>
106 m_deploymentStatusHasBeenSet =
true;
107 m_deploymentStatus = value;
121 template <
typename DeploymentStatusMessageT = Aws::String>
123 m_deploymentStatusMessageHasBeenSet =
true;
124 m_deploymentStatusMessage = std::forward<DeploymentStatusMessageT>(value);
126 template <
typename DeploymentStatusMessageT = Aws::String>
139 template <
typename DescriptionT = Aws::String>
141 m_descriptionHasBeenSet =
true;
142 m_description = std::forward<DescriptionT>(value);
144 template <
typename DescriptionT = Aws::String>
158 template <
typename EnvironmentAccountConnectionIdT = Aws::String>
160 m_environmentAccountConnectionIdHasBeenSet =
true;
161 m_environmentAccountConnectionId = std::forward<EnvironmentAccountConnectionIdT>(value);
163 template <
typename EnvironmentAccountConnectionIdT = Aws::String>
177 template <
typename EnvironmentAccountIdT = Aws::String>
179 m_environmentAccountIdHasBeenSet =
true;
180 m_environmentAccountId = std::forward<EnvironmentAccountIdT>(value);
182 template <
typename EnvironmentAccountIdT = Aws::String>
195 template <
typename LastAttemptedDeploymentIdT = Aws::String>
197 m_lastAttemptedDeploymentIdHasBeenSet =
true;
198 m_lastAttemptedDeploymentId = std::forward<LastAttemptedDeploymentIdT>(value);
200 template <
typename LastAttemptedDeploymentIdT = Aws::String>
213 template <
typename LastDeploymentAttemptedAtT = Aws::Utils::DateTime>
215 m_lastDeploymentAttemptedAtHasBeenSet =
true;
216 m_lastDeploymentAttemptedAt = std::forward<LastDeploymentAttemptedAtT>(value);
218 template <
typename LastDeploymentAttemptedAtT = Aws::Utils::DateTime>
231 template <
typename LastDeploymentSucceededAtT = Aws::Utils::DateTime>
233 m_lastDeploymentSucceededAtHasBeenSet =
true;
234 m_lastDeploymentSucceededAt = std::forward<LastDeploymentSucceededAtT>(value);
236 template <
typename LastDeploymentSucceededAtT = Aws::Utils::DateTime>
249 template <
typename LastSucceededDeploymentIdT = Aws::String>
251 m_lastSucceededDeploymentIdHasBeenSet =
true;
252 m_lastSucceededDeploymentId = std::forward<LastSucceededDeploymentIdT>(value);
254 template <
typename LastSucceededDeploymentIdT = Aws::String>
267 template <
typename NameT = Aws::String>
269 m_nameHasBeenSet =
true;
270 m_name = std::forward<NameT>(value);
272 template <
typename NameT = Aws::String>
274 SetName(std::forward<NameT>(value));
286 template <
typename ProtonServiceRoleArnT = Aws::String>
288 m_protonServiceRoleArnHasBeenSet =
true;
289 m_protonServiceRoleArn = std::forward<ProtonServiceRoleArnT>(value);
291 template <
typename ProtonServiceRoleArnT = Aws::String>
306 m_provisioningHasBeenSet =
true;
307 m_provisioning = value;
321 template <
typename TemplateMajorVersionT = Aws::String>
323 m_templateMajorVersionHasBeenSet =
true;
324 m_templateMajorVersion = std::forward<TemplateMajorVersionT>(value);
326 template <
typename TemplateMajorVersionT = Aws::String>
339 template <
typename TemplateMinorVersionT = Aws::String>
341 m_templateMinorVersionHasBeenSet =
true;
342 m_templateMinorVersion = std::forward<TemplateMinorVersionT>(value);
344 template <
typename TemplateMinorVersionT = Aws::String>
357 template <
typename TemplateNameT = Aws::String>
359 m_templateNameHasBeenSet =
true;
360 m_templateName = std::forward<TemplateNameT>(value);
362 template <
typename TemplateNameT = Aws::String>
404 bool m_arnHasBeenSet =
false;
405 bool m_componentRoleArnHasBeenSet =
false;
406 bool m_createdAtHasBeenSet =
false;
407 bool m_deploymentStatusHasBeenSet =
false;
408 bool m_deploymentStatusMessageHasBeenSet =
false;
409 bool m_descriptionHasBeenSet =
false;
410 bool m_environmentAccountConnectionIdHasBeenSet =
false;
411 bool m_environmentAccountIdHasBeenSet =
false;
412 bool m_lastAttemptedDeploymentIdHasBeenSet =
false;
413 bool m_lastDeploymentAttemptedAtHasBeenSet =
false;
414 bool m_lastDeploymentSucceededAtHasBeenSet =
false;
415 bool m_lastSucceededDeploymentIdHasBeenSet =
false;
416 bool m_nameHasBeenSet =
false;
417 bool m_protonServiceRoleArnHasBeenSet =
false;
418 bool m_provisioningHasBeenSet =
false;
419 bool m_templateMajorVersionHasBeenSet =
false;
420 bool m_templateMinorVersionHasBeenSet =
false;
421 bool m_templateNameHasBeenSet =
false;
EnvironmentSummary & WithLastDeploymentSucceededAt(LastDeploymentSucceededAtT &&value)
const Aws::Utils::DateTime & GetLastDeploymentSucceededAt() const
DeploymentStatus GetDeploymentStatus() const
EnvironmentSummary & WithArn(ArnT &&value)
bool TemplateNameHasBeenSet() const
EnvironmentSummary & WithCreatedAt(CreatedAtT &&value)
AWS_PROTON_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTemplateMajorVersion(TemplateMajorVersionT &&value)
const Aws::String & GetComponentRoleArn() const
void SetLastAttemptedDeploymentId(LastAttemptedDeploymentIdT &&value)
const Aws::String & GetArn() const
void SetArn(ArnT &&value)
const Aws::String & GetDeploymentStatusMessage() const
void SetName(NameT &&value)
EnvironmentSummary & WithEnvironmentAccountConnectionId(EnvironmentAccountConnectionIdT &&value)
bool ProvisioningHasBeenSet() const
bool LastDeploymentAttemptedAtHasBeenSet() const
void SetTemplateName(TemplateNameT &&value)
const Aws::String & GetLastSucceededDeploymentId() const
const Aws::Utils::DateTime & GetLastDeploymentAttemptedAt() const
const Aws::String & GetLastAttemptedDeploymentId() const
EnvironmentSummary & WithDeploymentStatusMessage(DeploymentStatusMessageT &&value)
bool TemplateMinorVersionHasBeenSet() const
EnvironmentSummary & WithComponentRoleArn(ComponentRoleArnT &&value)
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetTemplateMajorVersion() const
bool NameHasBeenSet() const
void SetEnvironmentAccountConnectionId(EnvironmentAccountConnectionIdT &&value)
EnvironmentSummary & WithLastDeploymentAttemptedAt(LastDeploymentAttemptedAtT &&value)
bool LastDeploymentSucceededAtHasBeenSet() const
const Aws::String & GetTemplateName() const
bool LastSucceededDeploymentIdHasBeenSet() const
EnvironmentSummary & WithProtonServiceRoleArn(ProtonServiceRoleArnT &&value)
Provisioning GetProvisioning() const
EnvironmentSummary & WithProvisioning(Provisioning value)
void SetLastSucceededDeploymentId(LastSucceededDeploymentIdT &&value)
bool EnvironmentAccountConnectionIdHasBeenSet() const
const Aws::String & GetName() const
AWS_PROTON_API EnvironmentSummary()=default
void SetDeploymentStatusMessage(DeploymentStatusMessageT &&value)
EnvironmentSummary & WithDeploymentStatus(DeploymentStatus value)
bool ProtonServiceRoleArnHasBeenSet() const
void SetProtonServiceRoleArn(ProtonServiceRoleArnT &&value)
EnvironmentSummary & WithTemplateMinorVersion(TemplateMinorVersionT &&value)
void SetDeploymentStatus(DeploymentStatus value)
bool TemplateMajorVersionHasBeenSet() const
void SetLastDeploymentSucceededAt(LastDeploymentSucceededAtT &&value)
EnvironmentSummary & WithEnvironmentAccountId(EnvironmentAccountIdT &&value)
void SetEnvironmentAccountId(EnvironmentAccountIdT &&value)
bool CreatedAtHasBeenSet() const
EnvironmentSummary & WithLastAttemptedDeploymentId(LastAttemptedDeploymentIdT &&value)
const Aws::String & GetTemplateMinorVersion() const
bool DeploymentStatusMessageHasBeenSet() const
bool EnvironmentAccountIdHasBeenSet() const
void SetTemplateMinorVersion(TemplateMinorVersionT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
bool ComponentRoleArnHasBeenSet() const
EnvironmentSummary & WithTemplateMajorVersion(TemplateMajorVersionT &&value)
EnvironmentSummary & WithTemplateName(TemplateNameT &&value)
EnvironmentSummary & WithName(NameT &&value)
const Aws::String & GetEnvironmentAccountId() const
AWS_PROTON_API EnvironmentSummary(Aws::Utils::Json::JsonView jsonValue)
void SetComponentRoleArn(ComponentRoleArnT &&value)
EnvironmentSummary & WithLastSucceededDeploymentId(LastSucceededDeploymentIdT &&value)
EnvironmentSummary & WithDescription(DescriptionT &&value)
void SetProvisioning(Provisioning value)
AWS_PROTON_API EnvironmentSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDescription() const
bool ArnHasBeenSet() const
const Aws::String & GetEnvironmentAccountConnectionId() const
void SetLastDeploymentAttemptedAt(LastDeploymentAttemptedAtT &&value)
bool LastAttemptedDeploymentIdHasBeenSet() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetProtonServiceRoleArn() const
bool DeploymentStatusHasBeenSet() const
bool DescriptionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue