@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. | 
| String | getIpAddress()
 The static IP address. | 
| int | hashCode() | 
| void | setAllocationId(String allocationId)
 [Network Load Balancers] The allocation ID of the Elastic IP address. | 
| void | setIpAddress(String ipAddress)
 The static IP address. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| LoadBalancerAddress | withAllocationId(String allocationId)
 [Network Load Balancers] The allocation ID of the Elastic IP address. | 
| LoadBalancerAddress | withIpAddress(String ipAddress)
 The static IP address. | 
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.
allocationId - [Network Load Balancers] The allocation ID of the Elastic IP address.public String getAllocationId()
[Network Load Balancers] The allocation ID of the Elastic IP address.
public LoadBalancerAddress withAllocationId(String allocationId)
[Network Load Balancers] The allocation ID of the Elastic IP address.
allocationId - [Network Load Balancers] The allocation ID of the Elastic IP address.public String toString()
toString in class ObjectObject.toString()public LoadBalancerAddress clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.