7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/QuickSightRequest.h>
10#include <aws/quicksight/QuickSight_EXPORTS.h>
11#include <aws/quicksight/model/RegisteredCustomerManagedKey.h>
40 template <
typename AwsAccountIdT = Aws::String>
42 m_awsAccountIdHasBeenSet =
true;
43 m_awsAccountId = std::forward<AwsAccountIdT>(value);
45 template <
typename AwsAccountIdT = Aws::String>
59 template <
typename KeyRegistrationT = Aws::Vector<RegisteredCustomerManagedKey>>
61 m_keyRegistrationHasBeenSet =
true;
62 m_keyRegistration = std::forward<KeyRegistrationT>(value);
64 template <
typename KeyRegistrationT = Aws::Vector<RegisteredCustomerManagedKey>>
69 template <
typename KeyRegistrationT = RegisteredCustomerManagedKey>
71 m_keyRegistrationHasBeenSet =
true;
72 m_keyRegistration.emplace_back(std::forward<KeyRegistrationT>(value));
80 bool m_awsAccountIdHasBeenSet =
false;
81 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