Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UnassignPrivateIpAddressesRequest.Builder,UnassignPrivateIpAddressesRequest>
@Generated("software.amazon.awssdk:codegen") public class UnassignPrivateIpAddressesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UnassignPrivateIpAddressesRequest.Builder,UnassignPrivateIpAddressesRequest>
Contains the parameters for UnassignPrivateIpAddresses.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UnassignPrivateIpAddressesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UnassignPrivateIpAddressesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
networkInterfaceId() |
The ID of the network interface.
|
List<String> |
privateIpAddresses() |
The secondary private IP addresses to unassign from the network interface.
|
static Class<? extends UnassignPrivateIpAddressesRequest.Builder> |
serializableBuilderClass() |
|
UnassignPrivateIpAddressesRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String networkInterfaceId()
The ID of the network interface.
public List<String> privateIpAddresses()
The secondary private IP addresses to unassign from the network interface. You can specify this option multiple times to unassign more than one IP address.
public UnassignPrivateIpAddressesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UnassignPrivateIpAddressesRequest.Builder,UnassignPrivateIpAddressesRequest>
public static UnassignPrivateIpAddressesRequest.Builder builder()
public static Class<? extends UnassignPrivateIpAddressesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.