7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityhub/model/UnprocessedErrorCode.h>
50 template<
typename SecurityControlIdT = Aws::String>
51 void SetSecurityControlId(SecurityControlIdT&& value) { m_securityControlIdHasBeenSet =
true; m_securityControlId = std::forward<SecurityControlIdT>(value); }
52 template<
typename SecurityControlIdT = Aws::String>
72 template<
typename ErrorReasonT = Aws::String>
73 void SetErrorReason(ErrorReasonT&& value) { m_errorReasonHasBeenSet =
true; m_errorReason = std::forward<ErrorReasonT>(value); }
74 template<
typename ErrorReasonT = Aws::String>
80 bool m_securityControlIdHasBeenSet =
false;
83 bool m_errorCodeHasBeenSet =
false;
86 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