7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/pinpoint/model/ListRecommenderConfigurationsResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
39 template<
typename ListRecommenderConfigurationsResponseT = ListRecommenderConfigurationsResponse>
40 void SetListRecommenderConfigurationsResponse(ListRecommenderConfigurationsResponseT&& value) { m_listRecommenderConfigurationsResponseHasBeenSet =
true; m_listRecommenderConfigurationsResponse = std::forward<ListRecommenderConfigurationsResponseT>(value); }
41 template<
typename ListRecommenderConfigurationsResponseT = ListRecommenderConfigurationsResponse>
48 template<
typename RequestIdT = Aws::String>
49 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
50 template<
typename RequestIdT = Aws::String>
56 bool m_listRecommenderConfigurationsResponseHasBeenSet =
false;
59 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)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue