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>
70 bool m_awsAccountIdHasBeenSet =
false;
71 bool m_spaceIdHasBeenSet =
false;
void SetAwsAccountId(AwsAccountIdT &&value)
bool SpaceIdHasBeenSet() const
void SetSpaceId(SpaceIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetAwsAccountId() const
DescribeSpacePermissionsRequest & WithAwsAccountId(AwsAccountIdT &&value)
DescribeSpacePermissionsRequest & WithSpaceId(SpaceIdT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
bool AwsAccountIdHasBeenSet() const
const Aws::String & GetSpaceId() const
AWS_QUICKSIGHT_API DescribeSpacePermissionsRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String