7#include <aws/xray/XRay_EXPORTS.h>
8#include <aws/xray/XRayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename InsightIdT = Aws::String>
43 void SetInsightId(InsightIdT&& value) { m_insightIdHasBeenSet =
true; m_insightId = std::forward<InsightIdT>(value); }
44 template<
typename InsightIdT = Aws::String>
54 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
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_insightIdHasBeenSet =
false;
76 bool m_maxResultsHasBeenSet =
false;
79 bool m_nextTokenHasBeenSet =
false;
GetInsightEventsRequest & WithMaxResults(int value)
virtual const char * GetServiceRequestName() const override
void SetMaxResults(int value)
const Aws::String & GetNextToken() const
AWS_XRAY_API Aws::String SerializePayload() const override
bool InsightIdHasBeenSet() const
bool NextTokenHasBeenSet() const
GetInsightEventsRequest & WithInsightId(InsightIdT &&value)
const Aws::String & GetInsightId() const
GetInsightEventsRequest & WithNextToken(NextTokenT &&value)
void SetInsightId(InsightIdT &&value)
bool MaxResultsHasBeenSet() const
void SetNextToken(NextTokenT &&value)
int GetMaxResults() const
AWS_XRAY_API GetInsightEventsRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String