7#include <aws/route53resolver/Route53Resolver_EXPORTS.h>
8#include <aws/route53resolver/Route53ResolverRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/route53resolver/model/MutationProtectionStatus.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/route53resolver/model/Tag.h>
14#include <aws/core/utils/UUID.h>
18namespace Route53Resolver
50 template<
typename CreatorRequestIdT = Aws::String>
51 void SetCreatorRequestId(CreatorRequestIdT&& value) { m_creatorRequestIdHasBeenSet =
true; m_creatorRequestId = std::forward<CreatorRequestIdT>(value); }
52 template<
typename CreatorRequestIdT = Aws::String>
62 template<
typename FirewallRuleGroupIdT = Aws::String>
63 void SetFirewallRuleGroupId(FirewallRuleGroupIdT&& value) { m_firewallRuleGroupIdHasBeenSet =
true; m_firewallRuleGroupId = std::forward<FirewallRuleGroupIdT>(value); }
64 template<
typename FirewallRuleGroupIdT = Aws::String>
75 template<
typename VpcIdT = Aws::String>
76 void SetVpcId(VpcIdT&& value) { m_vpcIdHasBeenSet =
true; m_vpcId = std::forward<VpcIdT>(value); }
77 template<
typename VpcIdT = Aws::String>
95 inline void SetPriority(
int value) { m_priorityHasBeenSet =
true; m_priority = value; }
105 template<
typename NameT = Aws::String>
106 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
107 template<
typename NameT = Aws::String>
131 template<
typename TagsT = Aws::Vector<Tag>>
132 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
133 template<
typename TagsT = Aws::Vector<Tag>>
135 template<
typename TagsT = Tag>
141 bool m_creatorRequestIdHasBeenSet =
true;
144 bool m_firewallRuleGroupIdHasBeenSet =
false;
147 bool m_vpcIdHasBeenSet =
false;
150 bool m_priorityHasBeenSet =
false;
153 bool m_nameHasBeenSet =
false;
156 bool m_mutationProtectionHasBeenSet =
false;
159 bool m_tagsHasBeenSet =
false;
bool CreatorRequestIdHasBeenSet() const
const Aws::String & GetVpcId() const
void SetPriority(int value)
bool TagsHasBeenSet() const
AWS_ROUTE53RESOLVER_API Aws::String SerializePayload() const override
AssociateFirewallRuleGroupRequest & AddTags(TagsT &&value)
void SetMutationProtection(MutationProtectionStatus value)
AssociateFirewallRuleGroupRequest & WithMutationProtection(MutationProtectionStatus value)
AWS_ROUTE53RESOLVER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AssociateFirewallRuleGroupRequest & WithName(NameT &&value)
virtual const char * GetServiceRequestName() const override
void SetFirewallRuleGroupId(FirewallRuleGroupIdT &&value)
const Aws::String & GetCreatorRequestId() const
MutationProtectionStatus GetMutationProtection() const
const Aws::String & GetFirewallRuleGroupId() const
bool VpcIdHasBeenSet() const
AWS_ROUTE53RESOLVER_API AssociateFirewallRuleGroupRequest()=default
void SetTags(TagsT &&value)
AssociateFirewallRuleGroupRequest & WithFirewallRuleGroupId(FirewallRuleGroupIdT &&value)
AssociateFirewallRuleGroupRequest & WithTags(TagsT &&value)
AssociateFirewallRuleGroupRequest & WithPriority(int value)
AssociateFirewallRuleGroupRequest & WithCreatorRequestId(CreatorRequestIdT &&value)
void SetVpcId(VpcIdT &&value)
AssociateFirewallRuleGroupRequest & WithVpcId(VpcIdT &&value)
void SetName(NameT &&value)
const Aws::Vector< Tag > & GetTags() const
const Aws::String & GetName() const
bool NameHasBeenSet() const
bool PriorityHasBeenSet() const
bool MutationProtectionHasBeenSet() const
void SetCreatorRequestId(CreatorRequestIdT &&value)
bool FirewallRuleGroupIdHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector