7#include <aws/route53-recovery-control-config/Route53RecoveryControlConfig_EXPORTS.h>
8#include <aws/route53-recovery-control-config/Route53RecoveryControlConfigRequest.h>
9#include <aws/route53-recovery-control-config/model/NewAssertionRule.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/route53-recovery-control-config/model/NewGatingRule.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
14#include <aws/core/utils/UUID.h>
18namespace Route53RecoveryControlConfig
65 inline void SetClientToken(
const char* value) { m_clientTokenHasBeenSet =
true; m_clientToken.assign(value); }
104 bool m_assertionRuleHasBeenSet =
false;
107 bool m_clientTokenHasBeenSet =
false;
110 bool m_gatingRuleHasBeenSet =
false;
113 bool m_tagsHasBeenSet =
false;
CreateSafetyRuleRequest & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
CreateSafetyRuleRequest & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
AWS_ROUTE53RECOVERYCONTROLCONFIG_API Aws::String SerializePayload() const override
const Aws::String & GetClientToken() const
CreateSafetyRuleRequest & WithClientToken(const char *value)
bool TagsHasBeenSet() const
AWS_ROUTE53RECOVERYCONTROLCONFIG_API CreateSafetyRuleRequest()
void SetGatingRule(NewGatingRule &&value)
void SetClientToken(const Aws::String &value)
CreateSafetyRuleRequest & AddTags(const char *key, Aws::String &&value)
const NewAssertionRule & GetAssertionRule() const
CreateSafetyRuleRequest & AddTags(const char *key, const char *value)
void SetAssertionRule(NewAssertionRule &&value)
CreateSafetyRuleRequest & AddTags(Aws::String &&key, const char *value)
void SetClientToken(Aws::String &&value)
CreateSafetyRuleRequest & AddTags(const Aws::String &key, const Aws::String &value)
virtual const char * GetServiceRequestName() const override
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateSafetyRuleRequest & WithGatingRule(NewGatingRule &&value)
CreateSafetyRuleRequest & AddTags(const Aws::String &key, Aws::String &&value)
CreateSafetyRuleRequest & AddTags(Aws::String &&key, Aws::String &&value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
CreateSafetyRuleRequest & WithClientToken(const Aws::String &value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
bool ClientTokenHasBeenSet() const
void SetClientToken(const char *value)
CreateSafetyRuleRequest & WithClientToken(Aws::String &&value)
bool AssertionRuleHasBeenSet() const
CreateSafetyRuleRequest & WithGatingRule(const NewGatingRule &value)
bool GatingRuleHasBeenSet() const
void SetGatingRule(const NewGatingRule &value)
CreateSafetyRuleRequest & WithAssertionRule(NewAssertionRule &&value)
CreateSafetyRuleRequest & AddTags(Aws::String &&key, const Aws::String &value)
CreateSafetyRuleRequest & WithAssertionRule(const NewAssertionRule &value)
void SetAssertionRule(const NewAssertionRule &value)
const NewGatingRule & GetGatingRule() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String