public class DetachLoadBalancerFromSubnetsResult extends Object implements Serializable, Cloneable
Contains the output of DetachLoadBalancerFromSubnets.
Constructor and Description |
---|
DetachLoadBalancerFromSubnetsResult() |
Modifier and Type | Method and Description |
---|---|
DetachLoadBalancerFromSubnetsResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getSubnets()
The IDs of the remaining subnets for the load balancer.
|
int |
hashCode() |
void |
setSubnets(Collection<String> subnets)
The IDs of the remaining subnets for the load balancer.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DetachLoadBalancerFromSubnetsResult |
withSubnets(Collection<String> subnets)
The IDs of the remaining subnets for the load balancer.
|
DetachLoadBalancerFromSubnetsResult |
withSubnets(String... subnets)
The IDs of the remaining subnets for the load balancer.
|
public List<String> getSubnets()
The IDs of the remaining subnets for the load balancer.
public void setSubnets(Collection<String> subnets)
The IDs of the remaining subnets for the load balancer.
subnets
- The IDs of the remaining subnets for the load balancer.public DetachLoadBalancerFromSubnetsResult withSubnets(String... subnets)
The IDs of the remaining subnets for the load balancer.
NOTE: This method appends the values to the existing list (if
any). Use setSubnets(java.util.Collection)
or
withSubnets(java.util.Collection)
if you want to override the
existing values.
subnets
- The IDs of the remaining subnets for the load balancer.public DetachLoadBalancerFromSubnetsResult withSubnets(Collection<String> subnets)
The IDs of the remaining subnets for the load balancer.
subnets
- The IDs of the remaining subnets for the load balancer.public String toString()
toString
in class Object
Object.toString()
public DetachLoadBalancerFromSubnetsResult clone()
Copyright © 2016. All rights reserved.