7#include <aws/xray/XRay_EXPORTS.h>
8#include <aws/xray/XRayRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
59 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
67 bool m_traceIdsHasBeenSet =
false;
70 bool m_nextTokenHasBeenSet =
false;
AWS_XRAY_API GetTraceGraphRequest()
const Aws::String & GetNextToken() const
AWS_XRAY_API Aws::String SerializePayload() const override
void SetTraceIds(Aws::Vector< Aws::String > &&value)
GetTraceGraphRequest & AddTraceIds(const char *value)
virtual const char * GetServiceRequestName() const override
bool NextTokenHasBeenSet() const
void SetNextToken(Aws::String &&value)
GetTraceGraphRequest & WithNextToken(const Aws::String &value)
GetTraceGraphRequest & WithTraceIds(const Aws::Vector< Aws::String > &value)
void SetNextToken(const char *value)
GetTraceGraphRequest & WithTraceIds(Aws::Vector< Aws::String > &&value)
void SetTraceIds(const Aws::Vector< Aws::String > &value)
GetTraceGraphRequest & AddTraceIds(const Aws::String &value)
GetTraceGraphRequest & AddTraceIds(Aws::String &&value)
void SetNextToken(const Aws::String &value)
GetTraceGraphRequest & WithNextToken(Aws::String &&value)
GetTraceGraphRequest & WithNextToken(const char *value)
bool TraceIdsHasBeenSet() const
const Aws::Vector< Aws::String > & GetTraceIds() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector