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/Provisioning.h>
42 template <
typename ArnT = Aws::String>
44 m_arnHasBeenSet =
true;
45 m_arn = std::forward<ArnT>(value);
47 template <
typename ArnT = Aws::String>
49 SetArn(std::forward<ArnT>(value));
60 template <
typename CreatedAtT = Aws::Utils::DateTime>
62 m_createdAtHasBeenSet =
true;
63 m_createdAt = std::forward<CreatedAtT>(value);
65 template <
typename CreatedAtT = Aws::Utils::DateTime>
78 template <
typename DescriptionT = Aws::String>
80 m_descriptionHasBeenSet =
true;
81 m_description = std::forward<DescriptionT>(value);
83 template <
typename DescriptionT = Aws::String>
97 template <
typename DisplayNameT = Aws::String>
99 m_displayNameHasBeenSet =
true;
100 m_displayName = std::forward<DisplayNameT>(value);
102 template <
typename DisplayNameT = Aws::String>
115 template <
typename EncryptionKeyT = Aws::String>
117 m_encryptionKeyHasBeenSet =
true;
118 m_encryptionKey = std::forward<EncryptionKeyT>(value);
120 template <
typename EncryptionKeyT = Aws::String>
133 template <
typename LastModifiedAtT = Aws::Utils::DateTime>
135 m_lastModifiedAtHasBeenSet =
true;
136 m_lastModifiedAt = std::forward<LastModifiedAtT>(value);
138 template <
typename LastModifiedAtT = Aws::Utils::DateTime>
151 template <
typename NameT = Aws::String>
153 m_nameHasBeenSet =
true;
154 m_name = std::forward<NameT>(value);
156 template <
typename NameT = Aws::String>
158 SetName(std::forward<NameT>(value));
171 m_provisioningHasBeenSet =
true;
172 m_provisioning = value;
186 template <
typename RecommendedVersionT = Aws::String>
188 m_recommendedVersionHasBeenSet =
true;
189 m_recommendedVersion = std::forward<RecommendedVersionT>(value);
191 template <
typename RecommendedVersionT = Aws::String>
215 bool m_arnHasBeenSet =
false;
216 bool m_createdAtHasBeenSet =
false;
217 bool m_descriptionHasBeenSet =
false;
218 bool m_displayNameHasBeenSet =
false;
219 bool m_encryptionKeyHasBeenSet =
false;
220 bool m_lastModifiedAtHasBeenSet =
false;
221 bool m_nameHasBeenSet =
false;
222 bool m_provisioningHasBeenSet =
false;
223 bool m_recommendedVersionHasBeenSet =
false;
AWS_PROTON_API Aws::Utils::Json::JsonValue Jsonize() const
EnvironmentTemplate & WithRecommendedVersion(RecommendedVersionT &&value)
void SetName(NameT &&value)
bool LastModifiedAtHasBeenSet() const
bool CreatedAtHasBeenSet() const
void SetArn(ArnT &&value)
bool DescriptionHasBeenSet() const
AWS_PROTON_API EnvironmentTemplate()=default
const Aws::String & GetEncryptionKey() const
void SetDescription(DescriptionT &&value)
bool NameHasBeenSet() const
bool ArnHasBeenSet() const
const Aws::String & GetArn() const
const Aws::String & GetRecommendedVersion() const
const Aws::Utils::DateTime & GetLastModifiedAt() const
const Aws::String & GetDescription() const
EnvironmentTemplate & WithCreatedAt(CreatedAtT &&value)
void SetEncryptionKey(EncryptionKeyT &&value)
Provisioning GetProvisioning() const
EnvironmentTemplate & WithDescription(DescriptionT &&value)
void SetProvisioning(Provisioning value)
const Aws::String & GetDisplayName() const
EnvironmentTemplate & WithProvisioning(Provisioning value)
EnvironmentTemplate & WithEncryptionKey(EncryptionKeyT &&value)
void SetDisplayName(DisplayNameT &&value)
void SetRecommendedVersion(RecommendedVersionT &&value)
void SetLastModifiedAt(LastModifiedAtT &&value)
bool RecommendedVersionHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetName() const
EnvironmentTemplate & WithName(NameT &&value)
AWS_PROTON_API EnvironmentTemplate & operator=(Aws::Utils::Json::JsonView jsonValue)
EnvironmentTemplate & WithArn(ArnT &&value)
bool ProvisioningHasBeenSet() const
EnvironmentTemplate & WithLastModifiedAt(LastModifiedAtT &&value)
bool EncryptionKeyHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
EnvironmentTemplate & WithDisplayName(DisplayNameT &&value)
AWS_PROTON_API EnvironmentTemplate(Aws::Utils::Json::JsonView jsonValue)
bool DisplayNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue