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/JourneyRunResponse.h>
49 template<
typename ItemT = Aws::Vector<JourneyRunResponse>>
50 void SetItem(ItemT&& value) { m_itemHasBeenSet =
true; m_item = std::forward<ItemT>(value); }
51 template<
typename ItemT = Aws::Vector<JourneyRunResponse>>
53 template<
typename ItemT = JourneyRunResponse>
64 template<
typename NextTokenT = Aws::String>
65 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
66 template<
typename NextTokenT = Aws::String>
72 bool m_itemHasBeenSet =
false;
75 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