@Generated(value="software.amazon.awssdk:codegen") public final class ReleaseIpamPoolAllocationRequest extends Ec2Request implements ToCopyableBuilder<ReleaseIpamPoolAllocationRequest.Builder,ReleaseIpamPoolAllocationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReleaseIpamPoolAllocationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ReleaseIpamPoolAllocationRequest.Builder |
builder() |
String |
cidr()
The CIDR of the allocation you want to release.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
ipamPoolAllocationId()
The ID of the allocation.
|
String |
ipamPoolId()
The ID of the IPAM pool which contains the allocation you want to release.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReleaseIpamPoolAllocationRequest.Builder> |
serializableBuilderClass() |
ReleaseIpamPoolAllocationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String ipamPoolId()
The ID of the IPAM pool which contains the allocation you want to release.
public final String cidr()
The CIDR of the allocation you want to release.
public final String ipamPoolAllocationId()
The ID of the allocation.
public ReleaseIpamPoolAllocationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReleaseIpamPoolAllocationRequest.Builder,ReleaseIpamPoolAllocationRequest>toBuilder in class Ec2Requestpublic static ReleaseIpamPoolAllocationRequest.Builder builder()
public static Class<? extends ReleaseIpamPoolAllocationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.