7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53resolver/Route53Resolver_EXPORTS.h>
9#include <aws/route53resolver/model/FirewallRuleGroupAssociationStatus.h>
10#include <aws/route53resolver/model/MutationProtectionStatus.h>
21namespace Route53Resolver {
43 template <
typename IdT = Aws::String>
45 m_idHasBeenSet =
true;
46 m_id = std::forward<IdT>(value);
48 template <
typename IdT = Aws::String>
50 SetId(std::forward<IdT>(value));
61 template <
typename ArnT = Aws::String>
63 m_arnHasBeenSet =
true;
64 m_arn = std::forward<ArnT>(value);
66 template <
typename ArnT = Aws::String>
68 SetArn(std::forward<ArnT>(value));
79 template <
typename FirewallRuleGroupIdT = Aws::String>
81 m_firewallRuleGroupIdHasBeenSet =
true;
82 m_firewallRuleGroupId = std::forward<FirewallRuleGroupIdT>(value);
84 template <
typename FirewallRuleGroupIdT = Aws::String>
97 template <
typename VpcIdT = Aws::String>
99 m_vpcIdHasBeenSet =
true;
100 m_vpcId = std::forward<VpcIdT>(value);
102 template <
typename VpcIdT = Aws::String>
104 SetVpcId(std::forward<VpcIdT>(value));
115 template <
typename NameT = Aws::String>
117 m_nameHasBeenSet =
true;
118 m_name = std::forward<NameT>(value);
120 template <
typename NameT = Aws::String>
122 SetName(std::forward<NameT>(value));
136 m_priorityHasBeenSet =
true;
154 m_mutationProtectionHasBeenSet =
true;
155 m_mutationProtection = value;
171 template <
typename ManagedOwnerNameT = Aws::String>
173 m_managedOwnerNameHasBeenSet =
true;
174 m_managedOwnerName = std::forward<ManagedOwnerNameT>(value);
176 template <
typename ManagedOwnerNameT = Aws::String>
190 m_statusHasBeenSet =
true;
205 template <
typename StatusMessageT = Aws::String>
207 m_statusMessageHasBeenSet =
true;
208 m_statusMessage = std::forward<StatusMessageT>(value);
210 template <
typename StatusMessageT = Aws::String>
225 template <
typename CreatorRequestIdT = Aws::String>
227 m_creatorRequestIdHasBeenSet =
true;
228 m_creatorRequestId = std::forward<CreatorRequestIdT>(value);
230 template <
typename CreatorRequestIdT = Aws::String>
244 template <
typename CreationTimeT = Aws::String>
246 m_creationTimeHasBeenSet =
true;
247 m_creationTime = std::forward<CreationTimeT>(value);
249 template <
typename CreationTimeT = Aws::String>
263 template <
typename ModificationTimeT = Aws::String>
265 m_modificationTimeHasBeenSet =
true;
266 m_modificationTime = std::forward<ModificationTimeT>(value);
268 template <
typename ModificationTimeT = Aws::String>
300 bool m_idHasBeenSet =
false;
301 bool m_arnHasBeenSet =
false;
302 bool m_firewallRuleGroupIdHasBeenSet =
false;
303 bool m_vpcIdHasBeenSet =
false;
304 bool m_nameHasBeenSet =
false;
305 bool m_priorityHasBeenSet =
false;
306 bool m_mutationProtectionHasBeenSet =
false;
307 bool m_managedOwnerNameHasBeenSet =
false;
308 bool m_statusHasBeenSet =
false;
309 bool m_statusMessageHasBeenSet =
false;
310 bool m_creatorRequestIdHasBeenSet =
false;
311 bool m_creationTimeHasBeenSet =
false;
312 bool m_modificationTimeHasBeenSet =
false;
FirewallRuleGroupAssociation & WithModificationTime(ModificationTimeT &&value)
void SetStatusMessage(StatusMessageT &&value)
bool PriorityHasBeenSet() const
FirewallRuleGroupAssociation & WithName(NameT &&value)
void SetCreatorRequestId(CreatorRequestIdT &&value)
const Aws::String & GetName() const
const Aws::String & GetManagedOwnerName() const
void SetModificationTime(ModificationTimeT &&value)
const Aws::String & GetModificationTime() const
FirewallRuleGroupAssociation & WithStatus(FirewallRuleGroupAssociationStatus value)
bool StatusMessageHasBeenSet() const
bool ManagedOwnerNameHasBeenSet() const
const Aws::String & GetId() const
FirewallRuleGroupAssociation & WithCreatorRequestId(CreatorRequestIdT &&value)
FirewallRuleGroupAssociation & WithArn(ArnT &&value)
FirewallRuleGroupAssociationStatus GetStatus() const
bool CreationTimeHasBeenSet() const
void SetMutationProtection(MutationProtectionStatus value)
AWS_ROUTE53RESOLVER_API FirewallRuleGroupAssociation(Aws::Utils::Json::JsonView jsonValue)
FirewallRuleGroupAssociation & WithManagedOwnerName(ManagedOwnerNameT &&value)
MutationProtectionStatus GetMutationProtection() const
void SetArn(ArnT &&value)
FirewallRuleGroupAssociation & WithVpcId(VpcIdT &&value)
void SetVpcId(VpcIdT &&value)
bool MutationProtectionHasBeenSet() const
void SetName(NameT &&value)
bool CreatorRequestIdHasBeenSet() const
void SetStatus(FirewallRuleGroupAssociationStatus value)
const Aws::String & GetFirewallRuleGroupId() const
void SetPriority(int value)
bool IdHasBeenSet() const
const Aws::String & GetVpcId() const
bool ModificationTimeHasBeenSet() const
bool VpcIdHasBeenSet() const
void SetCreationTime(CreationTimeT &&value)
FirewallRuleGroupAssociation & WithId(IdT &&value)
bool NameHasBeenSet() const
FirewallRuleGroupAssociation & WithCreationTime(CreationTimeT &&value)
bool FirewallRuleGroupIdHasBeenSet() const
AWS_ROUTE53RESOLVER_API FirewallRuleGroupAssociation & operator=(Aws::Utils::Json::JsonView jsonValue)
FirewallRuleGroupAssociation & WithMutationProtection(MutationProtectionStatus value)
void SetFirewallRuleGroupId(FirewallRuleGroupIdT &&value)
FirewallRuleGroupAssociation & WithPriority(int value)
const Aws::String & GetCreatorRequestId() const
const Aws::String & GetArn() const
FirewallRuleGroupAssociation & WithFirewallRuleGroupId(FirewallRuleGroupIdT &&value)
bool ArnHasBeenSet() const
FirewallRuleGroupAssociation & WithStatusMessage(StatusMessageT &&value)
const Aws::String & GetCreationTime() const
void SetManagedOwnerName(ManagedOwnerNameT &&value)
AWS_ROUTE53RESOLVER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetStatusMessage() const
AWS_ROUTE53RESOLVER_API FirewallRuleGroupAssociation()=default
bool StatusHasBeenSet() const
FirewallRuleGroupAssociationStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue