@Generated(value="software.amazon.awssdk:codegen") public final class Address extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Address.Builder,Address>
Describes an Elastic IP address, or a carrier IP address.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Address.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
allocationId()
The ID representing the allocation of the address for use with EC2-VPC.
|
String |
associationId()
The ID representing the association of the address with an instance in a VPC.
|
static Address.Builder |
builder() |
String |
carrierIp()
The carrier IP address associated.
|
String |
customerOwnedIp()
The customer-owned IP address.
|
String |
customerOwnedIpv4Pool()
The ID of the customer-owned address pool.
|
DomainType |
domain()
Indicates whether this Elastic IP address is for use with instances in EC2-Classic (
standard) or
instances in a VPC (vpc). |
String |
domainAsString()
Indicates whether this Elastic IP address is for use with instances in EC2-Classic (
standard) or
instances in a VPC (vpc). |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
String |
instanceId()
The ID of the instance that the address is associated with (if any).
|
String |
networkBorderGroup()
The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which AWS advertises IP
addresses.
|
String |
networkInterfaceId()
The ID of the network interface.
|
String |
networkInterfaceOwnerId()
The ID of the AWS account that owns the network interface.
|
String |
privateIpAddress()
The private IP address associated with the Elastic IP address.
|
String |
publicIp()
The Elastic IP address.
|
String |
publicIpv4Pool()
The ID of an address pool.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Address.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
Any tags assigned to the Elastic IP address.
|
Address.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String instanceId()
The ID of the instance that the address is associated with (if any).
public final String publicIp()
The Elastic IP address.
public final String allocationId()
The ID representing the allocation of the address for use with EC2-VPC.
public final String associationId()
The ID representing the association of the address with an instance in a VPC.
public final DomainType domain()
Indicates whether this Elastic IP address is for use with instances in EC2-Classic (standard) or
instances in a VPC (vpc).
If the service returns an enum value that is not available in the current SDK version, domain will
return DomainType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
domainAsString().
standard
) or instances in a VPC (vpc).DomainTypepublic final String domainAsString()
Indicates whether this Elastic IP address is for use with instances in EC2-Classic (standard) or
instances in a VPC (vpc).
If the service returns an enum value that is not available in the current SDK version, domain will
return DomainType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
domainAsString().
standard
) or instances in a VPC (vpc).DomainTypepublic final String networkInterfaceId()
The ID of the network interface.
public final String networkInterfaceOwnerId()
The ID of the AWS account that owns the network interface.
public final String privateIpAddress()
The private IP address associated with the Elastic IP address.
public final boolean hasTags()
public final List<Tag> tags()
Any tags assigned to the Elastic IP address.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public final String publicIpv4Pool()
The ID of an address pool.
public final String networkBorderGroup()
The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which AWS advertises IP addresses.
public final String customerOwnedIp()
The customer-owned IP address.
public final String customerOwnedIpv4Pool()
The ID of the customer-owned address pool.
public final String carrierIp()
The carrier IP address associated. This option is only available for network interfaces which reside in a subnet in a Wavelength Zone (for example an EC2 instance).
public Address.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Address.Builder,Address>public static Address.Builder builder()
public static Class<? extends Address.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.