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>
22namespace CodeGuruSecurity
58 template<
typename FindingIdT = Aws::String>
59 void SetFindingId(FindingIdT&& value) { m_findingIdHasBeenSet =
true; m_findingId = std::forward<FindingIdT>(value); }
60 template<
typename FindingIdT = Aws::String>
70 template<
typename MessageT = Aws::String>
71 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
72 template<
typename MessageT = Aws::String>
82 template<
typename ScanNameT = Aws::String>
83 void SetScanName(ScanNameT&& value) { m_scanNameHasBeenSet =
true; m_scanName = std::forward<ScanNameT>(value); }
84 template<
typename ScanNameT = Aws::String>
90 bool m_errorCodeHasBeenSet =
false;
93 bool m_findingIdHasBeenSet =
false;
96 bool m_messageHasBeenSet =
false;
99 bool m_scanNameHasBeenSet =
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