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()
boolean
The IDs of the subnets attached to the load balancer.int
hashCode()
void
setSubnets
(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
The IDs of the subnets attached to the load balancer.
- Returns:
- The IDs of the subnets attached to the load balancer.
-
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-