7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/quicksight/model/FailedKeyRegistrationEntry.h>
11#include <aws/quicksight/model/SuccessfulKeyRegistrationEntry.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
70 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetSuccessfulKeyRegistration(const Aws::Vector< SuccessfulKeyRegistrationEntry > &value)
AWS_QUICKSIGHT_API UpdateKeyRegistrationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateKeyRegistrationResult & AddFailedKeyRegistration(const FailedKeyRegistrationEntry &value)
void SetSuccessfulKeyRegistration(Aws::Vector< SuccessfulKeyRegistrationEntry > &&value)
UpdateKeyRegistrationResult & WithSuccessfulKeyRegistration(const Aws::Vector< SuccessfulKeyRegistrationEntry > &value)
AWS_QUICKSIGHT_API UpdateKeyRegistrationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateKeyRegistrationResult & WithRequestId(const Aws::String &value)
const Aws::Vector< FailedKeyRegistrationEntry > & GetFailedKeyRegistration() const
UpdateKeyRegistrationResult & WithSuccessfulKeyRegistration(Aws::Vector< SuccessfulKeyRegistrationEntry > &&value)
UpdateKeyRegistrationResult & AddSuccessfulKeyRegistration(const SuccessfulKeyRegistrationEntry &value)
UpdateKeyRegistrationResult & WithRequestId(Aws::String &&value)
const Aws::String & GetRequestId() const
void SetRequestId(const Aws::String &value)
UpdateKeyRegistrationResult & WithRequestId(const char *value)
void SetRequestId(Aws::String &&value)
const Aws::Vector< SuccessfulKeyRegistrationEntry > & GetSuccessfulKeyRegistration() const
UpdateKeyRegistrationResult & WithFailedKeyRegistration(Aws::Vector< FailedKeyRegistrationEntry > &&value)
UpdateKeyRegistrationResult & AddFailedKeyRegistration(FailedKeyRegistrationEntry &&value)
UpdateKeyRegistrationResult & AddSuccessfulKeyRegistration(SuccessfulKeyRegistrationEntry &&value)
UpdateKeyRegistrationResult & WithFailedKeyRegistration(const Aws::Vector< FailedKeyRegistrationEntry > &value)
void SetFailedKeyRegistration(const Aws::Vector< FailedKeyRegistrationEntry > &value)
AWS_QUICKSIGHT_API UpdateKeyRegistrationResult()
void SetRequestId(const char *value)
void SetFailedKeyRegistration(Aws::Vector< FailedKeyRegistrationEntry > &&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