7#include <aws/proton/Proton_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/proton/model/DeploymentStatus.h>
11#include <aws/proton/model/Provisioning.h>
50 template<
typename ArnT = Aws::String>
51 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
52 template<
typename ArnT = Aws::String>
69 template<
typename ComponentRoleArnT = Aws::String>
70 void SetComponentRoleArn(ComponentRoleArnT&& value) { m_componentRoleArnHasBeenSet =
true; m_componentRoleArn = std::forward<ComponentRoleArnT>(value); }
71 template<
typename ComponentRoleArnT = Aws::String>
81 template<
typename CreatedAtT = Aws::Utils::DateTime>
82 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
83 template<
typename CreatedAtT = Aws::Utils::DateTime>
103 template<
typename DeploymentStatusMessageT = Aws::String>
104 void SetDeploymentStatusMessage(DeploymentStatusMessageT&& value) { m_deploymentStatusMessageHasBeenSet =
true; m_deploymentStatusMessage = std::forward<DeploymentStatusMessageT>(value); }
105 template<
typename DeploymentStatusMessageT = Aws::String>
115 template<
typename DescriptionT = Aws::String>
116 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
117 template<
typename DescriptionT = Aws::String>
128 template<
typename EnvironmentAccountConnectionIdT = Aws::String>
129 void SetEnvironmentAccountConnectionId(EnvironmentAccountConnectionIdT&& value) { m_environmentAccountConnectionIdHasBeenSet =
true; m_environmentAccountConnectionId = std::forward<EnvironmentAccountConnectionIdT>(value); }
130 template<
typename EnvironmentAccountConnectionIdT = Aws::String>
141 template<
typename EnvironmentAccountIdT = Aws::String>
142 void SetEnvironmentAccountId(EnvironmentAccountIdT&& value) { m_environmentAccountIdHasBeenSet =
true; m_environmentAccountId = std::forward<EnvironmentAccountIdT>(value); }
143 template<
typename EnvironmentAccountIdT = Aws::String>
153 template<
typename LastAttemptedDeploymentIdT = Aws::String>
154 void SetLastAttemptedDeploymentId(LastAttemptedDeploymentIdT&& value) { m_lastAttemptedDeploymentIdHasBeenSet =
true; m_lastAttemptedDeploymentId = std::forward<LastAttemptedDeploymentIdT>(value); }
155 template<
typename LastAttemptedDeploymentIdT = Aws::String>
165 template<
typename LastDeploymentAttemptedAtT = Aws::Utils::DateTime>
166 void SetLastDeploymentAttemptedAt(LastDeploymentAttemptedAtT&& value) { m_lastDeploymentAttemptedAtHasBeenSet =
true; m_lastDeploymentAttemptedAt = std::forward<LastDeploymentAttemptedAtT>(value); }
167 template<
typename LastDeploymentAttemptedAtT = Aws::Utils::DateTime>
177 template<
typename LastDeploymentSucceededAtT = Aws::Utils::DateTime>
178 void SetLastDeploymentSucceededAt(LastDeploymentSucceededAtT&& value) { m_lastDeploymentSucceededAtHasBeenSet =
true; m_lastDeploymentSucceededAt = std::forward<LastDeploymentSucceededAtT>(value); }
179 template<
typename LastDeploymentSucceededAtT = Aws::Utils::DateTime>
189 template<
typename LastSucceededDeploymentIdT = Aws::String>
190 void SetLastSucceededDeploymentId(LastSucceededDeploymentIdT&& value) { m_lastSucceededDeploymentIdHasBeenSet =
true; m_lastSucceededDeploymentId = std::forward<LastSucceededDeploymentIdT>(value); }
191 template<
typename LastSucceededDeploymentIdT = Aws::String>
201 template<
typename NameT = Aws::String>
202 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
203 template<
typename NameT = Aws::String>
214 template<
typename ProtonServiceRoleArnT = Aws::String>
215 void SetProtonServiceRoleArn(ProtonServiceRoleArnT&& value) { m_protonServiceRoleArnHasBeenSet =
true; m_protonServiceRoleArn = std::forward<ProtonServiceRoleArnT>(value); }
216 template<
typename ProtonServiceRoleArnT = Aws::String>
237 template<
typename TemplateMajorVersionT = Aws::String>
238 void SetTemplateMajorVersion(TemplateMajorVersionT&& value) { m_templateMajorVersionHasBeenSet =
true; m_templateMajorVersion = std::forward<TemplateMajorVersionT>(value); }
239 template<
typename TemplateMajorVersionT = Aws::String>
249 template<
typename TemplateMinorVersionT = Aws::String>
250 void SetTemplateMinorVersion(TemplateMinorVersionT&& value) { m_templateMinorVersionHasBeenSet =
true; m_templateMinorVersion = std::forward<TemplateMinorVersionT>(value); }
251 template<
typename TemplateMinorVersionT = Aws::String>
261 template<
typename TemplateNameT = Aws::String>
262 void SetTemplateName(TemplateNameT&& value) { m_templateNameHasBeenSet =
true; m_templateName = std::forward<TemplateNameT>(value); }
263 template<
typename TemplateNameT = Aws::String>
269 bool m_arnHasBeenSet =
false;
272 bool m_componentRoleArnHasBeenSet =
false;
275 bool m_createdAtHasBeenSet =
false;
278 bool m_deploymentStatusHasBeenSet =
false;
281 bool m_deploymentStatusMessageHasBeenSet =
false;
284 bool m_descriptionHasBeenSet =
false;
287 bool m_environmentAccountConnectionIdHasBeenSet =
false;
290 bool m_environmentAccountIdHasBeenSet =
false;
293 bool m_lastAttemptedDeploymentIdHasBeenSet =
false;
296 bool m_lastDeploymentAttemptedAtHasBeenSet =
false;
299 bool m_lastDeploymentSucceededAtHasBeenSet =
false;
302 bool m_lastSucceededDeploymentIdHasBeenSet =
false;
305 bool m_nameHasBeenSet =
false;
308 bool m_protonServiceRoleArnHasBeenSet =
false;
311 bool m_provisioningHasBeenSet =
false;
314 bool m_templateMajorVersionHasBeenSet =
false;
317 bool m_templateMinorVersionHasBeenSet =
false;
320 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