7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/repostspace/RepostspaceRequest.h>
10#include <aws/repostspace/Repostspace_EXPORTS.h>
11#include <aws/repostspace/model/SupportedEmailDomainsParameters.h>
12#include <aws/repostspace/model/TierLevel.h>
17namespace repostspace {
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
61 template <
typename SubdomainT = Aws::String>
63 m_subdomainHasBeenSet =
true;
64 m_subdomain = std::forward<SubdomainT>(value);
66 template <
typename SubdomainT = Aws::String>
80 m_tierHasBeenSet =
true;
96 template <
typename DescriptionT = Aws::String>
98 m_descriptionHasBeenSet =
true;
99 m_description = std::forward<DescriptionT>(value);
101 template <
typename DescriptionT = Aws::String>
116 template <
typename UserKMSKeyT = Aws::String>
118 m_userKMSKeyHasBeenSet =
true;
119 m_userKMSKey = std::forward<UserKMSKeyT>(value);
121 template <
typename UserKMSKeyT = Aws::String>
134 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
136 m_tagsHasBeenSet =
true;
137 m_tags = std::forward<TagsT>(value);
139 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
141 SetTags(std::forward<TagsT>(value));
144 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
146 m_tagsHasBeenSet =
true;
147 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
159 template <
typename RoleArnT = Aws::String>
161 m_roleArnHasBeenSet =
true;
162 m_roleArn = std::forward<RoleArnT>(value);
164 template <
typename RoleArnT = Aws::String>
177 template <
typename SupportedEmailDomainsT = SupportedEmailDomainsParameters>
179 m_supportedEmailDomainsHasBeenSet =
true;
180 m_supportedEmailDomains = std::forward<SupportedEmailDomainsT>(value);
182 template <
typename SupportedEmailDomainsT = SupportedEmailDomainsParameters>
203 SupportedEmailDomainsParameters m_supportedEmailDomains;
204 bool m_nameHasBeenSet =
false;
205 bool m_subdomainHasBeenSet =
false;
206 bool m_tierHasBeenSet =
false;
207 bool m_descriptionHasBeenSet =
false;
208 bool m_userKMSKeyHasBeenSet =
false;
209 bool m_tagsHasBeenSet =
false;
210 bool m_roleArnHasBeenSet =
false;
211 bool m_supportedEmailDomainsHasBeenSet =
false;
AWS_REPOSTSPACE_API Aws::String SerializePayload() const override
bool UserKMSKeyHasBeenSet() const
bool NameHasBeenSet() const
void SetSubdomain(SubdomainT &&value)
AWS_REPOSTSPACE_API CreateSpaceRequest()=default
void SetName(NameT &&value)
void SetTags(TagsT &&value)
CreateSpaceRequest & WithTier(TierLevel value)
bool SupportedEmailDomainsHasBeenSet() const
CreateSpaceRequest & WithName(NameT &&value)
virtual const char * GetServiceRequestName() const override
bool DescriptionHasBeenSet() const
CreateSpaceRequest & WithSupportedEmailDomains(SupportedEmailDomainsT &&value)
const Aws::String & GetName() const
bool RoleArnHasBeenSet() const
bool SubdomainHasBeenSet() const
const Aws::String & GetDescription() const
const SupportedEmailDomainsParameters & GetSupportedEmailDomains() const
const Aws::String & GetRoleArn() const
void SetTier(TierLevel value)
CreateSpaceRequest & WithUserKMSKey(UserKMSKeyT &&value)
CreateSpaceRequest & WithRoleArn(RoleArnT &&value)
TierLevel GetTier() const
CreateSpaceRequest & WithTags(TagsT &&value)
CreateSpaceRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateSpaceRequest & WithDescription(DescriptionT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool TierHasBeenSet() const
void SetRoleArn(RoleArnT &&value)
const Aws::String & GetSubdomain() const
void SetUserKMSKey(UserKMSKeyT &&value)
CreateSpaceRequest & WithSubdomain(SubdomainT &&value)
bool TagsHasBeenSet() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetUserKMSKey() const
void SetSupportedEmailDomains(SupportedEmailDomainsT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String