7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/xray/XRay_EXPORTS.h>
12#include <aws/xray/model/Service.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
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>
55 template <
typename EndTimeT = Aws::Utils::DateTime>
57 m_endTimeHasBeenSet =
true;
58 m_endTime = std::forward<EndTimeT>(value);
60 template <
typename EndTimeT = Aws::Utils::DateTime>
73 template <
typename ServicesT = Aws::Vector<Service>>
75 m_servicesHasBeenSet =
true;
76 m_services = std::forward<ServicesT>(value);
78 template <
typename ServicesT = Aws::Vector<Service>>
83 template <
typename ServicesT = Service>
85 m_servicesHasBeenSet =
true;
86 m_services.emplace_back(std::forward<ServicesT>(value));
99 m_containsOldGroupVersionsHasBeenSet =
true;
100 m_containsOldGroupVersions = value;
113 template <
typename NextTokenT = Aws::String>
115 m_nextTokenHasBeenSet =
true;
116 m_nextToken = std::forward<NextTokenT>(value);
118 template <
typename NextTokenT = Aws::String>
128 template <
typename RequestIdT = Aws::String>
130 m_requestIdHasBeenSet =
true;
131 m_requestId = std::forward<RequestIdT>(value);
133 template <
typename RequestIdT = Aws::String>
148 bool m_containsOldGroupVersions{
false};
154 bool m_startTimeHasBeenSet =
false;
155 bool m_endTimeHasBeenSet =
false;
156 bool m_servicesHasBeenSet =
false;
157 bool m_containsOldGroupVersionsHasBeenSet =
false;
158 bool m_nextTokenHasBeenSet =
false;
159 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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