7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/route53resolver/Route53ResolverRequest.h>
11#include <aws/route53resolver/Route53Resolver_EXPORTS.h>
12#include <aws/route53resolver/model/MutationProtectionStatus.h>
13#include <aws/route53resolver/model/Tag.h>
18namespace Route53Resolver {
46 template <
typename CreatorRequestIdT = Aws::String>
48 m_creatorRequestIdHasBeenSet =
true;
49 m_creatorRequestId = std::forward<CreatorRequestIdT>(value);
51 template <
typename CreatorRequestIdT = Aws::String>
64 template <
typename FirewallRuleGroupIdT = Aws::String>
66 m_firewallRuleGroupIdHasBeenSet =
true;
67 m_firewallRuleGroupId = std::forward<FirewallRuleGroupIdT>(value);
69 template <
typename FirewallRuleGroupIdT = Aws::String>
83 template <
typename VpcIdT = Aws::String>
85 m_vpcIdHasBeenSet =
true;
86 m_vpcId = std::forward<VpcIdT>(value);
88 template <
typename VpcIdT = Aws::String>
90 SetVpcId(std::forward<VpcIdT>(value));
110 m_priorityHasBeenSet =
true;
125 template <
typename NameT = Aws::String>
127 m_nameHasBeenSet =
true;
128 m_name = std::forward<NameT>(value);
130 template <
typename NameT = Aws::String>
132 SetName(std::forward<NameT>(value));
147 m_mutationProtectionHasBeenSet =
true;
148 m_mutationProtection = value;
163 template <
typename TagsT = Aws::Vector<Tag>>
165 m_tagsHasBeenSet =
true;
166 m_tags = std::forward<TagsT>(value);
168 template <
typename TagsT = Aws::Vector<Tag>>
170 SetTags(std::forward<TagsT>(value));
173 template <
typename TagsT = Tag>
175 m_tagsHasBeenSet =
true;
176 m_tags.emplace_back(std::forward<TagsT>(value));
182 bool m_creatorRequestIdHasBeenSet =
true;
185 bool m_firewallRuleGroupIdHasBeenSet =
false;
188 bool m_vpcIdHasBeenSet =
false;
191 bool m_priorityHasBeenSet =
false;
194 bool m_nameHasBeenSet =
false;
197 bool m_mutationProtectionHasBeenSet =
false;
200 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