7#include <aws/core/utils/Document.h>
8#include <aws/inspector-scan/InspectorscanRequest.h>
9#include <aws/inspector-scan/Inspectorscan_EXPORTS.h>
10#include <aws/inspector-scan/model/OutputFormat.h>
15namespace inspectorscan {
40 template <
typename SbomT = Aws::Utils::Document>
42 m_sbomHasBeenSet =
true;
43 m_sbom = std::forward<SbomT>(value);
45 template <
typename SbomT = Aws::Utils::Document>
47 SetSbom(std::forward<SbomT>(value));
59 m_outputFormatHasBeenSet =
true;
60 m_outputFormat = value;
71 bool m_sbomHasBeenSet =
false;
72 bool m_outputFormatHasBeenSet =
false;
OutputFormat GetOutputFormat() const
ScanSbomRequest & WithOutputFormat(OutputFormat value)
void SetOutputFormat(OutputFormat value)
AWS_INSPECTORSCAN_API ScanSbomRequest()=default
virtual const char * GetServiceRequestName() const override
bool SbomHasBeenSet() const
bool OutputFormatHasBeenSet() const
void SetSbom(SbomT &&value)
AWS_INSPECTORSCAN_API Aws::String SerializePayload() const override
ScanSbomRequest & WithSbom(SbomT &&value)
Aws::Utils::DocumentView GetSbom() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String