7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/quicksight/model/RegisteredCustomerManagedKey.h>
46 inline void SetAwsAccountId(
const char* value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId.assign(value); }
69 bool m_awsAccountIdHasBeenSet =
false;
72 bool m_keyRegistrationHasBeenSet =
false;
UpdateKeyRegistrationRequest & WithAwsAccountId(const char *value)
UpdateKeyRegistrationRequest & WithKeyRegistration(const Aws::Vector< RegisteredCustomerManagedKey > &value)
UpdateKeyRegistrationRequest & AddKeyRegistration(RegisteredCustomerManagedKey &&value)
virtual const char * GetServiceRequestName() const override
UpdateKeyRegistrationRequest & WithAwsAccountId(Aws::String &&value)
AWS_QUICKSIGHT_API UpdateKeyRegistrationRequest()
const Aws::Vector< RegisteredCustomerManagedKey > & GetKeyRegistration() const
void SetAwsAccountId(Aws::String &&value)
void SetKeyRegistration(Aws::Vector< RegisteredCustomerManagedKey > &&value)
UpdateKeyRegistrationRequest & WithAwsAccountId(const Aws::String &value)
const Aws::String & GetAwsAccountId() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
void SetAwsAccountId(const char *value)
bool KeyRegistrationHasBeenSet() const
void SetAwsAccountId(const Aws::String &value)
UpdateKeyRegistrationRequest & AddKeyRegistration(const RegisteredCustomerManagedKey &value)
UpdateKeyRegistrationRequest & WithKeyRegistration(Aws::Vector< RegisteredCustomerManagedKey > &&value)
bool AwsAccountIdHasBeenSet() const
void SetKeyRegistration(const Aws::Vector< RegisteredCustomerManagedKey > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector