7#include <aws/xray/XRay_EXPORTS.h>
8#include <aws/xray/XRayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
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>
56 template<
typename StartTimeT = Aws::Utils::DateTime>
57 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
58 template<
typename StartTimeT = Aws::Utils::DateTime>
70 template<
typename EndTimeT = Aws::Utils::DateTime>
71 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
72 template<
typename EndTimeT = Aws::Utils::DateTime>
83 template<
typename NextTokenT = Aws::String>
84 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
85 template<
typename NextTokenT = Aws::String>
91 bool m_insightIdHasBeenSet =
false;
94 bool m_startTimeHasBeenSet =
false;
97 bool m_endTimeHasBeenSet =
false;
100 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