7#include <aws/codeguru-security/CodeGuruSecurity_EXPORTS.h>
8#include <aws/codeguru-security/model/ErrorCode.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace CodeGuruSecurity {
42 template <
typename ScanNameT = Aws::String>
44 m_scanNameHasBeenSet =
true;
45 m_scanName = std::forward<ScanNameT>(value);
47 template <
typename ScanNameT = Aws::String>
60 template <
typename FindingIdT = Aws::String>
62 m_findingIdHasBeenSet =
true;
63 m_findingId = std::forward<FindingIdT>(value);
65 template <
typename FindingIdT = Aws::String>
79 m_errorCodeHasBeenSet =
true;
94 template <
typename MessageT = Aws::String>
96 m_messageHasBeenSet =
true;
97 m_message = std::forward<MessageT>(value);
99 template <
typename MessageT = Aws::String>
113 bool m_scanNameHasBeenSet =
false;
114 bool m_findingIdHasBeenSet =
false;
115 bool m_errorCodeHasBeenSet =
false;
116 bool m_messageHasBeenSet =
false;
bool MessageHasBeenSet() const
void SetScanName(ScanNameT &&value)
BatchGetFindingsError & WithErrorCode(ErrorCode value)
AWS_CODEGURUSECURITY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetErrorCode(ErrorCode value)
void SetMessage(MessageT &&value)
bool ErrorCodeHasBeenSet() const
BatchGetFindingsError & WithMessage(MessageT &&value)
AWS_CODEGURUSECURITY_API BatchGetFindingsError(Aws::Utils::Json::JsonView jsonValue)
BatchGetFindingsError & WithFindingId(FindingIdT &&value)
AWS_CODEGURUSECURITY_API BatchGetFindingsError()=default
ErrorCode GetErrorCode() const
AWS_CODEGURUSECURITY_API BatchGetFindingsError & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
bool FindingIdHasBeenSet() const
const Aws::String & GetFindingId() const
const Aws::String & GetScanName() const
void SetFindingId(FindingIdT &&value)
bool ScanNameHasBeenSet() const
BatchGetFindingsError & WithScanName(ScanNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue