7#include <aws/route53-recovery-control-config/Route53RecoveryControlConfig_EXPORTS.h>
8#include <aws/route53-recovery-control-config/model/AssertionRule.h>
9#include <aws/route53-recovery-control-config/model/GatingRule.h>
22namespace Route53RecoveryControlConfig
36 AWS_ROUTE53RECOVERYCONTROLCONFIG_API
Rule() =
default;
53 template<
typename ASSERTIONT = AssertionRule>
54 void SetASSERTION(ASSERTIONT&& value) { m_aSSERTIONHasBeenSet =
true; m_aSSERTION = std::forward<ASSERTIONT>(value); }
55 template<
typename ASSERTIONT = AssertionRule>
72 template<
typename GATINGT = GatingRule>
73 void SetGATING(GATINGT&& value) { m_gATINGHasBeenSet =
true; m_gATING = std::forward<GATINGT>(value); }
74 template<
typename GATINGT = GatingRule>
80 bool m_aSSERTIONHasBeenSet =
false;
83 bool m_gATINGHasBeenSet =
false;
const AssertionRule & GetASSERTION() const
Rule & WithGATING(GATINGT &&value)
const GatingRule & GetGATING() const
void SetASSERTION(ASSERTIONT &&value)
Rule & WithASSERTION(ASSERTIONT &&value)
bool GATINGHasBeenSet() const
AWS_ROUTE53RECOVERYCONTROLCONFIG_API Rule(Aws::Utils::Json::JsonView jsonValue)
AWS_ROUTE53RECOVERYCONTROLCONFIG_API Rule()=default
AWS_ROUTE53RECOVERYCONTROLCONFIG_API Aws::Utils::Json::JsonValue Jsonize() const
bool ASSERTIONHasBeenSet() const
AWS_ROUTE53RECOVERYCONTROLCONFIG_API Rule & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetGATING(GATINGT &&value)
Aws::Utils::Json::JsonValue JsonValue