@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AllocateAddressResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AllocateAddressResult() |
Modifier and Type | Method and Description |
---|---|
AllocateAddressResult |
clone() |
boolean |
equals(Object obj) |
String |
getAllocationId()
The ID that represents the allocation of the Elastic IP address.
|
String |
getCarrierIp()
The carrier IP address.
|
String |
getCustomerOwnedIp()
The customer-owned IP address.
|
String |
getCustomerOwnedIpv4Pool()
The ID of the customer-owned address pool.
|
String |
getDomain()
The network (
vpc ). |
String |
getNetworkBorderGroup()
The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP
addresses.
|
String |
getPublicIp()
The Elastic IP address.
|
String |
getPublicIpv4Pool()
The ID of an address pool.
|
int |
hashCode() |
void |
setAllocationId(String allocationId)
The ID that represents the allocation of the Elastic IP address.
|
void |
setCarrierIp(String carrierIp)
The carrier IP address.
|
void |
setCustomerOwnedIp(String customerOwnedIp)
The customer-owned IP address.
|
void |
setCustomerOwnedIpv4Pool(String customerOwnedIpv4Pool)
The ID of the customer-owned address pool.
|
void |
setDomain(DomainType domain)
The network (
vpc ). |
void |
setDomain(String domain)
The network (
vpc ). |
void |
setNetworkBorderGroup(String networkBorderGroup)
The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP
addresses.
|
void |
setPublicIp(String publicIp)
The Elastic IP address.
|
void |
setPublicIpv4Pool(String publicIpv4Pool)
The ID of an address pool.
|
String |
toString()
Returns a string representation of this object.
|
AllocateAddressResult |
withAllocationId(String allocationId)
The ID that represents the allocation of the Elastic IP address.
|
AllocateAddressResult |
withCarrierIp(String carrierIp)
The carrier IP address.
|
AllocateAddressResult |
withCustomerOwnedIp(String customerOwnedIp)
The customer-owned IP address.
|
AllocateAddressResult |
withCustomerOwnedIpv4Pool(String customerOwnedIpv4Pool)
The ID of the customer-owned address pool.
|
AllocateAddressResult |
withDomain(DomainType domain)
The network (
vpc ). |
AllocateAddressResult |
withDomain(String domain)
The network (
vpc ). |
AllocateAddressResult |
withNetworkBorderGroup(String networkBorderGroup)
The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP
addresses.
|
AllocateAddressResult |
withPublicIp(String publicIp)
The Elastic IP address.
|
AllocateAddressResult |
withPublicIpv4Pool(String publicIpv4Pool)
The ID of an address pool.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPublicIp(String publicIp)
The Elastic IP address.
publicIp
- The Elastic IP address.public String getPublicIp()
The Elastic IP address.
public AllocateAddressResult withPublicIp(String publicIp)
The Elastic IP address.
publicIp
- The Elastic IP address.public void setAllocationId(String allocationId)
The ID that represents the allocation of the Elastic IP address.
allocationId
- The ID that represents the allocation of the Elastic IP address.public String getAllocationId()
The ID that represents the allocation of the Elastic IP address.
public AllocateAddressResult withAllocationId(String allocationId)
The ID that represents the allocation of the Elastic IP address.
allocationId
- The ID that represents the allocation of the Elastic IP address.public void setPublicIpv4Pool(String publicIpv4Pool)
The ID of an address pool.
publicIpv4Pool
- The ID of an address pool.public String getPublicIpv4Pool()
The ID of an address pool.
public AllocateAddressResult withPublicIpv4Pool(String publicIpv4Pool)
The ID of an address pool.
publicIpv4Pool
- The ID of an address pool.public void setNetworkBorderGroup(String networkBorderGroup)
The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses.
networkBorderGroup
- The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises
IP addresses.public String getNetworkBorderGroup()
The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses.
public AllocateAddressResult withNetworkBorderGroup(String networkBorderGroup)
The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses.
networkBorderGroup
- The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises
IP addresses.public void setDomain(String domain)
The network (vpc
).
domain
- The network (vpc
).DomainType
public String getDomain()
The network (vpc
).
vpc
).DomainType
public AllocateAddressResult withDomain(String domain)
The network (vpc
).
domain
- The network (vpc
).DomainType
public void setDomain(DomainType domain)
The network (vpc
).
domain
- The network (vpc
).DomainType
public AllocateAddressResult withDomain(DomainType domain)
The network (vpc
).
domain
- The network (vpc
).DomainType
public void setCustomerOwnedIp(String customerOwnedIp)
The customer-owned IP address.
customerOwnedIp
- The customer-owned IP address.public String getCustomerOwnedIp()
The customer-owned IP address.
public AllocateAddressResult withCustomerOwnedIp(String customerOwnedIp)
The customer-owned IP address.
customerOwnedIp
- The customer-owned IP address.public void setCustomerOwnedIpv4Pool(String customerOwnedIpv4Pool)
The ID of the customer-owned address pool.
customerOwnedIpv4Pool
- The ID of the customer-owned address pool.public String getCustomerOwnedIpv4Pool()
The ID of the customer-owned address pool.
public AllocateAddressResult withCustomerOwnedIpv4Pool(String customerOwnedIpv4Pool)
The ID of the customer-owned address pool.
customerOwnedIpv4Pool
- The ID of the customer-owned address pool.public void setCarrierIp(String carrierIp)
The carrier IP address. This option is only available for network interfaces that reside in a subnet in a Wavelength Zone.
carrierIp
- The carrier IP address. This option is only available for network interfaces that reside in a subnet in a
Wavelength Zone.public String getCarrierIp()
The carrier IP address. This option is only available for network interfaces that reside in a subnet in a Wavelength Zone.
public AllocateAddressResult withCarrierIp(String carrierIp)
The carrier IP address. This option is only available for network interfaces that reside in a subnet in a Wavelength Zone.
carrierIp
- The carrier IP address. This option is only available for network interfaces that reside in a subnet in a
Wavelength Zone.public String toString()
toString
in class Object
Object.toString()
public AllocateAddressResult clone()