7#include <aws/xray/XRay_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/xray/model/Service.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename StartTimeT = Aws::Utils::DateTime>
44 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
45 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 ServicesT = Aws::Vector<Service>>
67 void SetServices(ServicesT&& value) { m_servicesHasBeenSet =
true; m_services = std::forward<ServicesT>(value); }
68 template<
typename ServicesT = Aws::Vector<Service>>
70 template<
typename ServicesT = Service>
90 template<
typename NextTokenT = Aws::String>
91 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
92 template<
typename NextTokenT = Aws::String>
99 template<
typename RequestIdT = Aws::String>
100 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
101 template<
typename RequestIdT = Aws::String>
107 bool m_startTimeHasBeenSet =
false;
110 bool m_endTimeHasBeenSet =
false;
113 bool m_servicesHasBeenSet =
false;
115 bool m_containsOldGroupVersions{
false};
116 bool m_containsOldGroupVersionsHasBeenSet =
false;
119 bool m_nextTokenHasBeenSet =
false;
122 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
AWS_XRAY_API GetServiceGraphResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetStartTime() const
const Aws::String & GetRequestId() const
GetServiceGraphResult & WithStartTime(StartTimeT &&value)
const Aws::Utils::DateTime & GetEndTime() const
AWS_XRAY_API GetServiceGraphResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_XRAY_API GetServiceGraphResult()=default
const Aws::Vector< Service > & GetServices() const
void SetServices(ServicesT &&value)
void SetEndTime(EndTimeT &&value)
const Aws::String & GetNextToken() const
GetServiceGraphResult & AddServices(ServicesT &&value)
void SetStartTime(StartTimeT &&value)
GetServiceGraphResult & WithRequestId(RequestIdT &&value)
GetServiceGraphResult & WithEndTime(EndTimeT &&value)
GetServiceGraphResult & WithServices(ServicesT &&value)
void SetContainsOldGroupVersions(bool value)
void SetNextToken(NextTokenT &&value)
GetServiceGraphResult & WithNextToken(NextTokenT &&value)
GetServiceGraphResult & WithContainsOldGroupVersions(bool value)
bool GetContainsOldGroupVersions() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue