7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
9#include <aws/securityhub/model/UnprocessedErrorCode.h>
44 template <
typename SecurityControlIdT = Aws::String>
46 m_securityControlIdHasBeenSet =
true;
47 m_securityControlId = std::forward<SecurityControlIdT>(value);
49 template <
typename SecurityControlIdT = Aws::String>
65 m_errorCodeHasBeenSet =
true;
80 template <
typename ErrorReasonT = Aws::String>
82 m_errorReasonHasBeenSet =
true;
83 m_errorReason = std::forward<ErrorReasonT>(value);
85 template <
typename ErrorReasonT = Aws::String>
97 bool m_securityControlIdHasBeenSet =
false;
98 bool m_errorCodeHasBeenSet =
false;
99 bool m_errorReasonHasBeenSet =
false;
const Aws::String & GetSecurityControlId() const
bool SecurityControlIdHasBeenSet() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYHUB_API UnprocessedSecurityControl()=default
UnprocessedErrorCode GetErrorCode() const
AWS_SECURITYHUB_API UnprocessedSecurityControl & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSecurityControlId(SecurityControlIdT &&value)
UnprocessedSecurityControl & WithErrorReason(ErrorReasonT &&value)
UnprocessedSecurityControl & WithSecurityControlId(SecurityControlIdT &&value)
UnprocessedSecurityControl & WithErrorCode(UnprocessedErrorCode value)
bool ErrorReasonHasBeenSet() const
const Aws::String & GetErrorReason() const
bool ErrorCodeHasBeenSet() const
void SetErrorCode(UnprocessedErrorCode value)
AWS_SECURITYHUB_API UnprocessedSecurityControl(Aws::Utils::Json::JsonView jsonValue)
void SetErrorReason(ErrorReasonT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue