@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) |
boolean |
equalsBySdkFields(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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
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.
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 Ec2Request
public static UnassignPrivateIpAddressesRequest.Builder builder()
public static Class<? extends UnassignPrivateIpAddressesRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2019. All rights reserved.