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