@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()
For responses, this returns true if the service returned a value for the Tags property.
|
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 Amazon Web Services
advertises IP addresses.
|
String |
networkInterfaceId()
The ID of the network interface.
|
String |
networkInterfaceOwnerId()
The ID of the Amazon Web Services 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 Amazon Web Services account that owns the network interface.
public final String privateIpAddress()
The private IP address associated with the Elastic IP address.
public final boolean hasTags()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTags() method.
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 Amazon Web Services 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.