/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include In an UpdateResolverRule
* request, information about the changes that you want to make.See
* Also:
AWS
* API Reference
The new name for the Resolver rule. The name that you specify appears in the * Resolver dashboard in the Route 53 console.
*/ inline const Aws::String& GetName() const{ return m_name; } /** *The new name for the Resolver rule. The name that you specify appears in the * Resolver dashboard in the Route 53 console.
*/ inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } /** *The new name for the Resolver rule. The name that you specify appears in the * Resolver dashboard in the Route 53 console.
*/ inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; } /** *The new name for the Resolver rule. The name that you specify appears in the * Resolver dashboard in the Route 53 console.
*/ inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } /** *The new name for the Resolver rule. The name that you specify appears in the * Resolver dashboard in the Route 53 console.
*/ inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); } /** *The new name for the Resolver rule. The name that you specify appears in the * Resolver dashboard in the Route 53 console.
*/ inline ResolverRuleConfig& WithName(const Aws::String& value) { SetName(value); return *this;} /** *The new name for the Resolver rule. The name that you specify appears in the * Resolver dashboard in the Route 53 console.
*/ inline ResolverRuleConfig& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** *The new name for the Resolver rule. The name that you specify appears in the * Resolver dashboard in the Route 53 console.
*/ inline ResolverRuleConfig& WithName(const char* value) { SetName(value); return *this;} /** *For DNS queries that originate in your VPC, the new IP addresses that you * want to route outbound DNS queries to.
*/ inline const Aws::VectorFor DNS queries that originate in your VPC, the new IP addresses that you * want to route outbound DNS queries to.
*/ inline bool TargetIpsHasBeenSet() const { return m_targetIpsHasBeenSet; } /** *For DNS queries that originate in your VPC, the new IP addresses that you * want to route outbound DNS queries to.
*/ inline void SetTargetIps(const Aws::VectorFor DNS queries that originate in your VPC, the new IP addresses that you * want to route outbound DNS queries to.
*/ inline void SetTargetIps(Aws::VectorFor DNS queries that originate in your VPC, the new IP addresses that you * want to route outbound DNS queries to.
*/ inline ResolverRuleConfig& WithTargetIps(const Aws::VectorFor DNS queries that originate in your VPC, the new IP addresses that you * want to route outbound DNS queries to.
*/ inline ResolverRuleConfig& WithTargetIps(Aws::VectorFor DNS queries that originate in your VPC, the new IP addresses that you * want to route outbound DNS queries to.
*/ inline ResolverRuleConfig& AddTargetIps(const TargetAddress& value) { m_targetIpsHasBeenSet = true; m_targetIps.push_back(value); return *this; } /** *For DNS queries that originate in your VPC, the new IP addresses that you * want to route outbound DNS queries to.
*/ inline ResolverRuleConfig& AddTargetIps(TargetAddress&& value) { m_targetIpsHasBeenSet = true; m_targetIps.push_back(std::move(value)); return *this; } /** *The ID of the new outbound Resolver endpoint that you want to use to route
* DNS queries to the IP addresses that you specify in TargetIps
.
The ID of the new outbound Resolver endpoint that you want to use to route
* DNS queries to the IP addresses that you specify in TargetIps
.
The ID of the new outbound Resolver endpoint that you want to use to route
* DNS queries to the IP addresses that you specify in TargetIps
.
The ID of the new outbound Resolver endpoint that you want to use to route
* DNS queries to the IP addresses that you specify in TargetIps
.
The ID of the new outbound Resolver endpoint that you want to use to route
* DNS queries to the IP addresses that you specify in TargetIps
.
The ID of the new outbound Resolver endpoint that you want to use to route
* DNS queries to the IP addresses that you specify in TargetIps
.
The ID of the new outbound Resolver endpoint that you want to use to route
* DNS queries to the IP addresses that you specify in TargetIps
.
The ID of the new outbound Resolver endpoint that you want to use to route
* DNS queries to the IP addresses that you specify in TargetIps
.