7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/pinpoint/Pinpoint_EXPORTS.h>
10#include <aws/pinpoint/model/JourneyRunResponse.h>
43 template <
typename ItemT = Aws::Vector<JourneyRunResponse>>
45 m_itemHasBeenSet =
true;
46 m_item = std::forward<ItemT>(value);
48 template <
typename ItemT = Aws::Vector<JourneyRunResponse>>
50 SetItem(std::forward<ItemT>(value));
53 template <
typename ItemT = JourneyRunResponse>
55 m_itemHasBeenSet =
true;
56 m_item.emplace_back(std::forward<ItemT>(value));
68 template <
typename NextTokenT = Aws::String>
70 m_nextTokenHasBeenSet =
true;
71 m_nextToken = std::forward<NextTokenT>(value);
73 template <
typename NextTokenT = Aws::String>
81 bool m_itemHasBeenSet =
false;
84 bool m_nextTokenHasBeenSet =
false;
const Aws::Vector< JourneyRunResponse > & GetItem() const
AWS_PINPOINT_API JourneyRunsResponse()=default
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PINPOINT_API JourneyRunsResponse(Aws::Utils::Json::JsonView jsonValue)
void SetItem(ItemT &&value)
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
JourneyRunsResponse & AddItem(ItemT &&value)
JourneyRunsResponse & WithNextToken(NextTokenT &&value)
AWS_PINPOINT_API JourneyRunsResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NextTokenHasBeenSet() const
bool ItemHasBeenSet() const
JourneyRunsResponse & WithItem(ItemT &&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