/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include #include #include #include namespace Aws { namespace Route53Resolver { namespace Model { /** */ class UpdateResolverEndpointRequest : public Route53ResolverRequest { public: AWS_ROUTE53RESOLVER_API UpdateResolverEndpointRequest(); // Service request name is the Operation name which will send this request out, // each operation should has unique request name, so that we can get operation's name from this request. // Note: this is not true for response, multiple operations may have the same response name, // so we can not get operation's name from response. inline virtual const char* GetServiceRequestName() const override { return "UpdateResolverEndpoint"; } AWS_ROUTE53RESOLVER_API Aws::String SerializePayload() const override; AWS_ROUTE53RESOLVER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override; /** *

The ID of the Resolver endpoint that you want to update.

*/ inline const Aws::String& GetResolverEndpointId() const{ return m_resolverEndpointId; } /** *

The ID of the Resolver endpoint that you want to update.

*/ inline bool ResolverEndpointIdHasBeenSet() const { return m_resolverEndpointIdHasBeenSet; } /** *

The ID of the Resolver endpoint that you want to update.

*/ inline void SetResolverEndpointId(const Aws::String& value) { m_resolverEndpointIdHasBeenSet = true; m_resolverEndpointId = value; } /** *

The ID of the Resolver endpoint that you want to update.

*/ inline void SetResolverEndpointId(Aws::String&& value) { m_resolverEndpointIdHasBeenSet = true; m_resolverEndpointId = std::move(value); } /** *

The ID of the Resolver endpoint that you want to update.

*/ inline void SetResolverEndpointId(const char* value) { m_resolverEndpointIdHasBeenSet = true; m_resolverEndpointId.assign(value); } /** *

The ID of the Resolver endpoint that you want to update.

*/ inline UpdateResolverEndpointRequest& WithResolverEndpointId(const Aws::String& value) { SetResolverEndpointId(value); return *this;} /** *

The ID of the Resolver endpoint that you want to update.

*/ inline UpdateResolverEndpointRequest& WithResolverEndpointId(Aws::String&& value) { SetResolverEndpointId(std::move(value)); return *this;} /** *

The ID of the Resolver endpoint that you want to update.

*/ inline UpdateResolverEndpointRequest& WithResolverEndpointId(const char* value) { SetResolverEndpointId(value); return *this;} /** *

The name of the Resolver endpoint that you want to update.

*/ inline const Aws::String& GetName() const{ return m_name; } /** *

The name of the Resolver endpoint that you want to update.

*/ inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } /** *

The name of the Resolver endpoint that you want to update.

*/ inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; } /** *

The name of the Resolver endpoint that you want to update.

*/ inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } /** *

The name of the Resolver endpoint that you want to update.

*/ inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); } /** *

The name of the Resolver endpoint that you want to update.

*/ inline UpdateResolverEndpointRequest& WithName(const Aws::String& value) { SetName(value); return *this;} /** *

The name of the Resolver endpoint that you want to update.

*/ inline UpdateResolverEndpointRequest& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** *

The name of the Resolver endpoint that you want to update.

*/ inline UpdateResolverEndpointRequest& WithName(const char* value) { SetName(value); return *this;} /** *

Specifies the endpoint type for what type of IP address the endpoint uses to * forward DNS queries.

Updating to IPV6 type isn't currently * supported.

*/ inline const ResolverEndpointType& GetResolverEndpointType() const{ return m_resolverEndpointType; } /** *

Specifies the endpoint type for what type of IP address the endpoint uses to * forward DNS queries.

Updating to IPV6 type isn't currently * supported.

*/ inline bool ResolverEndpointTypeHasBeenSet() const { return m_resolverEndpointTypeHasBeenSet; } /** *

Specifies the endpoint type for what type of IP address the endpoint uses to * forward DNS queries.

Updating to IPV6 type isn't currently * supported.

*/ inline void SetResolverEndpointType(const ResolverEndpointType& value) { m_resolverEndpointTypeHasBeenSet = true; m_resolverEndpointType = value; } /** *

Specifies the endpoint type for what type of IP address the endpoint uses to * forward DNS queries.

Updating to IPV6 type isn't currently * supported.

*/ inline void SetResolverEndpointType(ResolverEndpointType&& value) { m_resolverEndpointTypeHasBeenSet = true; m_resolverEndpointType = std::move(value); } /** *

Specifies the endpoint type for what type of IP address the endpoint uses to * forward DNS queries.

Updating to IPV6 type isn't currently * supported.

*/ inline UpdateResolverEndpointRequest& WithResolverEndpointType(const ResolverEndpointType& value) { SetResolverEndpointType(value); return *this;} /** *

Specifies the endpoint type for what type of IP address the endpoint uses to * forward DNS queries.

Updating to IPV6 type isn't currently * supported.

*/ inline UpdateResolverEndpointRequest& WithResolverEndpointType(ResolverEndpointType&& value) { SetResolverEndpointType(std::move(value)); return *this;} /** *

Specifies the IPv6 address when you update the Resolver endpoint from IPv4 * to dual-stack. If you don't specify an IPv6 address, one will be automatically * chosen from your subnet.

*/ inline const Aws::Vector& GetUpdateIpAddresses() const{ return m_updateIpAddresses; } /** *

Specifies the IPv6 address when you update the Resolver endpoint from IPv4 * to dual-stack. If you don't specify an IPv6 address, one will be automatically * chosen from your subnet.

*/ inline bool UpdateIpAddressesHasBeenSet() const { return m_updateIpAddressesHasBeenSet; } /** *

Specifies the IPv6 address when you update the Resolver endpoint from IPv4 * to dual-stack. If you don't specify an IPv6 address, one will be automatically * chosen from your subnet.

*/ inline void SetUpdateIpAddresses(const Aws::Vector& value) { m_updateIpAddressesHasBeenSet = true; m_updateIpAddresses = value; } /** *

Specifies the IPv6 address when you update the Resolver endpoint from IPv4 * to dual-stack. If you don't specify an IPv6 address, one will be automatically * chosen from your subnet.

*/ inline void SetUpdateIpAddresses(Aws::Vector&& value) { m_updateIpAddressesHasBeenSet = true; m_updateIpAddresses = std::move(value); } /** *

Specifies the IPv6 address when you update the Resolver endpoint from IPv4 * to dual-stack. If you don't specify an IPv6 address, one will be automatically * chosen from your subnet.

*/ inline UpdateResolverEndpointRequest& WithUpdateIpAddresses(const Aws::Vector& value) { SetUpdateIpAddresses(value); return *this;} /** *

Specifies the IPv6 address when you update the Resolver endpoint from IPv4 * to dual-stack. If you don't specify an IPv6 address, one will be automatically * chosen from your subnet.

*/ inline UpdateResolverEndpointRequest& WithUpdateIpAddresses(Aws::Vector&& value) { SetUpdateIpAddresses(std::move(value)); return *this;} /** *

Specifies the IPv6 address when you update the Resolver endpoint from IPv4 * to dual-stack. If you don't specify an IPv6 address, one will be automatically * chosen from your subnet.

*/ inline UpdateResolverEndpointRequest& AddUpdateIpAddresses(const UpdateIpAddress& value) { m_updateIpAddressesHasBeenSet = true; m_updateIpAddresses.push_back(value); return *this; } /** *

Specifies the IPv6 address when you update the Resolver endpoint from IPv4 * to dual-stack. If you don't specify an IPv6 address, one will be automatically * chosen from your subnet.

*/ inline UpdateResolverEndpointRequest& AddUpdateIpAddresses(UpdateIpAddress&& value) { m_updateIpAddressesHasBeenSet = true; m_updateIpAddresses.push_back(std::move(value)); return *this; } private: Aws::String m_resolverEndpointId; bool m_resolverEndpointIdHasBeenSet = false; Aws::String m_name; bool m_nameHasBeenSet = false; ResolverEndpointType m_resolverEndpointType; bool m_resolverEndpointTypeHasBeenSet = false; Aws::Vector m_updateIpAddresses; bool m_updateIpAddressesHasBeenSet = false; }; } // namespace Model } // namespace Route53Resolver } // namespace Aws