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>
49 template<
typename ArnT = Aws::String>
50 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
51 template<
typename ArnT = Aws::String>
61 template<
typename CreatedAtT = Aws::Utils::DateTime>
62 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
63 template<
typename CreatedAtT = Aws::Utils::DateTime>
73 template<
typename DescriptionT = Aws::String>
74 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
75 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>
98 template<
typename EncryptionKeyT = Aws::String>
99 void SetEncryptionKey(EncryptionKeyT&& value) { m_encryptionKeyHasBeenSet =
true; m_encryptionKey = std::forward<EncryptionKeyT>(value); }
100 template<
typename EncryptionKeyT = Aws::String>
110 template<
typename LastModifiedAtT = Aws::Utils::DateTime>
111 void SetLastModifiedAt(LastModifiedAtT&& value) { m_lastModifiedAtHasBeenSet =
true; m_lastModifiedAt = std::forward<LastModifiedAtT>(value); }
112 template<
typename LastModifiedAtT = Aws::Utils::DateTime>
122 template<
typename NameT = Aws::String>
123 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
124 template<
typename NameT = Aws::String>
146 template<
typename RecommendedVersionT = Aws::String>
147 void SetRecommendedVersion(RecommendedVersionT&& value) { m_recommendedVersionHasBeenSet =
true; m_recommendedVersion = std::forward<RecommendedVersionT>(value); }
148 template<
typename RecommendedVersionT = Aws::String>
154 bool m_arnHasBeenSet =
false;
157 bool m_createdAtHasBeenSet =
false;
160 bool m_descriptionHasBeenSet =
false;
163 bool m_displayNameHasBeenSet =
false;
166 bool m_encryptionKeyHasBeenSet =
false;
169 bool m_lastModifiedAtHasBeenSet =
false;
172 bool m_nameHasBeenSet =
false;
175 bool m_pipelineProvisioningHasBeenSet =
false;
178 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