7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/quicksight/model/RegisteredCustomerManagedKey.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename AwsAccountIdT = Aws::String>
44 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
45 template<
typename AwsAccountIdT = Aws::String>
55 template<
typename KeyRegistrationT = Aws::Vector<RegisteredCustomerManagedKey>>
56 void SetKeyRegistration(KeyRegistrationT&& value) { m_keyRegistrationHasBeenSet =
true; m_keyRegistration = std::forward<KeyRegistrationT>(value); }
57 template<
typename KeyRegistrationT = Aws::Vector<RegisteredCustomerManagedKey>>
59 template<
typename KeyRegistrationT = RegisteredCustomerManagedKey>
66 template<
typename RequestIdT = Aws::String>
67 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
68 template<
typename RequestIdT = Aws::String>
77 inline void SetStatus(
int value) { m_statusHasBeenSet =
true; m_status = value; }
83 bool m_awsAccountIdHasBeenSet =
false;
86 bool m_keyRegistrationHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
92 bool m_statusHasBeenSet =
false;
AWS_QUICKSIGHT_API DescribeKeyRegistrationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
DescribeKeyRegistrationResult & WithStatus(int value)
void SetKeyRegistration(KeyRegistrationT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API DescribeKeyRegistrationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< RegisteredCustomerManagedKey > & GetKeyRegistration() const
const Aws::String & GetAwsAccountId() const
DescribeKeyRegistrationResult & WithKeyRegistration(KeyRegistrationT &&value)
DescribeKeyRegistrationResult & WithAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API DescribeKeyRegistrationResult()=default
void SetRequestId(RequestIdT &&value)
void SetStatus(int value)
DescribeKeyRegistrationResult & WithRequestId(RequestIdT &&value)
DescribeKeyRegistrationResult & AddKeyRegistration(KeyRegistrationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue