7#include <aws/xray/XRay_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/xray/model/InsightImpactGraphService.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename InsightIdT = Aws::String>
44 void SetInsightId(InsightIdT&& value) { m_insightIdHasBeenSet =
true; m_insightId = std::forward<InsightIdT>(value); }
45 template<
typename InsightIdT = Aws::String>
54 template<
typename StartTimeT = Aws::Utils::DateTime>
55 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
56 template<
typename StartTimeT = Aws::Utils::DateTime>
65 template<
typename EndTimeT = Aws::Utils::DateTime>
66 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
67 template<
typename EndTimeT = Aws::Utils::DateTime>
76 template<
typename ServiceGraphStartTimeT = Aws::Utils::DateTime>
77 void SetServiceGraphStartTime(ServiceGraphStartTimeT&& value) { m_serviceGraphStartTimeHasBeenSet =
true; m_serviceGraphStartTime = std::forward<ServiceGraphStartTimeT>(value); }
78 template<
typename ServiceGraphStartTimeT = Aws::Utils::DateTime>
87 template<
typename ServiceGraphEndTimeT = Aws::Utils::DateTime>
88 void SetServiceGraphEndTime(ServiceGraphEndTimeT&& value) { m_serviceGraphEndTimeHasBeenSet =
true; m_serviceGraphEndTime = std::forward<ServiceGraphEndTimeT>(value); }
89 template<
typename ServiceGraphEndTimeT = Aws::Utils::DateTime>
98 template<
typename ServicesT = Aws::Vector<InsightImpactGraphService>>
99 void SetServices(ServicesT&& value) { m_servicesHasBeenSet =
true; m_services = std::forward<ServicesT>(value); }
100 template<
typename ServicesT = Aws::Vector<InsightImpactGraphService>>
102 template<
typename ServicesT = InsightImpactGraphService>
111 template<
typename NextTokenT = Aws::String>
112 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
113 template<
typename NextTokenT = Aws::String>
120 template<
typename RequestIdT = Aws::String>
121 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
122 template<
typename RequestIdT = Aws::String>
128 bool m_insightIdHasBeenSet =
false;
131 bool m_startTimeHasBeenSet =
false;
134 bool m_endTimeHasBeenSet =
false;
137 bool m_serviceGraphStartTimeHasBeenSet =
false;
140 bool m_serviceGraphEndTimeHasBeenSet =
false;
143 bool m_servicesHasBeenSet =
false;
146 bool m_nextTokenHasBeenSet =
false;
149 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