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>
48 inline void SetAssessmentRunArn(
const char* value) { m_assessmentRunArnHasBeenSet =
true; m_assessmentRunArn.assign(value); }
85 bool m_assessmentRunArnHasBeenSet =
false;
88 bool m_reportFileFormatHasBeenSet =
false;
91 bool m_reportTypeHasBeenSet =
false;
void SetAssessmentRunArn(Aws::String &&value)
bool ReportTypeHasBeenSet() const
void SetAssessmentRunArn(const char *value)
AWS_INSPECTOR_API GetAssessmentReportRequest()
GetAssessmentReportRequest & WithAssessmentRunArn(const char *value)
void SetReportFileFormat(const ReportFileFormat &value)
GetAssessmentReportRequest & WithReportType(const ReportType &value)
const ReportType & GetReportType() const
const Aws::String & GetAssessmentRunArn() const
GetAssessmentReportRequest & WithReportType(ReportType &&value)
void SetReportFileFormat(ReportFileFormat &&value)
void SetReportType(ReportType &&value)
AWS_INSPECTOR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
bool ReportFileFormatHasBeenSet() const
GetAssessmentReportRequest & WithAssessmentRunArn(Aws::String &&value)
bool AssessmentRunArnHasBeenSet() const
GetAssessmentReportRequest & WithReportFileFormat(const ReportFileFormat &value)
void SetAssessmentRunArn(const Aws::String &value)
GetAssessmentReportRequest & WithAssessmentRunArn(const Aws::String &value)
void SetReportType(const ReportType &value)
AWS_INSPECTOR_API Aws::String SerializePayload() const override
GetAssessmentReportRequest & WithReportFileFormat(ReportFileFormat &&value)
const ReportFileFormat & GetReportFileFormat() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String