7#include <aws/core/http/HttpResponse.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/RetrievalStatus.h>
12#include <aws/xray/model/RetrievedService.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
39 m_retrievalStatusHasBeenSet =
true;
40 m_retrievalStatus = value;
53 template <
typename ServicesT = Aws::Vector<RetrievedService>>
55 m_servicesHasBeenSet =
true;
56 m_services = std::forward<ServicesT>(value);
58 template <
typename ServicesT = Aws::Vector<RetrievedService>>
63 template <
typename ServicesT = RetrievedService>
65 m_servicesHasBeenSet =
true;
66 m_services.emplace_back(std::forward<ServicesT>(value));
77 template <
typename NextTokenT = Aws::String>
79 m_nextTokenHasBeenSet =
true;
80 m_nextToken = std::forward<NextTokenT>(value);
82 template <
typename NextTokenT = Aws::String>
92 template <
typename RequestIdT = Aws::String>
94 m_requestIdHasBeenSet =
true;
95 m_requestId = std::forward<RequestIdT>(value);
97 template <
typename RequestIdT = Aws::String>
114 bool m_retrievalStatusHasBeenSet =
false;
115 bool m_servicesHasBeenSet =
false;
116 bool m_nextTokenHasBeenSet =
false;
117 bool m_requestIdHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_XRAY_API GetRetrievedTracesGraphResult()=default
const Aws::String & GetNextToken() const
void SetRetrievalStatus(RetrievalStatus value)
const Aws::String & GetRequestId() const
GetRetrievedTracesGraphResult & WithRequestId(RequestIdT &&value)
GetRetrievedTracesGraphResult & WithNextToken(NextTokenT &&value)
GetRetrievedTracesGraphResult & WithRetrievalStatus(RetrievalStatus value)
GetRetrievedTracesGraphResult & WithServices(ServicesT &&value)
void SetNextToken(NextTokenT &&value)
void SetRequestId(RequestIdT &&value)
void SetServices(ServicesT &&value)
GetRetrievedTracesGraphResult & AddServices(ServicesT &&value)
AWS_XRAY_API GetRetrievedTracesGraphResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_XRAY_API GetRetrievedTracesGraphResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
RetrievalStatus GetRetrievalStatus() const
const Aws::Vector< RetrievedService > & GetServices() 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