/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Summary data of an Proton environment resource. An Proton environment is a
* set of resources shared across Proton services.See Also:
AWS
* API Reference
The Amazon Resource Name (ARN) of the environment.
*/ inline const Aws::String& GetArn() const{ return m_arn; } /** *The Amazon Resource Name (ARN) of the environment.
*/ inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; } /** *The Amazon Resource Name (ARN) of the environment.
*/ inline void SetArn(const Aws::String& value) { m_arnHasBeenSet = true; m_arn = value; } /** *The Amazon Resource Name (ARN) of the environment.
*/ inline void SetArn(Aws::String&& value) { m_arnHasBeenSet = true; m_arn = std::move(value); } /** *The Amazon Resource Name (ARN) of the environment.
*/ inline void SetArn(const char* value) { m_arnHasBeenSet = true; m_arn.assign(value); } /** *The Amazon Resource Name (ARN) of the environment.
*/ inline EnvironmentSummary& WithArn(const Aws::String& value) { SetArn(value); return *this;} /** *The Amazon Resource Name (ARN) of the environment.
*/ inline EnvironmentSummary& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the environment.
*/ inline EnvironmentSummary& WithArn(const char* value) { SetArn(value); return *this;} /** *The Amazon Resource Name (ARN) of the IAM service role that Proton uses when * provisioning directly defined components in this environment. It determines the * scope of infrastructure that a component can provision.
The environment
* must have a componentRoleArn
to allow directly defined components
* to be associated with the environment.
For more information about * components, see Proton * components in the Proton User Guide.
*/ inline const Aws::String& GetComponentRoleArn() const{ return m_componentRoleArn; } /** *The Amazon Resource Name (ARN) of the IAM service role that Proton uses when * provisioning directly defined components in this environment. It determines the * scope of infrastructure that a component can provision.
The environment
* must have a componentRoleArn
to allow directly defined components
* to be associated with the environment.
For more information about * components, see Proton * components in the Proton User Guide.
*/ inline bool ComponentRoleArnHasBeenSet() const { return m_componentRoleArnHasBeenSet; } /** *The Amazon Resource Name (ARN) of the IAM service role that Proton uses when * provisioning directly defined components in this environment. It determines the * scope of infrastructure that a component can provision.
The environment
* must have a componentRoleArn
to allow directly defined components
* to be associated with the environment.
For more information about * components, see Proton * components in the Proton User Guide.
*/ inline void SetComponentRoleArn(const Aws::String& value) { m_componentRoleArnHasBeenSet = true; m_componentRoleArn = value; } /** *The Amazon Resource Name (ARN) of the IAM service role that Proton uses when * provisioning directly defined components in this environment. It determines the * scope of infrastructure that a component can provision.
The environment
* must have a componentRoleArn
to allow directly defined components
* to be associated with the environment.
For more information about * components, see Proton * components in the Proton User Guide.
*/ inline void SetComponentRoleArn(Aws::String&& value) { m_componentRoleArnHasBeenSet = true; m_componentRoleArn = std::move(value); } /** *The Amazon Resource Name (ARN) of the IAM service role that Proton uses when * provisioning directly defined components in this environment. It determines the * scope of infrastructure that a component can provision.
The environment
* must have a componentRoleArn
to allow directly defined components
* to be associated with the environment.
For more information about * components, see Proton * components in the Proton User Guide.
*/ inline void SetComponentRoleArn(const char* value) { m_componentRoleArnHasBeenSet = true; m_componentRoleArn.assign(value); } /** *The Amazon Resource Name (ARN) of the IAM service role that Proton uses when * provisioning directly defined components in this environment. It determines the * scope of infrastructure that a component can provision.
The environment
* must have a componentRoleArn
to allow directly defined components
* to be associated with the environment.
For more information about * components, see Proton * components in the Proton User Guide.
*/ inline EnvironmentSummary& WithComponentRoleArn(const Aws::String& value) { SetComponentRoleArn(value); return *this;} /** *The Amazon Resource Name (ARN) of the IAM service role that Proton uses when * provisioning directly defined components in this environment. It determines the * scope of infrastructure that a component can provision.
The environment
* must have a componentRoleArn
to allow directly defined components
* to be associated with the environment.
For more information about * components, see Proton * components in the Proton User Guide.
*/ inline EnvironmentSummary& WithComponentRoleArn(Aws::String&& value) { SetComponentRoleArn(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the IAM service role that Proton uses when * provisioning directly defined components in this environment. It determines the * scope of infrastructure that a component can provision.
The environment
* must have a componentRoleArn
to allow directly defined components
* to be associated with the environment.
For more information about * components, see Proton * components in the Proton User Guide.
*/ inline EnvironmentSummary& WithComponentRoleArn(const char* value) { SetComponentRoleArn(value); return *this;} /** *The time when the environment was created.
*/ inline const Aws::Utils::DateTime& GetCreatedAt() const{ return m_createdAt; } /** *The time when the environment was created.
*/ inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; } /** *The time when the environment was created.
*/ inline void SetCreatedAt(const Aws::Utils::DateTime& value) { m_createdAtHasBeenSet = true; m_createdAt = value; } /** *The time when the environment was created.
*/ inline void SetCreatedAt(Aws::Utils::DateTime&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::move(value); } /** *The time when the environment was created.
*/ inline EnvironmentSummary& WithCreatedAt(const Aws::Utils::DateTime& value) { SetCreatedAt(value); return *this;} /** *The time when the environment was created.
*/ inline EnvironmentSummary& WithCreatedAt(Aws::Utils::DateTime&& value) { SetCreatedAt(std::move(value)); return *this;} /** *The environment deployment status.
*/ inline const DeploymentStatus& GetDeploymentStatus() const{ return m_deploymentStatus; } /** *The environment deployment status.
*/ inline bool DeploymentStatusHasBeenSet() const { return m_deploymentStatusHasBeenSet; } /** *The environment deployment status.
*/ inline void SetDeploymentStatus(const DeploymentStatus& value) { m_deploymentStatusHasBeenSet = true; m_deploymentStatus = value; } /** *The environment deployment status.
*/ inline void SetDeploymentStatus(DeploymentStatus&& value) { m_deploymentStatusHasBeenSet = true; m_deploymentStatus = std::move(value); } /** *The environment deployment status.
*/ inline EnvironmentSummary& WithDeploymentStatus(const DeploymentStatus& value) { SetDeploymentStatus(value); return *this;} /** *The environment deployment status.
*/ inline EnvironmentSummary& WithDeploymentStatus(DeploymentStatus&& value) { SetDeploymentStatus(std::move(value)); return *this;} /** *An environment deployment status message.
*/ inline const Aws::String& GetDeploymentStatusMessage() const{ return m_deploymentStatusMessage; } /** *An environment deployment status message.
*/ inline bool DeploymentStatusMessageHasBeenSet() const { return m_deploymentStatusMessageHasBeenSet; } /** *An environment deployment status message.
*/ inline void SetDeploymentStatusMessage(const Aws::String& value) { m_deploymentStatusMessageHasBeenSet = true; m_deploymentStatusMessage = value; } /** *An environment deployment status message.
*/ inline void SetDeploymentStatusMessage(Aws::String&& value) { m_deploymentStatusMessageHasBeenSet = true; m_deploymentStatusMessage = std::move(value); } /** *An environment deployment status message.
*/ inline void SetDeploymentStatusMessage(const char* value) { m_deploymentStatusMessageHasBeenSet = true; m_deploymentStatusMessage.assign(value); } /** *An environment deployment status message.
*/ inline EnvironmentSummary& WithDeploymentStatusMessage(const Aws::String& value) { SetDeploymentStatusMessage(value); return *this;} /** *An environment deployment status message.
*/ inline EnvironmentSummary& WithDeploymentStatusMessage(Aws::String&& value) { SetDeploymentStatusMessage(std::move(value)); return *this;} /** *An environment deployment status message.
*/ inline EnvironmentSummary& WithDeploymentStatusMessage(const char* value) { SetDeploymentStatusMessage(value); return *this;} /** *The description of the environment.
*/ inline const Aws::String& GetDescription() const{ return m_description; } /** *The description of the environment.
*/ inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; } /** *The description of the environment.
*/ inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; } /** *The description of the environment.
*/ inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); } /** *The description of the environment.
*/ inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); } /** *The description of the environment.
*/ inline EnvironmentSummary& WithDescription(const Aws::String& value) { SetDescription(value); return *this;} /** *The description of the environment.
*/ inline EnvironmentSummary& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;} /** *The description of the environment.
*/ inline EnvironmentSummary& WithDescription(const char* value) { SetDescription(value); return *this;} /** *The ID of the environment account connection that the environment is * associated with.
*/ inline const Aws::String& GetEnvironmentAccountConnectionId() const{ return m_environmentAccountConnectionId; } /** *The ID of the environment account connection that the environment is * associated with.
*/ inline bool EnvironmentAccountConnectionIdHasBeenSet() const { return m_environmentAccountConnectionIdHasBeenSet; } /** *The ID of the environment account connection that the environment is * associated with.
*/ inline void SetEnvironmentAccountConnectionId(const Aws::String& value) { m_environmentAccountConnectionIdHasBeenSet = true; m_environmentAccountConnectionId = value; } /** *The ID of the environment account connection that the environment is * associated with.
*/ inline void SetEnvironmentAccountConnectionId(Aws::String&& value) { m_environmentAccountConnectionIdHasBeenSet = true; m_environmentAccountConnectionId = std::move(value); } /** *The ID of the environment account connection that the environment is * associated with.
*/ inline void SetEnvironmentAccountConnectionId(const char* value) { m_environmentAccountConnectionIdHasBeenSet = true; m_environmentAccountConnectionId.assign(value); } /** *The ID of the environment account connection that the environment is * associated with.
*/ inline EnvironmentSummary& WithEnvironmentAccountConnectionId(const Aws::String& value) { SetEnvironmentAccountConnectionId(value); return *this;} /** *The ID of the environment account connection that the environment is * associated with.
*/ inline EnvironmentSummary& WithEnvironmentAccountConnectionId(Aws::String&& value) { SetEnvironmentAccountConnectionId(std::move(value)); return *this;} /** *The ID of the environment account connection that the environment is * associated with.
*/ inline EnvironmentSummary& WithEnvironmentAccountConnectionId(const char* value) { SetEnvironmentAccountConnectionId(value); return *this;} /** *The ID of the environment account that the environment infrastructure * resources are provisioned in.
*/ inline const Aws::String& GetEnvironmentAccountId() const{ return m_environmentAccountId; } /** *The ID of the environment account that the environment infrastructure * resources are provisioned in.
*/ inline bool EnvironmentAccountIdHasBeenSet() const { return m_environmentAccountIdHasBeenSet; } /** *The ID of the environment account that the environment infrastructure * resources are provisioned in.
*/ inline void SetEnvironmentAccountId(const Aws::String& value) { m_environmentAccountIdHasBeenSet = true; m_environmentAccountId = value; } /** *The ID of the environment account that the environment infrastructure * resources are provisioned in.
*/ inline void SetEnvironmentAccountId(Aws::String&& value) { m_environmentAccountIdHasBeenSet = true; m_environmentAccountId = std::move(value); } /** *The ID of the environment account that the environment infrastructure * resources are provisioned in.
*/ inline void SetEnvironmentAccountId(const char* value) { m_environmentAccountIdHasBeenSet = true; m_environmentAccountId.assign(value); } /** *The ID of the environment account that the environment infrastructure * resources are provisioned in.
*/ inline EnvironmentSummary& WithEnvironmentAccountId(const Aws::String& value) { SetEnvironmentAccountId(value); return *this;} /** *The ID of the environment account that the environment infrastructure * resources are provisioned in.
*/ inline EnvironmentSummary& WithEnvironmentAccountId(Aws::String&& value) { SetEnvironmentAccountId(std::move(value)); return *this;} /** *The ID of the environment account that the environment infrastructure * resources are provisioned in.
*/ inline EnvironmentSummary& WithEnvironmentAccountId(const char* value) { SetEnvironmentAccountId(value); return *this;} /** *The ID of the last attempted deployment of this environment.
*/ inline const Aws::String& GetLastAttemptedDeploymentId() const{ return m_lastAttemptedDeploymentId; } /** *The ID of the last attempted deployment of this environment.
*/ inline bool LastAttemptedDeploymentIdHasBeenSet() const { return m_lastAttemptedDeploymentIdHasBeenSet; } /** *The ID of the last attempted deployment of this environment.
*/ inline void SetLastAttemptedDeploymentId(const Aws::String& value) { m_lastAttemptedDeploymentIdHasBeenSet = true; m_lastAttemptedDeploymentId = value; } /** *The ID of the last attempted deployment of this environment.
*/ inline void SetLastAttemptedDeploymentId(Aws::String&& value) { m_lastAttemptedDeploymentIdHasBeenSet = true; m_lastAttemptedDeploymentId = std::move(value); } /** *The ID of the last attempted deployment of this environment.
*/ inline void SetLastAttemptedDeploymentId(const char* value) { m_lastAttemptedDeploymentIdHasBeenSet = true; m_lastAttemptedDeploymentId.assign(value); } /** *The ID of the last attempted deployment of this environment.
*/ inline EnvironmentSummary& WithLastAttemptedDeploymentId(const Aws::String& value) { SetLastAttemptedDeploymentId(value); return *this;} /** *The ID of the last attempted deployment of this environment.
*/ inline EnvironmentSummary& WithLastAttemptedDeploymentId(Aws::String&& value) { SetLastAttemptedDeploymentId(std::move(value)); return *this;} /** *The ID of the last attempted deployment of this environment.
*/ inline EnvironmentSummary& WithLastAttemptedDeploymentId(const char* value) { SetLastAttemptedDeploymentId(value); return *this;} /** *The time when a deployment of the environment was last attempted.
*/ inline const Aws::Utils::DateTime& GetLastDeploymentAttemptedAt() const{ return m_lastDeploymentAttemptedAt; } /** *The time when a deployment of the environment was last attempted.
*/ inline bool LastDeploymentAttemptedAtHasBeenSet() const { return m_lastDeploymentAttemptedAtHasBeenSet; } /** *The time when a deployment of the environment was last attempted.
*/ inline void SetLastDeploymentAttemptedAt(const Aws::Utils::DateTime& value) { m_lastDeploymentAttemptedAtHasBeenSet = true; m_lastDeploymentAttemptedAt = value; } /** *The time when a deployment of the environment was last attempted.
*/ inline void SetLastDeploymentAttemptedAt(Aws::Utils::DateTime&& value) { m_lastDeploymentAttemptedAtHasBeenSet = true; m_lastDeploymentAttemptedAt = std::move(value); } /** *The time when a deployment of the environment was last attempted.
*/ inline EnvironmentSummary& WithLastDeploymentAttemptedAt(const Aws::Utils::DateTime& value) { SetLastDeploymentAttemptedAt(value); return *this;} /** *The time when a deployment of the environment was last attempted.
*/ inline EnvironmentSummary& WithLastDeploymentAttemptedAt(Aws::Utils::DateTime&& value) { SetLastDeploymentAttemptedAt(std::move(value)); return *this;} /** *The time when the environment was last deployed successfully.
*/ inline const Aws::Utils::DateTime& GetLastDeploymentSucceededAt() const{ return m_lastDeploymentSucceededAt; } /** *The time when the environment was last deployed successfully.
*/ inline bool LastDeploymentSucceededAtHasBeenSet() const { return m_lastDeploymentSucceededAtHasBeenSet; } /** *The time when the environment was last deployed successfully.
*/ inline void SetLastDeploymentSucceededAt(const Aws::Utils::DateTime& value) { m_lastDeploymentSucceededAtHasBeenSet = true; m_lastDeploymentSucceededAt = value; } /** *The time when the environment was last deployed successfully.
*/ inline void SetLastDeploymentSucceededAt(Aws::Utils::DateTime&& value) { m_lastDeploymentSucceededAtHasBeenSet = true; m_lastDeploymentSucceededAt = std::move(value); } /** *The time when the environment was last deployed successfully.
*/ inline EnvironmentSummary& WithLastDeploymentSucceededAt(const Aws::Utils::DateTime& value) { SetLastDeploymentSucceededAt(value); return *this;} /** *The time when the environment was last deployed successfully.
*/ inline EnvironmentSummary& WithLastDeploymentSucceededAt(Aws::Utils::DateTime&& value) { SetLastDeploymentSucceededAt(std::move(value)); return *this;} /** *The ID of the last successful deployment of this environment.
*/ inline const Aws::String& GetLastSucceededDeploymentId() const{ return m_lastSucceededDeploymentId; } /** *The ID of the last successful deployment of this environment.
*/ inline bool LastSucceededDeploymentIdHasBeenSet() const { return m_lastSucceededDeploymentIdHasBeenSet; } /** *The ID of the last successful deployment of this environment.
*/ inline void SetLastSucceededDeploymentId(const Aws::String& value) { m_lastSucceededDeploymentIdHasBeenSet = true; m_lastSucceededDeploymentId = value; } /** *The ID of the last successful deployment of this environment.
*/ inline void SetLastSucceededDeploymentId(Aws::String&& value) { m_lastSucceededDeploymentIdHasBeenSet = true; m_lastSucceededDeploymentId = std::move(value); } /** *The ID of the last successful deployment of this environment.
*/ inline void SetLastSucceededDeploymentId(const char* value) { m_lastSucceededDeploymentIdHasBeenSet = true; m_lastSucceededDeploymentId.assign(value); } /** *The ID of the last successful deployment of this environment.
*/ inline EnvironmentSummary& WithLastSucceededDeploymentId(const Aws::String& value) { SetLastSucceededDeploymentId(value); return *this;} /** *The ID of the last successful deployment of this environment.
*/ inline EnvironmentSummary& WithLastSucceededDeploymentId(Aws::String&& value) { SetLastSucceededDeploymentId(std::move(value)); return *this;} /** *The ID of the last successful deployment of this environment.
*/ inline EnvironmentSummary& WithLastSucceededDeploymentId(const char* value) { SetLastSucceededDeploymentId(value); return *this;} /** *The name of the environment.
*/ inline const Aws::String& GetName() const{ return m_name; } /** *The name of the environment.
*/ inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } /** *The name of the environment.
*/ inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; } /** *The name of the environment.
*/ inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } /** *The name of the environment.
*/ inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); } /** *The name of the environment.
*/ inline EnvironmentSummary& WithName(const Aws::String& value) { SetName(value); return *this;} /** *The name of the environment.
*/ inline EnvironmentSummary& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** *The name of the environment.
*/ inline EnvironmentSummary& WithName(const char* value) { SetName(value); return *this;} /** *The Amazon Resource Name (ARN) of the Proton service role that allows Proton * to make calls to other services on your behalf.
*/ inline const Aws::String& GetProtonServiceRoleArn() const{ return m_protonServiceRoleArn; } /** *The Amazon Resource Name (ARN) of the Proton service role that allows Proton * to make calls to other services on your behalf.
*/ inline bool ProtonServiceRoleArnHasBeenSet() const { return m_protonServiceRoleArnHasBeenSet; } /** *The Amazon Resource Name (ARN) of the Proton service role that allows Proton * to make calls to other services on your behalf.
*/ inline void SetProtonServiceRoleArn(const Aws::String& value) { m_protonServiceRoleArnHasBeenSet = true; m_protonServiceRoleArn = value; } /** *The Amazon Resource Name (ARN) of the Proton service role that allows Proton * to make calls to other services on your behalf.
*/ inline void SetProtonServiceRoleArn(Aws::String&& value) { m_protonServiceRoleArnHasBeenSet = true; m_protonServiceRoleArn = std::move(value); } /** *The Amazon Resource Name (ARN) of the Proton service role that allows Proton * to make calls to other services on your behalf.
*/ inline void SetProtonServiceRoleArn(const char* value) { m_protonServiceRoleArnHasBeenSet = true; m_protonServiceRoleArn.assign(value); } /** *The Amazon Resource Name (ARN) of the Proton service role that allows Proton * to make calls to other services on your behalf.
*/ inline EnvironmentSummary& WithProtonServiceRoleArn(const Aws::String& value) { SetProtonServiceRoleArn(value); return *this;} /** *The Amazon Resource Name (ARN) of the Proton service role that allows Proton * to make calls to other services on your behalf.
*/ inline EnvironmentSummary& WithProtonServiceRoleArn(Aws::String&& value) { SetProtonServiceRoleArn(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the Proton service role that allows Proton * to make calls to other services on your behalf.
*/ inline EnvironmentSummary& WithProtonServiceRoleArn(const char* value) { SetProtonServiceRoleArn(value); return *this;} /** *When included, indicates that the environment template is for customer * provisioned and managed infrastructure.
*/ inline const Provisioning& GetProvisioning() const{ return m_provisioning; } /** *When included, indicates that the environment template is for customer * provisioned and managed infrastructure.
*/ inline bool ProvisioningHasBeenSet() const { return m_provisioningHasBeenSet; } /** *When included, indicates that the environment template is for customer * provisioned and managed infrastructure.
*/ inline void SetProvisioning(const Provisioning& value) { m_provisioningHasBeenSet = true; m_provisioning = value; } /** *When included, indicates that the environment template is for customer * provisioned and managed infrastructure.
*/ inline void SetProvisioning(Provisioning&& value) { m_provisioningHasBeenSet = true; m_provisioning = std::move(value); } /** *When included, indicates that the environment template is for customer * provisioned and managed infrastructure.
*/ inline EnvironmentSummary& WithProvisioning(const Provisioning& value) { SetProvisioning(value); return *this;} /** *When included, indicates that the environment template is for customer * provisioned and managed infrastructure.
*/ inline EnvironmentSummary& WithProvisioning(Provisioning&& value) { SetProvisioning(std::move(value)); return *this;} /** *The major version of the environment template.
*/ inline const Aws::String& GetTemplateMajorVersion() const{ return m_templateMajorVersion; } /** *The major version of the environment template.
*/ inline bool TemplateMajorVersionHasBeenSet() const { return m_templateMajorVersionHasBeenSet; } /** *The major version of the environment template.
*/ inline void SetTemplateMajorVersion(const Aws::String& value) { m_templateMajorVersionHasBeenSet = true; m_templateMajorVersion = value; } /** *The major version of the environment template.
*/ inline void SetTemplateMajorVersion(Aws::String&& value) { m_templateMajorVersionHasBeenSet = true; m_templateMajorVersion = std::move(value); } /** *The major version of the environment template.
*/ inline void SetTemplateMajorVersion(const char* value) { m_templateMajorVersionHasBeenSet = true; m_templateMajorVersion.assign(value); } /** *The major version of the environment template.
*/ inline EnvironmentSummary& WithTemplateMajorVersion(const Aws::String& value) { SetTemplateMajorVersion(value); return *this;} /** *The major version of the environment template.
*/ inline EnvironmentSummary& WithTemplateMajorVersion(Aws::String&& value) { SetTemplateMajorVersion(std::move(value)); return *this;} /** *The major version of the environment template.
*/ inline EnvironmentSummary& WithTemplateMajorVersion(const char* value) { SetTemplateMajorVersion(value); return *this;} /** *The minor version of the environment template.
*/ inline const Aws::String& GetTemplateMinorVersion() const{ return m_templateMinorVersion; } /** *The minor version of the environment template.
*/ inline bool TemplateMinorVersionHasBeenSet() const { return m_templateMinorVersionHasBeenSet; } /** *The minor version of the environment template.
*/ inline void SetTemplateMinorVersion(const Aws::String& value) { m_templateMinorVersionHasBeenSet = true; m_templateMinorVersion = value; } /** *The minor version of the environment template.
*/ inline void SetTemplateMinorVersion(Aws::String&& value) { m_templateMinorVersionHasBeenSet = true; m_templateMinorVersion = std::move(value); } /** *The minor version of the environment template.
*/ inline void SetTemplateMinorVersion(const char* value) { m_templateMinorVersionHasBeenSet = true; m_templateMinorVersion.assign(value); } /** *The minor version of the environment template.
*/ inline EnvironmentSummary& WithTemplateMinorVersion(const Aws::String& value) { SetTemplateMinorVersion(value); return *this;} /** *The minor version of the environment template.
*/ inline EnvironmentSummary& WithTemplateMinorVersion(Aws::String&& value) { SetTemplateMinorVersion(std::move(value)); return *this;} /** *The minor version of the environment template.
*/ inline EnvironmentSummary& WithTemplateMinorVersion(const char* value) { SetTemplateMinorVersion(value); return *this;} /** *The name of the environment template.
*/ inline const Aws::String& GetTemplateName() const{ return m_templateName; } /** *The name of the environment template.
*/ inline bool TemplateNameHasBeenSet() const { return m_templateNameHasBeenSet; } /** *The name of the environment template.
*/ inline void SetTemplateName(const Aws::String& value) { m_templateNameHasBeenSet = true; m_templateName = value; } /** *The name of the environment template.
*/ inline void SetTemplateName(Aws::String&& value) { m_templateNameHasBeenSet = true; m_templateName = std::move(value); } /** *The name of the environment template.
*/ inline void SetTemplateName(const char* value) { m_templateNameHasBeenSet = true; m_templateName.assign(value); } /** *The name of the environment template.
*/ inline EnvironmentSummary& WithTemplateName(const Aws::String& value) { SetTemplateName(value); return *this;} /** *The name of the environment template.
*/ inline EnvironmentSummary& WithTemplateName(Aws::String&& value) { SetTemplateName(std::move(value)); return *this;} /** *The name of the environment template.
*/ inline EnvironmentSummary& WithTemplateName(const char* value) { SetTemplateName(value); return *this;} private: Aws::String m_arn; bool m_arnHasBeenSet = false; Aws::String m_componentRoleArn; bool m_componentRoleArnHasBeenSet = false; Aws::Utils::DateTime m_createdAt; bool m_createdAtHasBeenSet = false; DeploymentStatus m_deploymentStatus; bool m_deploymentStatusHasBeenSet = false; Aws::String m_deploymentStatusMessage; bool m_deploymentStatusMessageHasBeenSet = false; Aws::String m_description; bool m_descriptionHasBeenSet = false; Aws::String m_environmentAccountConnectionId; bool m_environmentAccountConnectionIdHasBeenSet = false; Aws::String m_environmentAccountId; bool m_environmentAccountIdHasBeenSet = false; Aws::String m_lastAttemptedDeploymentId; bool m_lastAttemptedDeploymentIdHasBeenSet = false; Aws::Utils::DateTime m_lastDeploymentAttemptedAt; bool m_lastDeploymentAttemptedAtHasBeenSet = false; Aws::Utils::DateTime m_lastDeploymentSucceededAt; bool m_lastDeploymentSucceededAtHasBeenSet = false; Aws::String m_lastSucceededDeploymentId; bool m_lastSucceededDeploymentIdHasBeenSet = false; Aws::String m_name; bool m_nameHasBeenSet = false; Aws::String m_protonServiceRoleArn; bool m_protonServiceRoleArnHasBeenSet = false; Provisioning m_provisioning; bool m_provisioningHasBeenSet = false; Aws::String m_templateMajorVersion; bool m_templateMajorVersionHasBeenSet = false; Aws::String m_templateMinorVersion; bool m_templateMinorVersionHasBeenSet = false; Aws::String m_templateName; bool m_templateNameHasBeenSet = false; }; } // namespace Model } // namespace Proton } // namespace Aws