7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
42 template <
typename AwsAccountIdT = Aws::String>
44 m_awsAccountIdHasBeenSet =
true;
45 m_awsAccountId = std::forward<AwsAccountIdT>(value);
47 template <
typename AwsAccountIdT = Aws::String>
60 template <
typename SpaceIdT = Aws::String>
62 m_spaceIdHasBeenSet =
true;
63 m_spaceId = std::forward<SpaceIdT>(value);
65 template <
typename SpaceIdT = Aws::String>
79 m_maxContributorsHasBeenSet =
true;
80 m_maxContributors = value;
92 int m_maxContributors{0};
93 bool m_awsAccountIdHasBeenSet =
false;
94 bool m_spaceIdHasBeenSet =
false;
95 bool m_maxContributorsHasBeenSet =
false;
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
AWS_QUICKSIGHT_API DescribeSpaceRequest()=default
void SetAwsAccountId(AwsAccountIdT &&value)
bool SpaceIdHasBeenSet() const
void SetMaxContributors(int value)
virtual const char * GetServiceRequestName() const override
bool AwsAccountIdHasBeenSet() const
DescribeSpaceRequest & WithAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetAwsAccountId() const
void SetSpaceId(SpaceIdT &&value)
DescribeSpaceRequest & WithSpaceId(SpaceIdT &&value)
int GetMaxContributors() const
bool MaxContributorsHasBeenSet() const
DescribeSpaceRequest & WithMaxContributors(int value)
const Aws::String & GetSpaceId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String