7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/xray/XRayRequest.h>
11#include <aws/xray/XRay_EXPORTS.h>
12#include <aws/xray/model/InsightState.h>
40 template <
typename StatesT = Aws::Vector<InsightState>>
42 m_statesHasBeenSet =
true;
43 m_states = std::forward<StatesT>(value);
45 template <
typename StatesT = Aws::Vector<InsightState>>
51 m_statesHasBeenSet =
true;
52 m_states.push_back(value);
64 template <
typename GroupARNT = Aws::String>
66 m_groupARNHasBeenSet =
true;
67 m_groupARN = std::forward<GroupARNT>(value);
69 template <
typename GroupARNT = Aws::String>
82 template <
typename GroupNameT = Aws::String>
84 m_groupNameHasBeenSet =
true;
85 m_groupName = std::forward<GroupNameT>(value);
87 template <
typename GroupNameT = Aws::String>
101 template <
typename StartTimeT = Aws::Utils::DateTime>
103 m_startTimeHasBeenSet =
true;
104 m_startTime = std::forward<StartTimeT>(value);
106 template <
typename StartTimeT = Aws::Utils::DateTime>
120 template <
typename EndTimeT = Aws::Utils::DateTime>
122 m_endTimeHasBeenSet =
true;
123 m_endTime = std::forward<EndTimeT>(value);
125 template <
typename EndTimeT = Aws::Utils::DateTime>
139 m_maxResultsHasBeenSet =
true;
140 m_maxResults = value;
154 template <
typename NextTokenT = Aws::String>
156 m_nextTokenHasBeenSet =
true;
157 m_nextToken = std::forward<NextTokenT>(value);
159 template <
typename NextTokenT = Aws::String>
167 bool m_statesHasBeenSet =
false;
170 bool m_groupARNHasBeenSet =
false;
173 bool m_groupNameHasBeenSet =
false;
176 bool m_startTimeHasBeenSet =
false;
179 bool m_endTimeHasBeenSet =
false;
182 bool m_maxResultsHasBeenSet =
false;
185 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