7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/quicksight/QuickSight_EXPORTS.h>
11#include <aws/quicksight/model/QDataKey.h>
12#include <aws/quicksight/model/RegisteredCustomerManagedKey.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
39 template <
typename AwsAccountIdT = Aws::String>
41 m_awsAccountIdHasBeenSet =
true;
42 m_awsAccountId = std::forward<AwsAccountIdT>(value);
44 template <
typename AwsAccountIdT = Aws::String>
57 template <
typename KeyRegistrationT = Aws::Vector<RegisteredCustomerManagedKey>>
59 m_keyRegistrationHasBeenSet =
true;
60 m_keyRegistration = std::forward<KeyRegistrationT>(value);
62 template <
typename KeyRegistrationT = Aws::Vector<RegisteredCustomerManagedKey>>
67 template <
typename KeyRegistrationT = RegisteredCustomerManagedKey>
69 m_keyRegistrationHasBeenSet =
true;
70 m_keyRegistration.emplace_back(std::forward<KeyRegistrationT>(value));
80 template <
typename QDataKeyT = QDataKey>
82 m_qDataKeyHasBeenSet =
true;
83 m_qDataKey = std::forward<QDataKeyT>(value);
85 template <
typename QDataKeyT = QDataKey>
95 template <
typename RequestIdT = Aws::String>
97 m_requestIdHasBeenSet =
true;
98 m_requestId = std::forward<RequestIdT>(value);
100 template <
typename RequestIdT = Aws::String>
113 m_statusHasBeenSet =
true;
134 bool m_awsAccountIdHasBeenSet =
false;
135 bool m_keyRegistrationHasBeenSet =
false;
136 bool m_qDataKeyHasBeenSet =
false;
137 bool m_requestIdHasBeenSet =
false;
138 bool m_statusHasBeenSet =
false;
AWS_QUICKSIGHT_API DescribeKeyRegistrationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetRequestId() const
DescribeKeyRegistrationResult & WithStatus(int value)
DescribeKeyRegistrationResult & WithQDataKey(QDataKeyT &&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)
const QDataKey & GetQDataKey() const
DescribeKeyRegistrationResult & WithRequestId(RequestIdT &&value)
void SetQDataKey(QDataKeyT &&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