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>
43 template <
typename ArnT = Aws::String>
45 m_arnHasBeenSet =
true;
46 m_arn = std::forward<ArnT>(value);
48 template <
typename ArnT = Aws::String>
50 SetArn(std::forward<ArnT>(value));
61 template <
typename CreatedAtT = Aws::Utils::DateTime>
63 m_createdAtHasBeenSet =
true;
64 m_createdAt = std::forward<CreatedAtT>(value);
66 template <
typename CreatedAtT = Aws::Utils::DateTime>
79 template <
typename DescriptionT = Aws::String>
81 m_descriptionHasBeenSet =
true;
82 m_description = std::forward<DescriptionT>(value);
84 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>
116 template <
typename EncryptionKeyT = Aws::String>
118 m_encryptionKeyHasBeenSet =
true;
119 m_encryptionKey = std::forward<EncryptionKeyT>(value);
121 template <
typename EncryptionKeyT = Aws::String>
134 template <
typename LastModifiedAtT = Aws::Utils::DateTime>
136 m_lastModifiedAtHasBeenSet =
true;
137 m_lastModifiedAt = std::forward<LastModifiedAtT>(value);
139 template <
typename LastModifiedAtT = Aws::Utils::DateTime>
152 template <
typename NameT = Aws::String>
154 m_nameHasBeenSet =
true;
155 m_name = std::forward<NameT>(value);
157 template <
typename NameT = Aws::String>
159 SetName(std::forward<NameT>(value));
173 m_pipelineProvisioningHasBeenSet =
true;
174 m_pipelineProvisioning = value;
188 template <
typename RecommendedVersionT = Aws::String>
190 m_recommendedVersionHasBeenSet =
true;
191 m_recommendedVersion = std::forward<RecommendedVersionT>(value);
193 template <
typename RecommendedVersionT = Aws::String>
217 bool m_arnHasBeenSet =
false;
218 bool m_createdAtHasBeenSet =
false;
219 bool m_descriptionHasBeenSet =
false;
220 bool m_displayNameHasBeenSet =
false;
221 bool m_encryptionKeyHasBeenSet =
false;
222 bool m_lastModifiedAtHasBeenSet =
false;
223 bool m_nameHasBeenSet =
false;
224 bool m_pipelineProvisioningHasBeenSet =
false;
225 bool m_recommendedVersionHasBeenSet =
false;
AWS_PROTON_API ServiceTemplate()=default
ServiceTemplate & WithDisplayName(DisplayNameT &&value)
AWS_PROTON_API Aws::Utils::Json::JsonValue Jsonize() const
Provisioning GetPipelineProvisioning() const
void SetEncryptionKey(EncryptionKeyT &&value)
void SetDisplayName(DisplayNameT &&value)
void SetArn(ArnT &&value)
ServiceTemplate & WithEncryptionKey(EncryptionKeyT &&value)
const Aws::String & GetArn() const
ServiceTemplate & WithName(NameT &&value)
AWS_PROTON_API ServiceTemplate(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetLastModifiedAt() const
ServiceTemplate & WithArn(ArnT &&value)
ServiceTemplate & WithRecommendedVersion(RecommendedVersionT &&value)
const Aws::String & GetRecommendedVersion() const
bool NameHasBeenSet() const
bool PipelineProvisioningHasBeenSet() const
const Aws::String & GetDisplayName() const
bool LastModifiedAtHasBeenSet() const
bool RecommendedVersionHasBeenSet() const
const Aws::String & GetEncryptionKey() const
ServiceTemplate & WithPipelineProvisioning(Provisioning value)
bool CreatedAtHasBeenSet() const
bool ArnHasBeenSet() const
void SetRecommendedVersion(RecommendedVersionT &&value)
bool DisplayNameHasBeenSet() const
void SetDescription(DescriptionT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
bool EncryptionKeyHasBeenSet() const
bool DescriptionHasBeenSet() const
AWS_PROTON_API ServiceTemplate & operator=(Aws::Utils::Json::JsonView jsonValue)
ServiceTemplate & WithDescription(DescriptionT &&value)
void SetName(NameT &&value)
ServiceTemplate & WithCreatedAt(CreatedAtT &&value)
ServiceTemplate & WithLastModifiedAt(LastModifiedAtT &&value)
const Aws::String & GetName() const
void SetPipelineProvisioning(Provisioning value)
const Aws::String & GetDescription() const
void SetCreatedAt(CreatedAtT &&value)
void SetLastModifiedAt(LastModifiedAtT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue