@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeletePublicIpv4PoolRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeletePublicIpv4PoolRequest>
NOOP
Constructor and Description |
---|
DeletePublicIpv4PoolRequest() |
Modifier and Type | Method and Description |
---|---|
DeletePublicIpv4PoolRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DeletePublicIpv4PoolRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getNetworkBorderGroup()
The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is
assigned to is in.
|
String |
getPoolId()
The ID of the public IPv4 pool you want to delete.
|
int |
hashCode() |
void |
setNetworkBorderGroup(String networkBorderGroup)
The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is
assigned to is in.
|
void |
setPoolId(String poolId)
The ID of the public IPv4 pool you want to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeletePublicIpv4PoolRequest |
withNetworkBorderGroup(String networkBorderGroup)
The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is
assigned to is in.
|
DeletePublicIpv4PoolRequest |
withPoolId(String poolId)
The ID of the public IPv4 pool you want to delete.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setPoolId(String poolId)
The ID of the public IPv4 pool you want to delete.
poolId
- The ID of the public IPv4 pool you want to delete.public String getPoolId()
The ID of the public IPv4 pool you want to delete.
public DeletePublicIpv4PoolRequest withPoolId(String poolId)
The ID of the public IPv4 pool you want to delete.
poolId
- The ID of the public IPv4 pool you want to delete.public void setNetworkBorderGroup(String networkBorderGroup)
The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is assigned to is in. Defaults to an AZ network border group. For more information on available Local Zones, see Local Zone availability in the Amazon EC2 User Guide.
networkBorderGroup
- The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address
is assigned to is in. Defaults to an AZ network border group. For more information on available Local
Zones, see Local Zone
availability in the Amazon EC2 User Guide.public String getNetworkBorderGroup()
The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is assigned to is in. Defaults to an AZ network border group. For more information on available Local Zones, see Local Zone availability in the Amazon EC2 User Guide.
public DeletePublicIpv4PoolRequest withNetworkBorderGroup(String networkBorderGroup)
The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is assigned to is in. Defaults to an AZ network border group. For more information on available Local Zones, see Local Zone availability in the Amazon EC2 User Guide.
networkBorderGroup
- The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address
is assigned to is in. Defaults to an AZ network border group. For more information on available Local
Zones, see Local Zone
availability in the Amazon EC2 User Guide.public Request<DeletePublicIpv4PoolRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DeletePublicIpv4PoolRequest>
public String toString()
toString
in class Object
Object.toString()
public DeletePublicIpv4PoolRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()