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()booleanInformation about the subnet.inthashCode()voidInformation 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
-
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
-
equals
-
hashCode
-
clone
-