7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/pinpoint/model/RecommenderConfigurationResponse.h>
67 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
75 bool m_itemHasBeenSet =
false;
78 bool m_nextTokenHasBeenSet =
false;
AWS_PINPOINT_API ListRecommenderConfigurationsResponse(Aws::Utils::Json::JsonView jsonValue)
void SetNextToken(const Aws::String &value)
AWS_PINPOINT_API ListRecommenderConfigurationsResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
ListRecommenderConfigurationsResponse & WithNextToken(Aws::String &&value)
bool ItemHasBeenSet() const
ListRecommenderConfigurationsResponse & WithNextToken(const Aws::String &value)
ListRecommenderConfigurationsResponse & AddItem(const RecommenderConfigurationResponse &value)
const Aws::Vector< RecommenderConfigurationResponse > & GetItem() const
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
bool NextTokenHasBeenSet() const
void SetItem(Aws::Vector< RecommenderConfigurationResponse > &&value)
ListRecommenderConfigurationsResponse & WithNextToken(const char *value)
ListRecommenderConfigurationsResponse & AddItem(RecommenderConfigurationResponse &&value)
void SetNextToken(Aws::String &&value)
ListRecommenderConfigurationsResponse & WithItem(Aws::Vector< RecommenderConfigurationResponse > &&value)
void SetItem(const Aws::Vector< RecommenderConfigurationResponse > &value)
AWS_PINPOINT_API ListRecommenderConfigurationsResponse()
ListRecommenderConfigurationsResponse & WithItem(const Aws::Vector< RecommenderConfigurationResponse > &value)
const Aws::String & GetNextToken() const
void SetNextToken(const char *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