7#include <aws/proton/Proton_EXPORTS.h>
8#include <aws/proton/ProtonRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/proton/model/Provisioning.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/proton/model/Tag.h>
46 template<
typename DescriptionT = Aws::String>
47 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
48 template<
typename DescriptionT = Aws::String>
58 template<
typename DisplayNameT = Aws::String>
59 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
60 template<
typename DisplayNameT = Aws::String>
70 template<
typename EncryptionKeyT = Aws::String>
71 void SetEncryptionKey(EncryptionKeyT&& value) { m_encryptionKeyHasBeenSet =
true; m_encryptionKey = std::forward<EncryptionKeyT>(value); }
72 template<
typename EncryptionKeyT = Aws::String>
82 template<
typename NameT = Aws::String>
83 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
84 template<
typename NameT = Aws::String>
109 template<
typename TagsT = Aws::Vector<Tag>>
110 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
111 template<
typename TagsT = Aws::Vector<Tag>>
113 template<
typename TagsT = Tag>
119 bool m_descriptionHasBeenSet =
false;
122 bool m_displayNameHasBeenSet =
false;
125 bool m_encryptionKeyHasBeenSet =
false;
128 bool m_nameHasBeenSet =
false;
131 bool m_provisioningHasBeenSet =
false;
134 bool m_tagsHasBeenSet =
false;
AWS_PROTON_API Aws::String SerializePayload() const override
const Aws::String & GetDisplayName() const
void SetTags(TagsT &&value)
Provisioning GetProvisioning() const
bool TagsHasBeenSet() const
CreateEnvironmentTemplateRequest & WithEncryptionKey(EncryptionKeyT &&value)
AWS_PROTON_API CreateEnvironmentTemplateRequest()=default
bool EncryptionKeyHasBeenSet() const
bool NameHasBeenSet() const
const Aws::String & GetEncryptionKey() const
CreateEnvironmentTemplateRequest & WithTags(TagsT &&value)
void SetProvisioning(Provisioning value)
CreateEnvironmentTemplateRequest & AddTags(TagsT &&value)
bool ProvisioningHasBeenSet() const
CreateEnvironmentTemplateRequest & WithName(NameT &&value)
bool DisplayNameHasBeenSet() const
void SetDescription(DescriptionT &&value)
CreateEnvironmentTemplateRequest & WithDisplayName(DisplayNameT &&value)
virtual const char * GetServiceRequestName() const override
void SetEncryptionKey(EncryptionKeyT &&value)
void SetName(NameT &&value)
void SetDisplayName(DisplayNameT &&value)
CreateEnvironmentTemplateRequest & WithDescription(DescriptionT &&value)
CreateEnvironmentTemplateRequest & WithProvisioning(Provisioning value)
const Aws::String & GetDescription() const
const Aws::String & GetName() const
const Aws::Vector< Tag > & GetTags() const
AWS_PROTON_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool DescriptionHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector