Class AttachLoadBalancerToSubnetsResult
java.lang.Object
com.amazonaws.services.elasticloadbalancing.model.AttachLoadBalancerToSubnetsResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe IDs of the subnets attached to the load balancer.inthashCode()voidsetSubnets(Collection<String> subnets) The IDs of the subnets attached to the load balancer.toString()Returns a string representation of this object; useful for testing and debugging.withSubnets(String... subnets) The IDs of the subnets attached to the load balancer.withSubnets(Collection<String> subnets) The IDs of the subnets attached to the load balancer.
-
Constructor Details
-
AttachLoadBalancerToSubnetsResult
public AttachLoadBalancerToSubnetsResult()
-
-
Method Details
-
getSubnets
-
setSubnets
The IDs of the subnets attached to the load balancer.
- Parameters:
subnets- The IDs of the subnets attached to the load balancer.
-
withSubnets
The IDs of the subnets attached to the load balancer.
NOTE: This method appends the values to the existing list (if any). Use
setSubnets(java.util.Collection)orwithSubnets(java.util.Collection)if you want to override the existing values.- Parameters:
subnets- The IDs of the subnets attached to the load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withSubnets
The IDs of the subnets attached to the load balancer.
- Parameters:
subnets- The IDs of the subnets attached to the load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-