@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SetSubnetsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
SetSubnetsResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
SetSubnetsResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
List<AvailabilityZone> | 
getAvailabilityZones()
 Information about the subnets. 
 | 
String | 
getIpAddressType()
 [Network Load Balancers] The IP address type. 
 | 
int | 
hashCode()  | 
void | 
setAvailabilityZones(Collection<AvailabilityZone> availabilityZones)
 Information about the subnets. 
 | 
void | 
setIpAddressType(String ipAddressType)
 [Network Load Balancers] The IP address type. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
SetSubnetsResult | 
withAvailabilityZones(AvailabilityZone... availabilityZones)
 Information about the subnets. 
 | 
SetSubnetsResult | 
withAvailabilityZones(Collection<AvailabilityZone> availabilityZones)
 Information about the subnets. 
 | 
SetSubnetsResult | 
withIpAddressType(IpAddressType ipAddressType)
 [Network Load Balancers] The IP address type. 
 | 
SetSubnetsResult | 
withIpAddressType(String ipAddressType)
 [Network Load Balancers] The IP address type. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AvailabilityZone> getAvailabilityZones()
Information about the subnets.
public void setAvailabilityZones(Collection<AvailabilityZone> availabilityZones)
Information about the subnets.
availabilityZones - Information about the subnets.public SetSubnetsResult withAvailabilityZones(AvailabilityZone... availabilityZones)
Information about the subnets.
 NOTE: This method appends the values to the existing list (if any). Use
 setAvailabilityZones(java.util.Collection) or withAvailabilityZones(java.util.Collection) if
 you want to override the existing values.
 
availabilityZones - Information about the subnets.public SetSubnetsResult withAvailabilityZones(Collection<AvailabilityZone> availabilityZones)
Information about the subnets.
availabilityZones - Information about the subnets.public void setIpAddressType(String ipAddressType)
[Network Load Balancers] The IP address type.
[Gateway Load Balancers] The IP address type.
ipAddressType - [Network Load Balancers] The IP address type.
        [Gateway Load Balancers] The IP address type.
IpAddressTypepublic String getIpAddressType()
[Network Load Balancers] The IP address type.
[Gateway Load Balancers] The IP address type.
[Gateway Load Balancers] The IP address type.
IpAddressTypepublic SetSubnetsResult withIpAddressType(String ipAddressType)
[Network Load Balancers] The IP address type.
[Gateway Load Balancers] The IP address type.
ipAddressType - [Network Load Balancers] The IP address type.
        [Gateway Load Balancers] The IP address type.
IpAddressTypepublic SetSubnetsResult withIpAddressType(IpAddressType ipAddressType)
[Network Load Balancers] The IP address type.
[Gateway Load Balancers] The IP address type.
ipAddressType - [Network Load Balancers] The IP address type.
        [Gateway Load Balancers] The IP address type.
IpAddressTypepublic String toString()
toString in class ObjectObject.toString()public SetSubnetsResult clone()