7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/pinpoint/Pinpoint_EXPORTS.h>
10#include <aws/pinpoint/model/ListRecommenderConfigurationsResponse.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
34 return m_listRecommenderConfigurationsResponse;
36 template <
typename ListRecommenderConfigurationsResponseT = ListRecommenderConfigurationsResponse>
38 m_listRecommenderConfigurationsResponseHasBeenSet =
true;
39 m_listRecommenderConfigurationsResponse = std::forward<ListRecommenderConfigurationsResponseT>(value);
41 template <
typename ListRecommenderConfigurationsResponseT = ListRecommenderConfigurationsResponse>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
69 bool m_listRecommenderConfigurationsResponseHasBeenSet =
false;
70 bool m_requestIdHasBeenSet =
false;
AWS_PINPOINT_API GetRecommenderConfigurationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetRecommenderConfigurationsResult & WithListRecommenderConfigurationsResponse(ListRecommenderConfigurationsResponseT &&value)
GetRecommenderConfigurationsResult & WithRequestId(RequestIdT &&value)
AWS_PINPOINT_API GetRecommenderConfigurationsResult()=default
const ListRecommenderConfigurationsResponse & GetListRecommenderConfigurationsResponse() const
void SetRequestId(RequestIdT &&value)
AWS_PINPOINT_API GetRecommenderConfigurationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetListRecommenderConfigurationsResponse(ListRecommenderConfigurationsResponseT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue