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>
11#include <aws/core/utils/DateTime.h>
12#include <aws/xray/model/InsightState.h>
44 template<
typename StatesT = Aws::Vector<InsightState>>
45 void SetStates(StatesT&& value) { m_statesHasBeenSet =
true; m_states = std::forward<StatesT>(value); }
46 template<
typename StatesT = Aws::Vector<InsightState>>
58 template<
typename GroupARNT = Aws::String>
59 void SetGroupARN(GroupARNT&& value) { m_groupARNHasBeenSet =
true; m_groupARN = std::forward<GroupARNT>(value); }
60 template<
typename GroupARNT = Aws::String>
70 template<
typename GroupNameT = Aws::String>
71 void SetGroupName(GroupNameT&& value) { m_groupNameHasBeenSet =
true; m_groupName = std::forward<GroupNameT>(value); }
72 template<
typename GroupNameT = Aws::String>
83 template<
typename StartTimeT = Aws::Utils::DateTime>
84 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
85 template<
typename StartTimeT = Aws::Utils::DateTime>
96 template<
typename EndTimeT = Aws::Utils::DateTime>
97 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
98 template<
typename EndTimeT = Aws::Utils::DateTime>
108 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
118 template<
typename NextTokenT = Aws::String>
119 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
120 template<
typename NextTokenT = Aws::String>
126 bool m_statesHasBeenSet =
false;
129 bool m_groupARNHasBeenSet =
false;
132 bool m_groupNameHasBeenSet =
false;
135 bool m_startTimeHasBeenSet =
false;
138 bool m_endTimeHasBeenSet =
false;
141 bool m_maxResultsHasBeenSet =
false;
144 bool m_nextTokenHasBeenSet =
false;
const Aws::String & GetGroupARN() const
const Aws::String & GetGroupName() const
GetInsightSummariesRequest & WithGroupARN(GroupARNT &&value)
void SetStates(StatesT &&value)
const Aws::Utils::DateTime & GetStartTime() const
void SetMaxResults(int value)
GetInsightSummariesRequest & AddStates(InsightState value)
void SetGroupName(GroupNameT &&value)
const Aws::String & GetNextToken() const
GetInsightSummariesRequest & WithNextToken(NextTokenT &&value)
GetInsightSummariesRequest & WithMaxResults(int value)
void SetNextToken(NextTokenT &&value)
bool GroupARNHasBeenSet() const
AWS_XRAY_API Aws::String SerializePayload() const override
bool EndTimeHasBeenSet() const
const Aws::Vector< InsightState > & GetStates() const
GetInsightSummariesRequest & WithStartTime(StartTimeT &&value)
void SetStartTime(StartTimeT &&value)
void SetEndTime(EndTimeT &&value)
int GetMaxResults() const
void SetGroupARN(GroupARNT &&value)
bool NextTokenHasBeenSet() const
AWS_XRAY_API GetInsightSummariesRequest()=default
GetInsightSummariesRequest & WithGroupName(GroupNameT &&value)
bool MaxResultsHasBeenSet() const
GetInsightSummariesRequest & WithStates(StatesT &&value)
bool StatesHasBeenSet() const
bool StartTimeHasBeenSet() const
GetInsightSummariesRequest & WithEndTime(EndTimeT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::Utils::DateTime & GetEndTime() const
bool GroupNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector