7#include <aws/xray/XRay_EXPORTS.h>
8#include <aws/xray/XRayRequest.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename StartTimeT = Aws::Utils::DateTime>
43 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
44 template<
typename StartTimeT = Aws::Utils::DateTime>
54 template<
typename EndTimeT = Aws::Utils::DateTime>
55 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
56 template<
typename EndTimeT = Aws::Utils::DateTime>
66 template<
typename GroupNameT = Aws::String>
67 void SetGroupName(GroupNameT&& value) { m_groupNameHasBeenSet =
true; m_groupName = std::forward<GroupNameT>(value); }
68 template<
typename GroupNameT = Aws::String>
79 template<
typename GroupARNT = Aws::String>
80 void SetGroupARN(GroupARNT&& value) { m_groupARNHasBeenSet =
true; m_groupARN = std::forward<GroupARNT>(value); }
81 template<
typename GroupARNT = Aws::String>
91 template<
typename NextTokenT = Aws::String>
92 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
93 template<
typename NextTokenT = Aws::String>
99 bool m_startTimeHasBeenSet =
false;
102 bool m_endTimeHasBeenSet =
false;
105 bool m_groupNameHasBeenSet =
false;
108 bool m_groupARNHasBeenSet =
false;
111 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