@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteClientVpnRouteResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteClientVpnRouteResult() |
Modifier and Type | Method and Description |
---|---|
DeleteClientVpnRouteResult |
clone() |
boolean |
equals(Object obj) |
ClientVpnRouteStatus |
getStatus()
The current state of the route.
|
int |
hashCode() |
void |
setStatus(ClientVpnRouteStatus status)
The current state of the route.
|
String |
toString()
Returns a string representation of this object.
|
DeleteClientVpnRouteResult |
withStatus(ClientVpnRouteStatus status)
The current state of the route.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStatus(ClientVpnRouteStatus status)
The current state of the route.
status
- The current state of the route.public ClientVpnRouteStatus getStatus()
The current state of the route.
public DeleteClientVpnRouteResult withStatus(ClientVpnRouteStatus status)
The current state of the route.
status
- The current state of the route.public String toString()
toString
in class Object
Object.toString()
public DeleteClientVpnRouteResult clone()