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>
56 template <
typename SpaceIdT = Aws::String>
58 m_spaceIdHasBeenSet =
true;
59 m_spaceId = std::forward<SpaceIdT>(value);
61 template <
typename SpaceIdT = Aws::String>
74 template <
typename NameT = Aws::String>
76 m_nameHasBeenSet =
true;
77 m_name = std::forward<NameT>(value);
79 template <
typename NameT = Aws::String>
81 SetName(std::forward<NameT>(value));
92 template <
typename DescriptionT = Aws::String>
94 m_descriptionHasBeenSet =
true;
95 m_description = std::forward<DescriptionT>(value);
97 template <
typename DescriptionT = Aws::String>
111 bool m_awsAccountIdHasBeenSet =
false;
112 bool m_spaceIdHasBeenSet =
false;
113 bool m_nameHasBeenSet =
false;
114 bool m_descriptionHasBeenSet =
false;
void SetAwsAccountId(AwsAccountIdT &&value)
bool AwsAccountIdHasBeenSet() const
void SetName(NameT &&value)
bool NameHasBeenSet() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetSpaceId() const
CreateSpaceRequest & WithSpaceId(SpaceIdT &&value)
AWS_QUICKSIGHT_API CreateSpaceRequest()=default
const Aws::String & GetDescription() const
CreateSpaceRequest & WithAwsAccountId(AwsAccountIdT &&value)
void SetSpaceId(SpaceIdT &&value)
CreateSpaceRequest & WithDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
bool SpaceIdHasBeenSet() const
const Aws::String & GetName() const
CreateSpaceRequest & WithName(NameT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetAwsAccountId() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String