7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityhub/model/UnprocessedErrorCode.h>
52 inline void SetSecurityControlId(
const char* value) { m_securityControlIdHasBeenSet =
true; m_securityControlId.assign(value); }
78 inline void SetErrorReason(
const char* value) { m_errorReasonHasBeenSet =
true; m_errorReason.assign(value); }
86 bool m_securityControlIdHasBeenSet =
false;
89 bool m_errorCodeHasBeenSet =
false;
92 bool m_errorReasonHasBeenSet =
false;
void SetErrorCode(UnprocessedErrorCode &&value)
const Aws::String & GetSecurityControlId() const
UnprocessedSecurityControl & WithSecurityControlId(const char *value)
bool SecurityControlIdHasBeenSet() const
void SetErrorReason(const Aws::String &value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
const UnprocessedErrorCode & GetErrorCode() const
UnprocessedSecurityControl & WithSecurityControlId(Aws::String &&value)
void SetErrorCode(const UnprocessedErrorCode &value)
AWS_SECURITYHUB_API UnprocessedSecurityControl & operator=(Aws::Utils::Json::JsonView jsonValue)
UnprocessedSecurityControl & WithErrorReason(const Aws::String &value)
void SetSecurityControlId(Aws::String &&value)
void SetErrorReason(const char *value)
void SetErrorReason(Aws::String &&value)
UnprocessedSecurityControl & WithErrorCode(UnprocessedErrorCode &&value)
void SetSecurityControlId(const Aws::String &value)
UnprocessedSecurityControl & WithErrorReason(const char *value)
void SetSecurityControlId(const char *value)
UnprocessedSecurityControl & WithErrorCode(const UnprocessedErrorCode &value)
AWS_SECURITYHUB_API UnprocessedSecurityControl()
bool ErrorReasonHasBeenSet() const
const Aws::String & GetErrorReason() const
bool ErrorCodeHasBeenSet() const
AWS_SECURITYHUB_API UnprocessedSecurityControl(Aws::Utils::Json::JsonView jsonValue)
UnprocessedSecurityControl & WithSecurityControlId(const Aws::String &value)
UnprocessedSecurityControl & WithErrorReason(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue