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>
44 template<
typename AwsAccountIdT = Aws::String>
45 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
46 template<
typename AwsAccountIdT = Aws::String>
57 template<
typename KeyRegistrationT = Aws::Vector<RegisteredCustomerManagedKey>>
58 void SetKeyRegistration(KeyRegistrationT&& value) { m_keyRegistrationHasBeenSet =
true; m_keyRegistration = std::forward<KeyRegistrationT>(value); }
59 template<
typename KeyRegistrationT = Aws::Vector<RegisteredCustomerManagedKey>>
61 template<
typename KeyRegistrationT = RegisteredCustomerManagedKey>
67 bool m_awsAccountIdHasBeenSet =
false;
70 bool m_keyRegistrationHasBeenSet =
false;
AWS_QUICKSIGHT_API UpdateKeyRegistrationRequest()=default
virtual const char * GetServiceRequestName() const override
const Aws::Vector< RegisteredCustomerManagedKey > & GetKeyRegistration() const
UpdateKeyRegistrationRequest & WithAwsAccountId(AwsAccountIdT &&value)
void SetKeyRegistration(KeyRegistrationT &&value)
UpdateKeyRegistrationRequest & WithKeyRegistration(KeyRegistrationT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
UpdateKeyRegistrationRequest & AddKeyRegistration(KeyRegistrationT &&value)
const Aws::String & GetAwsAccountId() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
bool KeyRegistrationHasBeenSet() const
bool AwsAccountIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector