7#include <aws/inspector/Inspector_EXPORTS.h>
8#include <aws/inspector/InspectorRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/inspector/model/ReportFileFormat.h>
11#include <aws/inspector/model/ReportType.h>
46 template<
typename AssessmentRunArnT = Aws::String>
47 void SetAssessmentRunArn(AssessmentRunArnT&& value) { m_assessmentRunArnHasBeenSet =
true; m_assessmentRunArn = std::forward<AssessmentRunArnT>(value); }
48 template<
typename AssessmentRunArnT = Aws::String>
79 bool m_assessmentRunArnHasBeenSet =
false;
82 bool m_reportFileFormatHasBeenSet =
false;
85 bool m_reportTypeHasBeenSet =
false;
bool ReportTypeHasBeenSet() const
ReportType GetReportType() const
GetAssessmentReportRequest & WithReportType(ReportType value)
void SetReportFileFormat(ReportFileFormat value)
const Aws::String & GetAssessmentRunArn() const
void SetAssessmentRunArn(AssessmentRunArnT &&value)
void SetReportType(ReportType value)
AWS_INSPECTOR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ReportFileFormat GetReportFileFormat() const
GetAssessmentReportRequest & WithAssessmentRunArn(AssessmentRunArnT &&value)
virtual const char * GetServiceRequestName() const override
bool ReportFileFormatHasBeenSet() const
bool AssessmentRunArnHasBeenSet() const
AWS_INSPECTOR_API GetAssessmentReportRequest()=default
GetAssessmentReportRequest & WithReportFileFormat(ReportFileFormat value)
AWS_INSPECTOR_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String