7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/FailedKeyRegistrationEntry.h>
11#include <aws/quicksight/model/SuccessfulKeyRegistrationEntry.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename FailedKeyRegistrationT = Aws::Vector<FailedKeyRegistrationEntry>>
39 m_failedKeyRegistrationHasBeenSet =
true;
40 m_failedKeyRegistration = std::forward<FailedKeyRegistrationT>(value);
42 template <
typename FailedKeyRegistrationT = Aws::Vector<FailedKeyRegistrationEntry>>
47 template <
typename FailedKeyRegistrationT = FailedKeyRegistrationEntry>
49 m_failedKeyRegistrationHasBeenSet =
true;
50 m_failedKeyRegistration.emplace_back(std::forward<FailedKeyRegistrationT>(value));
61 template <
typename SuccessfulKeyRegistrationT = Aws::Vector<SuccessfulKeyRegistrationEntry>>
63 m_successfulKeyRegistrationHasBeenSet =
true;
64 m_successfulKeyRegistration = std::forward<SuccessfulKeyRegistrationT>(value);
66 template <
typename SuccessfulKeyRegistrationT = Aws::Vector<SuccessfulKeyRegistrationEntry>>
71 template <
typename SuccessfulKeyRegistrationT = SuccessfulKeyRegistrationEntry>
73 m_successfulKeyRegistrationHasBeenSet =
true;
74 m_successfulKeyRegistration.emplace_back(std::forward<SuccessfulKeyRegistrationT>(value));
82 template <
typename RequestIdT = Aws::String>
84 m_requestIdHasBeenSet =
true;
85 m_requestId = std::forward<RequestIdT>(value);
87 template <
typename RequestIdT = Aws::String>
99 bool m_failedKeyRegistrationHasBeenSet =
false;
100 bool m_successfulKeyRegistrationHasBeenSet =
false;
101 bool m_requestIdHasBeenSet =
false;
void SetSuccessfulKeyRegistration(SuccessfulKeyRegistrationT &&value)
void SetFailedKeyRegistration(FailedKeyRegistrationT &&value)
AWS_QUICKSIGHT_API UpdateKeyRegistrationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateKeyRegistrationResult & WithRequestId(RequestIdT &&value)
AWS_QUICKSIGHT_API UpdateKeyRegistrationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
UpdateKeyRegistrationResult & AddSuccessfulKeyRegistration(SuccessfulKeyRegistrationT &&value)
const Aws::Vector< FailedKeyRegistrationEntry > & GetFailedKeyRegistration() const
const Aws::String & GetRequestId() const
UpdateKeyRegistrationResult & AddFailedKeyRegistration(FailedKeyRegistrationT &&value)
UpdateKeyRegistrationResult & WithSuccessfulKeyRegistration(SuccessfulKeyRegistrationT &&value)
AWS_QUICKSIGHT_API UpdateKeyRegistrationResult()=default
const Aws::Vector< SuccessfulKeyRegistrationEntry > & GetSuccessfulKeyRegistration() const
UpdateKeyRegistrationResult & WithFailedKeyRegistration(FailedKeyRegistrationT &&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