7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pinpoint/PinpointRequest.h>
9#include <aws/pinpoint/Pinpoint_EXPORTS.h>
43 template <
typename ApplicationIdT = Aws::String>
45 m_applicationIdHasBeenSet =
true;
46 m_applicationId = std::forward<ApplicationIdT>(value);
48 template <
typename ApplicationIdT = Aws::String>
63 template <
typename PageSizeT = Aws::String>
65 m_pageSizeHasBeenSet =
true;
66 m_pageSize = std::forward<PageSizeT>(value);
68 template <
typename PageSizeT = Aws::String>
81 template <
typename SegmentIdT = Aws::String>
83 m_segmentIdHasBeenSet =
true;
84 m_segmentId = std::forward<SegmentIdT>(value);
86 template <
typename SegmentIdT = Aws::String>
100 template <
typename TokenT = Aws::String>
102 m_tokenHasBeenSet =
true;
103 m_token = std::forward<TokenT>(value);
105 template <
typename TokenT = Aws::String>
107 SetToken(std::forward<TokenT>(value));
113 bool m_applicationIdHasBeenSet =
false;
116 bool m_pageSizeHasBeenSet =
false;
119 bool m_segmentIdHasBeenSet =
false;
122 bool m_tokenHasBeenSet =
false;
const Aws::String & GetPageSize() const
const Aws::String & GetSegmentId() const
void SetPageSize(PageSizeT &&value)
GetSegmentVersionsRequest & WithApplicationId(ApplicationIdT &&value)
bool SegmentIdHasBeenSet() const
const Aws::String & GetToken() const
GetSegmentVersionsRequest & WithPageSize(PageSizeT &&value)
AWS_PINPOINT_API GetSegmentVersionsRequest()=default
const Aws::String & GetApplicationId() const
AWS_PINPOINT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
void SetSegmentId(SegmentIdT &&value)
void SetApplicationId(ApplicationIdT &&value)
bool ApplicationIdHasBeenSet() const
GetSegmentVersionsRequest & WithSegmentId(SegmentIdT &&value)
AWS_PINPOINT_API Aws::String SerializePayload() const override
bool TokenHasBeenSet() const
bool PageSizeHasBeenSet() const
void SetToken(TokenT &&value)
GetSegmentVersionsRequest & WithToken(TokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String