7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/xray/XRayRequest.h>
9#include <aws/xray/XRay_EXPORTS.h>
38 template <
typename InsightIdT = Aws::String>
40 m_insightIdHasBeenSet =
true;
41 m_insightId = std::forward<InsightIdT>(value);
43 template <
typename InsightIdT = Aws::String>
57 m_maxResultsHasBeenSet =
true;
73 template <
typename NextTokenT = Aws::String>
75 m_nextTokenHasBeenSet =
true;
76 m_nextToken = std::forward<NextTokenT>(value);
78 template <
typename NextTokenT = Aws::String>
86 bool m_insightIdHasBeenSet =
false;
89 bool m_maxResultsHasBeenSet =
false;
92 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