7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/xray/XRayRequest.h>
10#include <aws/xray/XRay_EXPORTS.h>
39 template <
typename InsightIdT = Aws::String>
41 m_insightIdHasBeenSet =
true;
42 m_insightId = std::forward<InsightIdT>(value);
44 template <
typename InsightIdT = Aws::String>
58 template <
typename StartTimeT = Aws::Utils::DateTime>
60 m_startTimeHasBeenSet =
true;
61 m_startTime = std::forward<StartTimeT>(value);
63 template <
typename StartTimeT = Aws::Utils::DateTime>
78 template <
typename EndTimeT = Aws::Utils::DateTime>
80 m_endTimeHasBeenSet =
true;
81 m_endTime = std::forward<EndTimeT>(value);
83 template <
typename EndTimeT = Aws::Utils::DateTime>
97 template <
typename NextTokenT = Aws::String>
99 m_nextTokenHasBeenSet =
true;
100 m_nextToken = std::forward<NextTokenT>(value);
102 template <
typename NextTokenT = Aws::String>
110 bool m_insightIdHasBeenSet =
false;
113 bool m_startTimeHasBeenSet =
false;
116 bool m_endTimeHasBeenSet =
false;
119 bool m_nextTokenHasBeenSet =
false;
GetInsightImpactGraphRequest & WithStartTime(StartTimeT &&value)
GetInsightImpactGraphRequest & WithNextToken(NextTokenT &&value)
GetInsightImpactGraphRequest & WithInsightId(InsightIdT &&value)
void SetEndTime(EndTimeT &&value)
bool NextTokenHasBeenSet() const
const Aws::String & GetInsightId() const
AWS_XRAY_API Aws::String SerializePayload() const override
bool InsightIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool StartTimeHasBeenSet() const
bool EndTimeHasBeenSet() const
const Aws::String & GetNextToken() const
GetInsightImpactGraphRequest & WithEndTime(EndTimeT &&value)
void SetInsightId(InsightIdT &&value)
const Aws::Utils::DateTime & GetEndTime() const
void SetStartTime(StartTimeT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::Utils::DateTime & GetStartTime() const
AWS_XRAY_API GetInsightImpactGraphRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String