7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/securityhub/model/AwsSecurityFindingIdentifier.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename FindingIdentifierT = AwsSecurityFindingIdentifier>
49 void SetFindingIdentifier(FindingIdentifierT&& value) { m_findingIdentifierHasBeenSet =
true; m_findingIdentifier = std::forward<FindingIdentifierT>(value); }
50 template<
typename FindingIdentifierT = AwsSecurityFindingIdentifier>
78 template<
typename ErrorCodeT = Aws::String>
79 void SetErrorCode(ErrorCodeT&& value) { m_errorCodeHasBeenSet =
true; m_errorCode = std::forward<ErrorCodeT>(value); }
80 template<
typename ErrorCodeT = Aws::String>
95 template<
typename ErrorMessageT = Aws::String>
96 void SetErrorMessage(ErrorMessageT&& value) { m_errorMessageHasBeenSet =
true; m_errorMessage = std::forward<ErrorMessageT>(value); }
97 template<
typename ErrorMessageT = Aws::String>
103 bool m_findingIdentifierHasBeenSet =
false;
106 bool m_errorCodeHasBeenSet =
false;
109 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