7#include <aws/xray/XRay_EXPORTS.h>
8#include <aws/xray/XRayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/xray/model/TraceFormatType.h>
42 template<
typename RetrievalTokenT = Aws::String>
43 void SetRetrievalToken(RetrievalTokenT&& value) { m_retrievalTokenHasBeenSet =
true; m_retrievalToken = std::forward<RetrievalTokenT>(value); }
44 template<
typename RetrievalTokenT = Aws::String>
65 template<
typename NextTokenT = Aws::String>
66 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
67 template<
typename NextTokenT = Aws::String>
73 bool m_retrievalTokenHasBeenSet =
false;
76 bool m_traceFormatHasBeenSet =
false;
79 bool m_nextTokenHasBeenSet =
false;
ListRetrievedTracesRequest & WithRetrievalToken(RetrievalTokenT &&value)
void SetRetrievalToken(RetrievalTokenT &&value)
bool NextTokenHasBeenSet() const
void SetTraceFormat(TraceFormatType value)
virtual const char * GetServiceRequestName() const override
bool RetrievalTokenHasBeenSet() const
ListRetrievedTracesRequest & WithNextToken(NextTokenT &&value)
AWS_XRAY_API ListRetrievedTracesRequest()=default
ListRetrievedTracesRequest & WithTraceFormat(TraceFormatType value)
const Aws::String & GetNextToken() const
AWS_XRAY_API Aws::String SerializePayload() const override
void SetNextToken(NextTokenT &&value)
TraceFormatType GetTraceFormat() const
const Aws::String & GetRetrievalToken() const
bool TraceFormatHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String