@Generated(value="software.amazon.awssdk:codegen") public final class CoipAddressUsage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CoipAddressUsage.Builder,CoipAddressUsage>
Describes address usage for a customer-owned address pool.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CoipAddressUsage.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
allocationId()
The allocation ID of the address.
|
String |
awsAccountId()
The Amazon Web Services account ID.
|
String |
awsService()
The Amazon Web Services service.
|
static CoipAddressUsage.Builder |
builder() |
String |
coIp()
The customer-owned IP address.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CoipAddressUsage.Builder> |
serializableBuilderClass() |
CoipAddressUsage.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String allocationId()
The allocation ID of the address.
public final String awsAccountId()
The Amazon Web Services account ID.
public final String awsService()
The Amazon Web Services service.
public final String coIp()
The customer-owned IP address.
public CoipAddressUsage.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CoipAddressUsage.Builder,CoipAddressUsage>public static CoipAddressUsage.Builder builder()
public static Class<? extends CoipAddressUsage.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.