7#include <aws/repostspace/Repostspace_EXPORTS.h>
8#include <aws/repostspace/RepostspaceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/repostspace/model/TierLevel.h>
11#include <aws/repostspace/model/SupportedEmailDomainsParameters.h>
43 template<
typename SpaceIdT = Aws::String>
44 void SetSpaceId(SpaceIdT&& value) { m_spaceIdHasBeenSet =
true; m_spaceId = std::forward<SpaceIdT>(value); }
45 template<
typename SpaceIdT = Aws::String>
56 template<
typename DescriptionT = Aws::String>
57 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
58 template<
typename DescriptionT = Aws::String>
79 template<
typename RoleArnT = Aws::String>
80 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
81 template<
typename RoleArnT = Aws::String>
91 template<
typename SupportedEmailDomainsT = SupportedEmailDomainsParameters>
92 void SetSupportedEmailDomains(SupportedEmailDomainsT&& value) { m_supportedEmailDomainsHasBeenSet =
true; m_supportedEmailDomains = std::forward<SupportedEmailDomainsT>(value); }
93 template<
typename SupportedEmailDomainsT = SupportedEmailDomainsParameters>
99 bool m_spaceIdHasBeenSet =
false;
102 bool m_descriptionHasBeenSet =
false;
105 bool m_tierHasBeenSet =
false;
108 bool m_roleArnHasBeenSet =
false;
110 SupportedEmailDomainsParameters m_supportedEmailDomains;
111 bool m_supportedEmailDomainsHasBeenSet =
false;
void SetTier(TierLevel value)
void SetRoleArn(RoleArnT &&value)
bool TierHasBeenSet() const
UpdateSpaceRequest & WithRoleArn(RoleArnT &&value)
bool DescriptionHasBeenSet() const
TierLevel GetTier() const
bool RoleArnHasBeenSet() const
bool SupportedEmailDomainsHasBeenSet() const
bool SpaceIdHasBeenSet() const
const Aws::String & GetDescription() const
UpdateSpaceRequest & WithDescription(DescriptionT &&value)
AWS_REPOSTSPACE_API Aws::String SerializePayload() const override
UpdateSpaceRequest & WithSupportedEmailDomains(SupportedEmailDomainsT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetSpaceId() const
const SupportedEmailDomainsParameters & GetSupportedEmailDomains() const
AWS_REPOSTSPACE_API UpdateSpaceRequest()=default
UpdateSpaceRequest & WithSpaceId(SpaceIdT &&value)
const Aws::String & GetRoleArn() const
UpdateSpaceRequest & WithTier(TierLevel value)
void SetSpaceId(SpaceIdT &&value)
void SetSupportedEmailDomains(SupportedEmailDomainsT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String