7#include <aws/auditmanager/AuditManager_EXPORTS.h>
8#include <aws/auditmanager/model/InsightsByAssessment.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename InsightsT = InsightsByAssessment>
43 void SetInsights(InsightsT&& value) { m_insightsHasBeenSet =
true; m_insights = std::forward<InsightsT>(value); }
44 template<
typename InsightsT = InsightsByAssessment>
51 template<
typename RequestIdT = Aws::String>
52 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
53 template<
typename RequestIdT = Aws::String>
59 bool m_insightsHasBeenSet =
false;
62 bool m_requestIdHasBeenSet =
false;
GetInsightsByAssessmentResult & WithRequestId(RequestIdT &&value)
AWS_AUDITMANAGER_API GetInsightsByAssessmentResult()=default
GetInsightsByAssessmentResult & WithInsights(InsightsT &&value)
void SetRequestId(RequestIdT &&value)
void SetInsights(InsightsT &&value)
const Aws::String & GetRequestId() const
const InsightsByAssessment & GetInsights() const
AWS_AUDITMANAGER_API GetInsightsByAssessmentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_AUDITMANAGER_API GetInsightsByAssessmentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue