/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include namespace Aws { namespace EC2 { namespace Model { /** */ class DeprovisionPublicIpv4PoolCidrRequest : public EC2Request { public: AWS_EC2_API DeprovisionPublicIpv4PoolCidrRequest(); // 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 "DeprovisionPublicIpv4PoolCidr"; } AWS_EC2_API Aws::String SerializePayload() const override; protected: AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI& uri ) const override; public: /** *

A check for whether you have the required permissions for the action without * actually making the request and provides an error response. If you have the * required permissions, the error response is DryRunOperation. * Otherwise, it is UnauthorizedOperation.

*/ inline bool GetDryRun() const{ return m_dryRun; } /** *

A check for whether you have the required permissions for the action without * actually making the request and provides an error response. If you have the * required permissions, the error response is DryRunOperation. * Otherwise, it is UnauthorizedOperation.

*/ inline bool DryRunHasBeenSet() const { return m_dryRunHasBeenSet; } /** *

A check for whether you have the required permissions for the action without * actually making the request and provides an error response. If you have the * required permissions, the error response is DryRunOperation. * Otherwise, it is UnauthorizedOperation.

*/ inline void SetDryRun(bool value) { m_dryRunHasBeenSet = true; m_dryRun = value; } /** *

A check for whether you have the required permissions for the action without * actually making the request and provides an error response. If you have the * required permissions, the error response is DryRunOperation. * Otherwise, it is UnauthorizedOperation.

*/ inline DeprovisionPublicIpv4PoolCidrRequest& WithDryRun(bool value) { SetDryRun(value); return *this;} /** *

The ID of the pool that you want to deprovision the CIDR from.

*/ inline const Aws::String& GetPoolId() const{ return m_poolId; } /** *

The ID of the pool that you want to deprovision the CIDR from.

*/ inline bool PoolIdHasBeenSet() const { return m_poolIdHasBeenSet; } /** *

The ID of the pool that you want to deprovision the CIDR from.

*/ inline void SetPoolId(const Aws::String& value) { m_poolIdHasBeenSet = true; m_poolId = value; } /** *

The ID of the pool that you want to deprovision the CIDR from.

*/ inline void SetPoolId(Aws::String&& value) { m_poolIdHasBeenSet = true; m_poolId = std::move(value); } /** *

The ID of the pool that you want to deprovision the CIDR from.

*/ inline void SetPoolId(const char* value) { m_poolIdHasBeenSet = true; m_poolId.assign(value); } /** *

The ID of the pool that you want to deprovision the CIDR from.

*/ inline DeprovisionPublicIpv4PoolCidrRequest& WithPoolId(const Aws::String& value) { SetPoolId(value); return *this;} /** *

The ID of the pool that you want to deprovision the CIDR from.

*/ inline DeprovisionPublicIpv4PoolCidrRequest& WithPoolId(Aws::String&& value) { SetPoolId(std::move(value)); return *this;} /** *

The ID of the pool that you want to deprovision the CIDR from.

*/ inline DeprovisionPublicIpv4PoolCidrRequest& WithPoolId(const char* value) { SetPoolId(value); return *this;} /** *

The CIDR you want to deprovision from the pool. Enter the CIDR you want to * deprovision with a netmask of /32. You must rerun this command for * each IP address in the CIDR range. If your CIDR is a /24, you will * have to run this command to deprovision each of the 256 IP addresses in the * /24 CIDR.

*/ inline const Aws::String& GetCidr() const{ return m_cidr; } /** *

The CIDR you want to deprovision from the pool. Enter the CIDR you want to * deprovision with a netmask of /32. You must rerun this command for * each IP address in the CIDR range. If your CIDR is a /24, you will * have to run this command to deprovision each of the 256 IP addresses in the * /24 CIDR.

*/ inline bool CidrHasBeenSet() const { return m_cidrHasBeenSet; } /** *

The CIDR you want to deprovision from the pool. Enter the CIDR you want to * deprovision with a netmask of /32. You must rerun this command for * each IP address in the CIDR range. If your CIDR is a /24, you will * have to run this command to deprovision each of the 256 IP addresses in the * /24 CIDR.

*/ inline void SetCidr(const Aws::String& value) { m_cidrHasBeenSet = true; m_cidr = value; } /** *

The CIDR you want to deprovision from the pool. Enter the CIDR you want to * deprovision with a netmask of /32. You must rerun this command for * each IP address in the CIDR range. If your CIDR is a /24, you will * have to run this command to deprovision each of the 256 IP addresses in the * /24 CIDR.

*/ inline void SetCidr(Aws::String&& value) { m_cidrHasBeenSet = true; m_cidr = std::move(value); } /** *

The CIDR you want to deprovision from the pool. Enter the CIDR you want to * deprovision with a netmask of /32. You must rerun this command for * each IP address in the CIDR range. If your CIDR is a /24, you will * have to run this command to deprovision each of the 256 IP addresses in the * /24 CIDR.

*/ inline void SetCidr(const char* value) { m_cidrHasBeenSet = true; m_cidr.assign(value); } /** *

The CIDR you want to deprovision from the pool. Enter the CIDR you want to * deprovision with a netmask of /32. You must rerun this command for * each IP address in the CIDR range. If your CIDR is a /24, you will * have to run this command to deprovision each of the 256 IP addresses in the * /24 CIDR.

*/ inline DeprovisionPublicIpv4PoolCidrRequest& WithCidr(const Aws::String& value) { SetCidr(value); return *this;} /** *

The CIDR you want to deprovision from the pool. Enter the CIDR you want to * deprovision with a netmask of /32. You must rerun this command for * each IP address in the CIDR range. If your CIDR is a /24, you will * have to run this command to deprovision each of the 256 IP addresses in the * /24 CIDR.

*/ inline DeprovisionPublicIpv4PoolCidrRequest& WithCidr(Aws::String&& value) { SetCidr(std::move(value)); return *this;} /** *

The CIDR you want to deprovision from the pool. Enter the CIDR you want to * deprovision with a netmask of /32. You must rerun this command for * each IP address in the CIDR range. If your CIDR is a /24, you will * have to run this command to deprovision each of the 256 IP addresses in the * /24 CIDR.

*/ inline DeprovisionPublicIpv4PoolCidrRequest& WithCidr(const char* value) { SetCidr(value); return *this;} private: bool m_dryRun; bool m_dryRunHasBeenSet = false; Aws::String m_poolId; bool m_poolIdHasBeenSet = false; Aws::String m_cidr; bool m_cidrHasBeenSet = false; }; } // namespace Model } // namespace EC2 } // namespace Aws