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/Provisioning.h>
48 template<
typename ArnT = Aws::String>
49 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
50 template<
typename ArnT = Aws::String>
60 template<
typename CreatedAtT = Aws::Utils::DateTime>
61 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
62 template<
typename CreatedAtT = Aws::Utils::DateTime>
72 template<
typename DescriptionT = Aws::String>
73 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
74 template<
typename DescriptionT = Aws::String>
85 template<
typename DisplayNameT = Aws::String>
86 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
87 template<
typename DisplayNameT = Aws::String>
97 template<
typename LastModifiedAtT = Aws::Utils::DateTime>
98 void SetLastModifiedAt(LastModifiedAtT&& value) { m_lastModifiedAtHasBeenSet =
true; m_lastModifiedAt = std::forward<LastModifiedAtT>(value); }
99 template<
typename LastModifiedAtT = Aws::Utils::DateTime>
109 template<
typename NameT = Aws::String>
110 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
111 template<
typename NameT = Aws::String>
132 template<
typename RecommendedVersionT = Aws::String>
133 void SetRecommendedVersion(RecommendedVersionT&& value) { m_recommendedVersionHasBeenSet =
true; m_recommendedVersion = std::forward<RecommendedVersionT>(value); }
134 template<
typename RecommendedVersionT = Aws::String>
140 bool m_arnHasBeenSet =
false;
143 bool m_createdAtHasBeenSet =
false;
146 bool m_descriptionHasBeenSet =
false;
149 bool m_displayNameHasBeenSet =
false;
152 bool m_lastModifiedAtHasBeenSet =
false;
155 bool m_nameHasBeenSet =
false;
158 bool m_provisioningHasBeenSet =
false;
161 bool m_recommendedVersionHasBeenSet =
false;
EnvironmentTemplateSummary & WithArn(ArnT &&value)
void SetRecommendedVersion(RecommendedVersionT &&value)
bool DisplayNameHasBeenSet() const
const Aws::Utils::DateTime & GetLastModifiedAt() const
bool DescriptionHasBeenSet() const
const Aws::String & GetDescription() const
void SetDisplayName(DisplayNameT &&value)
EnvironmentTemplateSummary & WithDisplayName(DisplayNameT &&value)
const Aws::String & GetArn() const
EnvironmentTemplateSummary & WithName(NameT &&value)
const Aws::String & GetRecommendedVersion() const
AWS_PROTON_API EnvironmentTemplateSummary()=default
Provisioning GetProvisioning() const
const Aws::String & GetDisplayName() const
void SetName(NameT &&value)
bool CreatedAtHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
EnvironmentTemplateSummary & WithLastModifiedAt(LastModifiedAtT &&value)
void SetCreatedAt(CreatedAtT &&value)
AWS_PROTON_API EnvironmentTemplateSummary(Aws::Utils::Json::JsonView jsonValue)
EnvironmentTemplateSummary & WithCreatedAt(CreatedAtT &&value)
AWS_PROTON_API Aws::Utils::Json::JsonValue Jsonize() const
bool ProvisioningHasBeenSet() const
bool RecommendedVersionHasBeenSet() const
EnvironmentTemplateSummary & WithRecommendedVersion(RecommendedVersionT &&value)
AWS_PROTON_API EnvironmentTemplateSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(DescriptionT &&value)
const Aws::String & GetName() const
bool LastModifiedAtHasBeenSet() const
void SetArn(ArnT &&value)
bool NameHasBeenSet() const
void SetLastModifiedAt(LastModifiedAtT &&value)
bool ArnHasBeenSet() const
EnvironmentTemplateSummary & WithDescription(DescriptionT &&value)
void SetProvisioning(Provisioning value)
EnvironmentTemplateSummary & WithProvisioning(Provisioning value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue