7#include <aws/xray/XRay_EXPORTS.h>
8#include <aws/xray/XRayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename RetrievalTokenT = Aws::String>
42 void SetRetrievalToken(RetrievalTokenT&& value) { m_retrievalTokenHasBeenSet =
true; m_retrievalToken = std::forward<RetrievalTokenT>(value); }
43 template<
typename RetrievalTokenT = Aws::String>
54 template<
typename NextTokenT = Aws::String>
55 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
56 template<
typename NextTokenT = Aws::String>
62 bool m_retrievalTokenHasBeenSet =
false;
65 bool m_nextTokenHasBeenSet =
false;
const Aws::String & GetNextToken() const
bool NextTokenHasBeenSet() const
const Aws::String & GetRetrievalToken() const
GetRetrievedTracesGraphRequest & WithNextToken(NextTokenT &&value)
GetRetrievedTracesGraphRequest & WithRetrievalToken(RetrievalTokenT &&value)
bool RetrievalTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetRetrievalToken(RetrievalTokenT &&value)
void SetNextToken(NextTokenT &&value)
AWS_XRAY_API Aws::String SerializePayload() const override
AWS_XRAY_API GetRetrievedTracesGraphRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String