Package com.amazonaws.services.ec2.model
Class DescribeSubnetsResult
java.lang.Object
com.amazonaws.services.ec2.model.DescribeSubnetsResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of DescribeSubnets.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about one or more subnets.int
hashCode()
void
setSubnets
(Collection<Subnet> subnets) Information about one or more subnets.toString()
Returns a string representation of this object; useful for testing and debugging.withSubnets
(Subnet... subnets) Information about one or more subnets.withSubnets
(Collection<Subnet> subnets) Information about one or more subnets.
-
Constructor Details
-
DescribeSubnetsResult
public DescribeSubnetsResult()
-
-
Method Details
-
getSubnets
Information about one or more subnets.
- Returns:
- Information about one or more subnets.
-
setSubnets
Information about one or more subnets.
- Parameters:
subnets
- Information about one or more subnets.
-
withSubnets
Information about one or more subnets.
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
- Information about one or more subnets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withSubnets
Information about one or more subnets.
- Parameters:
subnets
- Information about one or more subnets.- 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
-