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;
virtual const char * GetServiceRequestName() const override
BatchGetTracesRequest & AddTraceIds(const Aws::String &value)
BatchGetTracesRequest & WithTraceIds(Aws::Vector< Aws::String > &&value)
BatchGetTracesRequest & WithNextToken(const char *value)
BatchGetTracesRequest & AddTraceIds(Aws::String &&value)
BatchGetTracesRequest & AddTraceIds(const char *value)
BatchGetTracesRequest & WithNextToken(Aws::String &&value)
BatchGetTracesRequest & WithNextToken(const Aws::String &value)
void SetTraceIds(Aws::Vector< Aws::String > &&value)
void SetNextToken(const char *value)
void SetTraceIds(const Aws::Vector< Aws::String > &value)
AWS_XRAY_API Aws::String SerializePayload() const override
bool TraceIdsHasBeenSet() const
AWS_XRAY_API BatchGetTracesRequest()
BatchGetTracesRequest & WithTraceIds(const Aws::Vector< Aws::String > &value)
void SetNextToken(Aws::String &&value)
bool NextTokenHasBeenSet() const
const Aws::String & GetNextToken() const
const Aws::Vector< Aws::String > & GetTraceIds() const
void SetNextToken(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector