Package com.amazonaws.services.ec2.model
Class CreateSubnetResult
java.lang.Object
com.amazonaws.services.ec2.model.CreateSubnetResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of CreateSubnet.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about the subnet.int
hashCode()
void
Information about the subnet.toString()
Returns a string representation of this object; useful for testing and debugging.withSubnet
(Subnet subnet) Information about the subnet.
-
Constructor Details
-
CreateSubnetResult
public CreateSubnetResult()
-
-
Method Details
-
setSubnet
Information about the subnet.
- Parameters:
subnet
- Information about the subnet.
-
getSubnet
Information about the subnet.
- Returns:
- Information about the subnet.
-
withSubnet
Information about the subnet.
- Parameters:
subnet
- Information about the subnet.- 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
-