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/XRay_EXPORTS.h>
11#include <aws/xray/model/Service.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename StartTimeT = Aws::Utils::DateTime>
39 m_startTimeHasBeenSet =
true;
40 m_startTime = std::forward<StartTimeT>(value);
42 template <
typename StartTimeT = Aws::Utils::DateTime>
54 template <
typename EndTimeT = Aws::Utils::DateTime>
56 m_endTimeHasBeenSet =
true;
57 m_endTime = std::forward<EndTimeT>(value);
59 template <
typename EndTimeT = Aws::Utils::DateTime>
72 template <
typename ServicesT = Aws::Vector<Service>>
74 m_servicesHasBeenSet =
true;
75 m_services = std::forward<ServicesT>(value);
77 template <
typename ServicesT = Aws::Vector<Service>>
82 template <
typename ServicesT = Service>
84 m_servicesHasBeenSet =
true;
85 m_services.emplace_back(std::forward<ServicesT>(value));
98 m_containsOldGroupVersionsHasBeenSet =
true;
99 m_containsOldGroupVersions = value;
112 template <
typename NextTokenT = Aws::String>
114 m_nextTokenHasBeenSet =
true;
115 m_nextToken = std::forward<NextTokenT>(value);
117 template <
typename NextTokenT = Aws::String>
127 template <
typename RequestIdT = Aws::String>
129 m_requestIdHasBeenSet =
true;
130 m_requestId = std::forward<RequestIdT>(value);
132 template <
typename RequestIdT = Aws::String>
145 bool m_containsOldGroupVersions{
false};
150 bool m_startTimeHasBeenSet =
false;
151 bool m_endTimeHasBeenSet =
false;
152 bool m_servicesHasBeenSet =
false;
153 bool m_containsOldGroupVersionsHasBeenSet =
false;
154 bool m_nextTokenHasBeenSet =
false;
155 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