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/InsightImpactGraphService.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename InsightIdT = Aws::String>
39 m_insightIdHasBeenSet =
true;
40 m_insightId = std::forward<InsightIdT>(value);
42 template <
typename InsightIdT = Aws::String>
54 template <
typename StartTimeT = Aws::Utils::DateTime>
56 m_startTimeHasBeenSet =
true;
57 m_startTime = std::forward<StartTimeT>(value);
59 template <
typename StartTimeT = Aws::Utils::DateTime>
71 template <
typename EndTimeT = Aws::Utils::DateTime>
73 m_endTimeHasBeenSet =
true;
74 m_endTime = std::forward<EndTimeT>(value);
76 template <
typename EndTimeT = Aws::Utils::DateTime>
88 template <
typename ServiceGraphStartTimeT = Aws::Utils::DateTime>
90 m_serviceGraphStartTimeHasBeenSet =
true;
91 m_serviceGraphStartTime = std::forward<ServiceGraphStartTimeT>(value);
93 template <
typename ServiceGraphStartTimeT = Aws::Utils::DateTime>
105 template <
typename ServiceGraphEndTimeT = Aws::Utils::DateTime>
107 m_serviceGraphEndTimeHasBeenSet =
true;
108 m_serviceGraphEndTime = std::forward<ServiceGraphEndTimeT>(value);
110 template <
typename ServiceGraphEndTimeT = Aws::Utils::DateTime>
122 template <
typename ServicesT = Aws::Vector<InsightImpactGraphService>>
124 m_servicesHasBeenSet =
true;
125 m_services = std::forward<ServicesT>(value);
127 template <
typename ServicesT = Aws::Vector<InsightImpactGraphService>>
132 template <
typename ServicesT = InsightImpactGraphService>
134 m_servicesHasBeenSet =
true;
135 m_services.emplace_back(std::forward<ServicesT>(value));
145 template <
typename NextTokenT = Aws::String>
147 m_nextTokenHasBeenSet =
true;
148 m_nextToken = std::forward<NextTokenT>(value);
150 template <
typename NextTokenT = Aws::String>
160 template <
typename RequestIdT = Aws::String>
162 m_requestIdHasBeenSet =
true;
163 m_requestId = std::forward<RequestIdT>(value);
165 template <
typename RequestIdT = Aws::String>
187 bool m_insightIdHasBeenSet =
false;
188 bool m_startTimeHasBeenSet =
false;
189 bool m_endTimeHasBeenSet =
false;
190 bool m_serviceGraphStartTimeHasBeenSet =
false;
191 bool m_serviceGraphEndTimeHasBeenSet =
false;
192 bool m_servicesHasBeenSet =
false;
193 bool m_nextTokenHasBeenSet =
false;
194 bool m_requestIdHasBeenSet =
false;
AWS_XRAY_API GetInsightImpactGraphResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetInsightImpactGraphResult & WithServiceGraphEndTime(ServiceGraphEndTimeT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetNextToken() const
GetInsightImpactGraphResult & WithInsightId(InsightIdT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetStartTime() const
const Aws::Utils::DateTime & GetServiceGraphStartTime() const
AWS_XRAY_API GetInsightImpactGraphResult()=default
void SetNextToken(NextTokenT &&value)
GetInsightImpactGraphResult & WithServices(ServicesT &&value)
const Aws::String & GetInsightId() const
void SetStartTime(StartTimeT &&value)
GetInsightImpactGraphResult & WithStartTime(StartTimeT &&value)
void SetServiceGraphEndTime(ServiceGraphEndTimeT &&value)
GetInsightImpactGraphResult & AddServices(ServicesT &&value)
GetInsightImpactGraphResult & WithServiceGraphStartTime(ServiceGraphStartTimeT &&value)
const Aws::Utils::DateTime & GetEndTime() const
void SetInsightId(InsightIdT &&value)
const Aws::Vector< InsightImpactGraphService > & GetServices() const
const Aws::Utils::DateTime & GetServiceGraphEndTime() const
GetInsightImpactGraphResult & WithEndTime(EndTimeT &&value)
void SetEndTime(EndTimeT &&value)
GetInsightImpactGraphResult & WithNextToken(NextTokenT &&value)
void SetServiceGraphStartTime(ServiceGraphStartTimeT &&value)
GetInsightImpactGraphResult & WithRequestId(RequestIdT &&value)
AWS_XRAY_API GetInsightImpactGraphResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetServices(ServicesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue