public class CreateSubnetResult extends Object implements Serializable
| Constructor and Description |
|---|
CreateSubnetResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Subnet |
getSubnet() |
int |
hashCode() |
void |
setSubnet(Subnet subnet) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateSubnetResult |
withSubnet(Subnet subnet)
Returns a reference to this object so that method calls can be chained together.
|
public Subnet getSubnet()
public void setSubnet(Subnet subnet)
subnet - public CreateSubnetResult withSubnet(Subnet subnet)
Returns a reference to this object so that method calls can be chained together.
subnet - public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.