7#include <aws/wisdom/ConnectWisdomService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/wisdom/model/NotifyRecommendationsReceivedError.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace ConnectWisdomService
69 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
NotifyRecommendationsReceivedResult & AddErrors(const NotifyRecommendationsReceivedError &value)
NotifyRecommendationsReceivedResult & AddRecommendationIds(Aws::String &&value)
void SetRequestId(const char *value)
void SetRequestId(const Aws::String &value)
void SetErrors(Aws::Vector< NotifyRecommendationsReceivedError > &&value)
NotifyRecommendationsReceivedResult & WithRequestId(const char *value)
AWS_CONNECTWISDOMSERVICE_API NotifyRecommendationsReceivedResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CONNECTWISDOMSERVICE_API NotifyRecommendationsReceivedResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
NotifyRecommendationsReceivedResult & WithErrors(const Aws::Vector< NotifyRecommendationsReceivedError > &value)
NotifyRecommendationsReceivedResult & WithRequestId(Aws::String &&value)
NotifyRecommendationsReceivedResult & WithRequestId(const Aws::String &value)
NotifyRecommendationsReceivedResult & WithRecommendationIds(const Aws::Vector< Aws::String > &value)
NotifyRecommendationsReceivedResult & WithErrors(Aws::Vector< NotifyRecommendationsReceivedError > &&value)
NotifyRecommendationsReceivedResult & WithRecommendationIds(Aws::Vector< Aws::String > &&value)
AWS_CONNECTWISDOMSERVICE_API NotifyRecommendationsReceivedResult()
const Aws::Vector< Aws::String > & GetRecommendationIds() const
NotifyRecommendationsReceivedResult & AddErrors(NotifyRecommendationsReceivedError &&value)
const Aws::Vector< NotifyRecommendationsReceivedError > & GetErrors() const
void SetErrors(const Aws::Vector< NotifyRecommendationsReceivedError > &value)
void SetRequestId(Aws::String &&value)
void SetRecommendationIds(const Aws::Vector< Aws::String > &value)
void SetRecommendationIds(Aws::Vector< Aws::String > &&value)
NotifyRecommendationsReceivedResult & AddRecommendationIds(const char *value)
const Aws::String & GetRequestId() const
NotifyRecommendationsReceivedResult & AddRecommendationIds(const Aws::String &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