@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LoadBalancerAddress extends Object implements Serializable, Cloneable
Information about a static IP address for a load balancer.
Constructor and Description |
---|
LoadBalancerAddress() |
Modifier and Type | Method and Description |
---|---|
LoadBalancerAddress |
clone() |
boolean |
equals(Object obj) |
String |
getAllocationId()
[Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.
|
String |
getIpAddress()
The static IP address.
|
String |
getIPv6Address()
[Network Load Balancers] The IPv6 address.
|
String |
getPrivateIPv4Address()
[Network Load Balancers] The private IPv4 address for an internal load balancer.
|
int |
hashCode() |
void |
setAllocationId(String allocationId)
[Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.
|
void |
setIpAddress(String ipAddress)
The static IP address.
|
void |
setIPv6Address(String iPv6Address)
[Network Load Balancers] The IPv6 address.
|
void |
setPrivateIPv4Address(String privateIPv4Address)
[Network Load Balancers] The private IPv4 address for an internal load balancer.
|
String |
toString()
Returns a string representation of this object.
|
LoadBalancerAddress |
withAllocationId(String allocationId)
[Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.
|
LoadBalancerAddress |
withIpAddress(String ipAddress)
The static IP address.
|
LoadBalancerAddress |
withIPv6Address(String iPv6Address)
[Network Load Balancers] The IPv6 address.
|
LoadBalancerAddress |
withPrivateIPv4Address(String privateIPv4Address)
[Network Load Balancers] The private IPv4 address for an internal load balancer.
|
public void setIpAddress(String ipAddress)
The static IP address.
ipAddress
- The static IP address.public String getIpAddress()
The static IP address.
public LoadBalancerAddress withIpAddress(String ipAddress)
The static IP address.
ipAddress
- The static IP address.public void setAllocationId(String allocationId)
[Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.
allocationId
- [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.public String getAllocationId()
[Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.
public LoadBalancerAddress withAllocationId(String allocationId)
[Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.
allocationId
- [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.public void setPrivateIPv4Address(String privateIPv4Address)
[Network Load Balancers] The private IPv4 address for an internal load balancer.
privateIPv4Address
- [Network Load Balancers] The private IPv4 address for an internal load balancer.public String getPrivateIPv4Address()
[Network Load Balancers] The private IPv4 address for an internal load balancer.
public LoadBalancerAddress withPrivateIPv4Address(String privateIPv4Address)
[Network Load Balancers] The private IPv4 address for an internal load balancer.
privateIPv4Address
- [Network Load Balancers] The private IPv4 address for an internal load balancer.public void setIPv6Address(String iPv6Address)
[Network Load Balancers] The IPv6 address.
iPv6Address
- [Network Load Balancers] The IPv6 address.public String getIPv6Address()
[Network Load Balancers] The IPv6 address.
public LoadBalancerAddress withIPv6Address(String iPv6Address)
[Network Load Balancers] The IPv6 address.
iPv6Address
- [Network Load Balancers] The IPv6 address.public String toString()
toString
in class Object
Object.toString()
public LoadBalancerAddress clone()