7#include <aws/xray/XRay_EXPORTS.h>
8#include <aws/xray/XRayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename InsightIdT = Aws::String>
43 void SetInsightId(InsightIdT&& value) { m_insightIdHasBeenSet =
true; m_insightId = std::forward<InsightIdT>(value); }
44 template<
typename InsightIdT = Aws::String>
50 bool m_insightIdHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_XRAY_API GetInsightRequest()=default
GetInsightRequest & WithInsightId(InsightIdT &&value)
AWS_XRAY_API Aws::String SerializePayload() const override
bool InsightIdHasBeenSet() const
void SetInsightId(InsightIdT &&value)
const Aws::String & GetInsightId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String