7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename AwsAccountIdT = Aws::String>
49 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
50 template<
typename AwsAccountIdT = Aws::String>
60 inline void SetDefaultKeyOnly(
bool value) { m_defaultKeyOnlyHasBeenSet =
true; m_defaultKeyOnly = value; }
66 bool m_awsAccountIdHasBeenSet =
false;
68 bool m_defaultKeyOnly{
false};
69 bool m_defaultKeyOnlyHasBeenSet =
false;
DescribeKeyRegistrationRequest & WithAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetDefaultKeyOnly(bool value)
bool DefaultKeyOnlyHasBeenSet() const
bool GetDefaultKeyOnly() const
DescribeKeyRegistrationRequest & WithDefaultKeyOnly(bool value)
virtual const char * GetServiceRequestName() const override
void SetAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
const Aws::String & GetAwsAccountId() const
bool AwsAccountIdHasBeenSet() const
AWS_QUICKSIGHT_API DescribeKeyRegistrationRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String