7#include <aws/auditmanager/AuditManager_EXPORTS.h>
8#include <aws/auditmanager/model/InsightsByAssessment.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace AuditManager {
37 template <
typename InsightsT = InsightsByAssessment>
39 m_insightsHasBeenSet =
true;
40 m_insights = std::forward<InsightsT>(value);
42 template <
typename InsightsT = InsightsByAssessment>
52 template <
typename RequestIdT = Aws::String>
54 m_requestIdHasBeenSet =
true;
55 m_requestId = std::forward<RequestIdT>(value);
57 template <
typename RequestIdT = Aws::String>
70 bool m_insightsHasBeenSet =
false;
71 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
Aws::Http::HttpResponseCode GetHttpResponseCode() 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