7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iot/IoT_EXPORTS.h>
9#include <aws/iot/model/SbomValidationErrorCode.h>
10#include <aws/iot/model/SbomValidationResult.h>
43 template <
typename FileNameT = Aws::String>
45 m_fileNameHasBeenSet =
true;
46 m_fileName = std::forward<FileNameT>(value);
48 template <
typename FileNameT = Aws::String>
62 m_validationResultHasBeenSet =
true;
63 m_validationResult = value;
79 m_errorCodeHasBeenSet =
true;
95 template <
typename ErrorMessageT = Aws::String>
97 m_errorMessageHasBeenSet =
true;
98 m_errorMessage = std::forward<ErrorMessageT>(value);
100 template <
typename ErrorMessageT = Aws::String>
114 bool m_fileNameHasBeenSet =
false;
115 bool m_validationResultHasBeenSet =
false;
116 bool m_errorCodeHasBeenSet =
false;
117 bool m_errorMessageHasBeenSet =
false;
AWS_IOT_API SbomValidationResultSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetErrorMessage(ErrorMessageT &&value)
void SetValidationResult(SbomValidationResult value)
SbomValidationResultSummary & WithErrorMessage(ErrorMessageT &&value)
SbomValidationResult GetValidationResult() const
SbomValidationErrorCode GetErrorCode() const
AWS_IOT_API SbomValidationResultSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetFileName() const
bool ValidationResultHasBeenSet() const
void SetErrorCode(SbomValidationErrorCode value)
AWS_IOT_API SbomValidationResultSummary()=default
bool ErrorCodeHasBeenSet() const
void SetFileName(FileNameT &&value)
SbomValidationResultSummary & WithFileName(FileNameT &&value)
bool FileNameHasBeenSet() const
bool ErrorMessageHasBeenSet() const
SbomValidationResultSummary & WithValidationResult(SbomValidationResult value)
const Aws::String & GetErrorMessage() const
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
SbomValidationResultSummary & WithErrorCode(SbomValidationErrorCode value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue