@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteNetworkResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteNetworkResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteNetworkResult |
clone() |
boolean |
equals(Object obj) |
Network |
getNetwork()
Information about the network.
|
int |
hashCode() |
void |
setNetwork(Network network)
Information about the network.
|
String |
toString()
Returns a string representation of this object.
|
DeleteNetworkResult |
withNetwork(Network network)
Information about the network.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNetwork(Network network)
Information about the network.
network - Information about the network.public Network getNetwork()
Information about the network.
public DeleteNetworkResult withNetwork(Network network)
Information about the network.
network - Information about the network.public String toString()
toString in class ObjectObject.toString()public DeleteNetworkResult clone()