7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/xray/XRayRequest.h>
10#include <aws/xray/XRay_EXPORTS.h>
38 template <
typename StartTimeT = Aws::Utils::DateTime>
40 m_startTimeHasBeenSet =
true;
41 m_startTime = std::forward<StartTimeT>(value);
43 template <
typename StartTimeT = Aws::Utils::DateTime>
56 template <
typename EndTimeT = Aws::Utils::DateTime>
58 m_endTimeHasBeenSet =
true;
59 m_endTime = std::forward<EndTimeT>(value);
61 template <
typename EndTimeT = Aws::Utils::DateTime>
74 template <
typename GroupNameT = Aws::String>
76 m_groupNameHasBeenSet =
true;
77 m_groupName = std::forward<GroupNameT>(value);
79 template <
typename GroupNameT = Aws::String>
93 template <
typename GroupARNT = Aws::String>
95 m_groupARNHasBeenSet =
true;
96 m_groupARN = std::forward<GroupARNT>(value);
98 template <
typename GroupARNT = Aws::String>
111 template <
typename NextTokenT = Aws::String>
113 m_nextTokenHasBeenSet =
true;
114 m_nextToken = std::forward<NextTokenT>(value);
116 template <
typename NextTokenT = Aws::String>
124 bool m_startTimeHasBeenSet =
false;
127 bool m_endTimeHasBeenSet =
false;
130 bool m_groupNameHasBeenSet =
false;
133 bool m_groupARNHasBeenSet =
false;
136 bool m_nextTokenHasBeenSet =
false;
bool GroupNameHasBeenSet() const
const Aws::String & GetNextToken() const
GetServiceGraphRequest & WithGroupName(GroupNameT &&value)
GetServiceGraphRequest & WithEndTime(EndTimeT &&value)
const Aws::String & GetGroupName() const
GetServiceGraphRequest & WithGroupARN(GroupARNT &&value)
void SetStartTime(StartTimeT &&value)
bool GroupARNHasBeenSet() const
GetServiceGraphRequest & WithStartTime(StartTimeT &&value)
GetServiceGraphRequest & WithNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
void SetGroupName(GroupNameT &&value)
const Aws::Utils::DateTime & GetEndTime() const
virtual const char * GetServiceRequestName() const override
void SetNextToken(NextTokenT &&value)
void SetEndTime(EndTimeT &&value)
bool EndTimeHasBeenSet() const
const Aws::Utils::DateTime & GetStartTime() const
AWS_XRAY_API GetServiceGraphRequest()=default
AWS_XRAY_API Aws::String SerializePayload() const override
void SetGroupARN(GroupARNT &&value)
const Aws::String & GetGroupARN() const
bool StartTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String