@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateClientVpnRouteResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| CreateClientVpnRouteResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateClientVpnRouteResult | 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. | 
| CreateClientVpnRouteResult | withStatus(ClientVpnRouteStatus status)
 The current state of the route. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 CreateClientVpnRouteResult withStatus(ClientVpnRouteStatus status)
The current state of the route.
status - The current state of the route.public String toString()
toString in class ObjectObject.toString()public CreateClientVpnRouteResult clone()