@Generated(value="software.amazon.awssdk:codegen") public final class UnassignPrivateIpAddressesRequest extends Ec2Request implements ToCopyableBuilder<UnassignPrivateIpAddressesRequest.Builder,UnassignPrivateIpAddressesRequest>
Contains the parameters for UnassignPrivateIpAddresses.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UnassignPrivateIpAddressesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UnassignPrivateIpAddressesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
networkInterfaceId()
The ID of the network interface.
|
List<String> |
privateIpAddresses()
The secondary private IP addresses to unassign from the network interface.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UnassignPrivateIpAddressesRequest.Builder> |
serializableBuilderClass() |
UnassignPrivateIpAddressesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public UnassignPrivateIpAddressesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UnassignPrivateIpAddressesRequest.Builder,UnassignPrivateIpAddressesRequest>toBuilder in class Ec2Requestpublic static UnassignPrivateIpAddressesRequest.Builder builder()
public static Class<? extends UnassignPrivateIpAddressesRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.