/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A request to convert a dedicated IP pool to a different scaling
* mode.See Also:
AWS
* API Reference
The name of the dedicated IP pool.
*/ inline const Aws::String& GetPoolName() const{ return m_poolName; } /** *The name of the dedicated IP pool.
*/ inline bool PoolNameHasBeenSet() const { return m_poolNameHasBeenSet; } /** *The name of the dedicated IP pool.
*/ inline void SetPoolName(const Aws::String& value) { m_poolNameHasBeenSet = true; m_poolName = value; } /** *The name of the dedicated IP pool.
*/ inline void SetPoolName(Aws::String&& value) { m_poolNameHasBeenSet = true; m_poolName = std::move(value); } /** *The name of the dedicated IP pool.
*/ inline void SetPoolName(const char* value) { m_poolNameHasBeenSet = true; m_poolName.assign(value); } /** *The name of the dedicated IP pool.
*/ inline PutDedicatedIpPoolScalingAttributesRequest& WithPoolName(const Aws::String& value) { SetPoolName(value); return *this;} /** *The name of the dedicated IP pool.
*/ inline PutDedicatedIpPoolScalingAttributesRequest& WithPoolName(Aws::String&& value) { SetPoolName(std::move(value)); return *this;} /** *The name of the dedicated IP pool.
*/ inline PutDedicatedIpPoolScalingAttributesRequest& WithPoolName(const char* value) { SetPoolName(value); return *this;} /** *The scaling mode to apply to the dedicated IP pool.
Changing
* the scaling mode from MANAGED
to STANDARD
is not
* supported.
The scaling mode to apply to the dedicated IP pool.
Changing
* the scaling mode from MANAGED
to STANDARD
is not
* supported.
The scaling mode to apply to the dedicated IP pool.
Changing
* the scaling mode from MANAGED
to STANDARD
is not
* supported.
The scaling mode to apply to the dedicated IP pool.
Changing
* the scaling mode from MANAGED
to STANDARD
is not
* supported.
The scaling mode to apply to the dedicated IP pool.
Changing
* the scaling mode from MANAGED
to STANDARD
is not
* supported.
The scaling mode to apply to the dedicated IP pool.
Changing
* the scaling mode from MANAGED
to STANDARD
is not
* supported.