7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
42 template <
typename RuleArnT = Aws::String>
44 m_ruleArnHasBeenSet =
true;
45 m_ruleArn = std::forward<RuleArnT>(value);
47 template <
typename RuleArnT = Aws::String>
61 m_errorCodeHasBeenSet =
true;
77 template <
typename ErrorMessageT = Aws::String>
79 m_errorMessageHasBeenSet =
true;
80 m_errorMessage = std::forward<ErrorMessageT>(value);
82 template <
typename ErrorMessageT = Aws::String>
94 bool m_ruleArnHasBeenSet =
false;
95 bool m_errorCodeHasBeenSet =
false;
96 bool m_errorMessageHasBeenSet =
false;
AWS_SECURITYHUB_API UnprocessedAutomationRule()=default
bool ErrorCodeHasBeenSet() const
AWS_SECURITYHUB_API UnprocessedAutomationRule & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetErrorCode(int value)
void SetRuleArn(RuleArnT &&value)
bool RuleArnHasBeenSet() const
bool ErrorMessageHasBeenSet() const
const Aws::String & GetRuleArn() const
UnprocessedAutomationRule & WithRuleArn(RuleArnT &&value)
UnprocessedAutomationRule & WithErrorMessage(ErrorMessageT &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYHUB_API UnprocessedAutomationRule(Aws::Utils::Json::JsonView jsonValue)
UnprocessedAutomationRule & WithErrorCode(int value)
const Aws::String & GetErrorMessage() const
void SetErrorMessage(ErrorMessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue