7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
37 template <
typename AwsAccountIdT = Aws::String>
39 m_awsAccountIdHasBeenSet =
true;
40 m_awsAccountId = std::forward<AwsAccountIdT>(value);
42 template <
typename AwsAccountIdT = Aws::String>
55 template <
typename SpaceIdT = Aws::String>
57 m_spaceIdHasBeenSet =
true;
58 m_spaceId = std::forward<SpaceIdT>(value);
60 template <
typename SpaceIdT = Aws::String>
73 template <
typename NameT = Aws::String>
75 m_nameHasBeenSet =
true;
76 m_name = std::forward<NameT>(value);
78 template <
typename NameT = Aws::String>
80 SetName(std::forward<NameT>(value));
91 template <
typename DescriptionT = Aws::String>
93 m_descriptionHasBeenSet =
true;
94 m_description = std::forward<DescriptionT>(value);
96 template <
typename DescriptionT = Aws::String>
110 bool m_awsAccountIdHasBeenSet =
false;
111 bool m_spaceIdHasBeenSet =
false;
112 bool m_nameHasBeenSet =
false;
113 bool m_descriptionHasBeenSet =
false;
const Aws::String & GetSpaceId() const
UpdateSpaceRequest & WithAwsAccountId(AwsAccountIdT &&value)
bool SpaceIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool AwsAccountIdHasBeenSet() const
const Aws::String & GetName() const
UpdateSpaceRequest & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
UpdateSpaceRequest & WithName(NameT &&value)
const Aws::String & GetDescription() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
AWS_QUICKSIGHT_API UpdateSpaceRequest()=default
void SetName(NameT &&value)
UpdateSpaceRequest & WithSpaceId(SpaceIdT &&value)
bool NameHasBeenSet() const
void SetAwsAccountId(AwsAccountIdT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetAwsAccountId() const
void SetSpaceId(SpaceIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String