7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
9#include <aws/securityhub/model/AwsSecurityFindingIdentifier.h>
42 template <
typename FindingIdentifierT = AwsSecurityFindingIdentifier>
44 m_findingIdentifierHasBeenSet =
true;
45 m_findingIdentifier = std::forward<FindingIdentifierT>(value);
47 template <
typename FindingIdentifierT = AwsSecurityFindingIdentifier>
78 template <
typename ErrorCodeT = Aws::String>
80 m_errorCodeHasBeenSet =
true;
81 m_errorCode = std::forward<ErrorCodeT>(value);
83 template <
typename ErrorCodeT = Aws::String>
101 template <
typename ErrorMessageT = Aws::String>
103 m_errorMessageHasBeenSet =
true;
104 m_errorMessage = std::forward<ErrorMessageT>(value);
106 template <
typename ErrorMessageT = Aws::String>
118 bool m_findingIdentifierHasBeenSet =
false;
119 bool m_errorCodeHasBeenSet =
false;
120 bool m_errorMessageHasBeenSet =
false;
const Aws::String & GetErrorCode() const
bool FindingIdentifierHasBeenSet() const
BatchUpdateFindingsUnprocessedFinding & WithErrorCode(ErrorCodeT &&value)
BatchUpdateFindingsUnprocessedFinding & WithFindingIdentifier(FindingIdentifierT &&value)
const Aws::String & GetErrorMessage() const
void SetErrorMessage(ErrorMessageT &&value)
bool ErrorCodeHasBeenSet() const
const AwsSecurityFindingIdentifier & GetFindingIdentifier() const
AWS_SECURITYHUB_API BatchUpdateFindingsUnprocessedFinding()=default
bool ErrorMessageHasBeenSet() const
BatchUpdateFindingsUnprocessedFinding & WithErrorMessage(ErrorMessageT &&value)
void SetErrorCode(ErrorCodeT &&value)
AWS_SECURITYHUB_API BatchUpdateFindingsUnprocessedFinding & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetFindingIdentifier(FindingIdentifierT &&value)
AWS_SECURITYHUB_API BatchUpdateFindingsUnprocessedFinding(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue