@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateVirtualRouterResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateVirtualRouterResult() |
Modifier and Type | Method and Description |
---|---|
CreateVirtualRouterResult |
clone() |
boolean |
equals(Object obj) |
VirtualRouterData |
getVirtualRouter()
The full description of your virtual router following the create call.
|
int |
hashCode() |
void |
setVirtualRouter(VirtualRouterData virtualRouter)
The full description of your virtual router following the create call.
|
String |
toString()
Returns a string representation of this object.
|
CreateVirtualRouterResult |
withVirtualRouter(VirtualRouterData virtualRouter)
The full description of your virtual router following the create call.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setVirtualRouter(VirtualRouterData virtualRouter)
The full description of your virtual router following the create call.
virtualRouter
- The full description of your virtual router following the create call.public VirtualRouterData getVirtualRouter()
The full description of your virtual router following the create call.
public CreateVirtualRouterResult withVirtualRouter(VirtualRouterData virtualRouter)
The full description of your virtual router following the create call.
virtualRouter
- The full description of your virtual router following the create call.public String toString()
toString
in class Object
Object.toString()
public CreateVirtualRouterResult clone()