/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.ec2.model; import java.io.Serializable; import javax.annotation.Generated; /** *
* Describes an IPv4 address pool. *
* * @see AWS API * Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class PublicIpv4Pool implements Serializable, Cloneable { /** ** The ID of the address pool. *
*/ private String poolId; /** ** A description of the address pool. *
*/ private String description; /** ** The address ranges. *
*/ private com.amazonaws.internal.SdkInternalList* The total number of addresses. *
*/ private Integer totalAddressCount; /** ** The total number of available addresses. *
*/ private Integer totalAvailableAddressCount; /** ** The name of the location from which the address pool is advertised. A network border group is a unique set of * Availability Zones or Local Zones from where Amazon Web Services advertises public IP addresses. *
*/ private String networkBorderGroup; /** ** Any tags for the address pool. *
*/ private com.amazonaws.internal.SdkInternalList* The ID of the address pool. *
* * @param poolId * The ID of the address pool. */ public void setPoolId(String poolId) { this.poolId = poolId; } /** ** The ID of the address pool. *
* * @return The ID of the address pool. */ public String getPoolId() { return this.poolId; } /** ** The ID of the address pool. *
* * @param poolId * The ID of the address pool. * @return Returns a reference to this object so that method calls can be chained together. */ public PublicIpv4Pool withPoolId(String poolId) { setPoolId(poolId); return this; } /** ** A description of the address pool. *
* * @param description * A description of the address pool. */ public void setDescription(String description) { this.description = description; } /** ** A description of the address pool. *
* * @return A description of the address pool. */ public String getDescription() { return this.description; } /** ** A description of the address pool. *
* * @param description * A description of the address pool. * @return Returns a reference to this object so that method calls can be chained together. */ public PublicIpv4Pool withDescription(String description) { setDescription(description); return this; } /** ** The address ranges. *
* * @return The address ranges. */ public java.util.List* The address ranges. *
* * @param poolAddressRanges * The address ranges. */ public void setPoolAddressRanges(java.util.Collection* The address ranges. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setPoolAddressRanges(java.util.Collection)} or {@link #withPoolAddressRanges(java.util.Collection)} if * you want to override the existing values. *
* * @param poolAddressRanges * The address ranges. * @return Returns a reference to this object so that method calls can be chained together. */ public PublicIpv4Pool withPoolAddressRanges(PublicIpv4PoolRange... poolAddressRanges) { if (this.poolAddressRanges == null) { setPoolAddressRanges(new com.amazonaws.internal.SdkInternalList* The address ranges. *
* * @param poolAddressRanges * The address ranges. * @return Returns a reference to this object so that method calls can be chained together. */ public PublicIpv4Pool withPoolAddressRanges(java.util.Collection* The total number of addresses. *
* * @param totalAddressCount * The total number of addresses. */ public void setTotalAddressCount(Integer totalAddressCount) { this.totalAddressCount = totalAddressCount; } /** ** The total number of addresses. *
* * @return The total number of addresses. */ public Integer getTotalAddressCount() { return this.totalAddressCount; } /** ** The total number of addresses. *
* * @param totalAddressCount * The total number of addresses. * @return Returns a reference to this object so that method calls can be chained together. */ public PublicIpv4Pool withTotalAddressCount(Integer totalAddressCount) { setTotalAddressCount(totalAddressCount); return this; } /** ** The total number of available addresses. *
* * @param totalAvailableAddressCount * The total number of available addresses. */ public void setTotalAvailableAddressCount(Integer totalAvailableAddressCount) { this.totalAvailableAddressCount = totalAvailableAddressCount; } /** ** The total number of available addresses. *
* * @return The total number of available addresses. */ public Integer getTotalAvailableAddressCount() { return this.totalAvailableAddressCount; } /** ** The total number of available addresses. *
* * @param totalAvailableAddressCount * The total number of available addresses. * @return Returns a reference to this object so that method calls can be chained together. */ public PublicIpv4Pool withTotalAvailableAddressCount(Integer totalAvailableAddressCount) { setTotalAvailableAddressCount(totalAvailableAddressCount); return this; } /** ** The name of the location from which the address pool is advertised. A network border group is a unique set of * Availability Zones or Local Zones from where Amazon Web Services advertises public IP addresses. *
* * @param networkBorderGroup * The name of the location from which the address pool is advertised. A network border group is a unique set * of Availability Zones or Local Zones from where Amazon Web Services advertises public IP addresses. */ public void setNetworkBorderGroup(String networkBorderGroup) { this.networkBorderGroup = networkBorderGroup; } /** ** The name of the location from which the address pool is advertised. A network border group is a unique set of * Availability Zones or Local Zones from where Amazon Web Services advertises public IP addresses. *
* * @return The name of the location from which the address pool is advertised. A network border group is a unique * set of Availability Zones or Local Zones from where Amazon Web Services advertises public IP addresses. */ public String getNetworkBorderGroup() { return this.networkBorderGroup; } /** ** The name of the location from which the address pool is advertised. A network border group is a unique set of * Availability Zones or Local Zones from where Amazon Web Services advertises public IP addresses. *
* * @param networkBorderGroup * The name of the location from which the address pool is advertised. A network border group is a unique set * of Availability Zones or Local Zones from where Amazon Web Services advertises public IP addresses. * @return Returns a reference to this object so that method calls can be chained together. */ public PublicIpv4Pool withNetworkBorderGroup(String networkBorderGroup) { setNetworkBorderGroup(networkBorderGroup); return this; } /** ** Any tags for the address pool. *
* * @return Any tags for the address pool. */ public java.util.List* Any tags for the address pool. *
* * @param tags * Any tags for the address pool. */ public void setTags(java.util.Collection* Any tags for the address pool. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the * existing values. *
* * @param tags * Any tags for the address pool. * @return Returns a reference to this object so that method calls can be chained together. */ public PublicIpv4Pool withTags(Tag... tags) { if (this.tags == null) { setTags(new com.amazonaws.internal.SdkInternalList* Any tags for the address pool. *
* * @param tags * Any tags for the address pool. * @return Returns a reference to this object so that method calls can be chained together. */ public PublicIpv4Pool withTags(java.util.Collection