@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SubnetMapping extends Object implements Serializable, Cloneable
Information about a subnet mapping.
| Constructor and Description | 
|---|
SubnetMapping()  | 
| Modifier and Type | Method and Description | 
|---|---|
SubnetMapping | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getAllocationId()
 [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer. 
 | 
String | 
getPrivateIPv4Address()
 [Network Load Balancers] The private IPv4 address for an internal load balancer. 
 | 
String | 
getSubnetId()
 The ID of the subnet. 
 | 
int | 
hashCode()  | 
void | 
setAllocationId(String allocationId)
 [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer. 
 | 
void | 
setPrivateIPv4Address(String privateIPv4Address)
 [Network Load Balancers] The private IPv4 address for an internal load balancer. 
 | 
void | 
setSubnetId(String subnetId)
 The ID of the subnet. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
SubnetMapping | 
withAllocationId(String allocationId)
 [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer. 
 | 
SubnetMapping | 
withPrivateIPv4Address(String privateIPv4Address)
 [Network Load Balancers] The private IPv4 address for an internal load balancer. 
 | 
SubnetMapping | 
withSubnetId(String subnetId)
 The ID of the subnet. 
 | 
public void setSubnetId(String subnetId)
The ID of the subnet.
subnetId - The ID of the subnet.public String getSubnetId()
The ID of the subnet.
public SubnetMapping withSubnetId(String subnetId)
The ID of the subnet.
subnetId - The ID of the subnet.public void setAllocationId(String allocationId)
[Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.
allocationId - [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.public String getAllocationId()
[Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.
public SubnetMapping withAllocationId(String allocationId)
[Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.
allocationId - [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-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 SubnetMapping 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 String toString()
toString in class ObjectObject.toString()public SubnetMapping clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.