@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClientVpnRouteStatus extends Object implements Serializable, Cloneable
Describes the state of a Client VPN endpoint route.
Constructor and Description |
---|
ClientVpnRouteStatus() |
Modifier and Type | Method and Description |
---|---|
ClientVpnRouteStatus |
clone() |
boolean |
equals(Object obj) |
String |
getCode()
The state of the Client VPN endpoint route.
|
String |
getMessage()
A message about the status of the Client VPN endpoint route, if applicable.
|
int |
hashCode() |
void |
setCode(String code)
The state of the Client VPN endpoint route.
|
void |
setMessage(String message)
A message about the status of the Client VPN endpoint route, if applicable.
|
String |
toString()
Returns a string representation of this object.
|
ClientVpnRouteStatus |
withCode(ClientVpnRouteStatusCode code)
The state of the Client VPN endpoint route.
|
ClientVpnRouteStatus |
withCode(String code)
The state of the Client VPN endpoint route.
|
ClientVpnRouteStatus |
withMessage(String message)
A message about the status of the Client VPN endpoint route, if applicable.
|
public void setCode(String code)
The state of the Client VPN endpoint route.
code
- The state of the Client VPN endpoint route.ClientVpnRouteStatusCode
public String getCode()
The state of the Client VPN endpoint route.
ClientVpnRouteStatusCode
public ClientVpnRouteStatus withCode(String code)
The state of the Client VPN endpoint route.
code
- The state of the Client VPN endpoint route.ClientVpnRouteStatusCode
public ClientVpnRouteStatus withCode(ClientVpnRouteStatusCode code)
The state of the Client VPN endpoint route.
code
- The state of the Client VPN endpoint route.ClientVpnRouteStatusCode
public void setMessage(String message)
A message about the status of the Client VPN endpoint route, if applicable.
message
- A message about the status of the Client VPN endpoint route, if applicable.public String getMessage()
A message about the status of the Client VPN endpoint route, if applicable.
public ClientVpnRouteStatus withMessage(String message)
A message about the status of the Client VPN endpoint route, if applicable.
message
- A message about the status of the Client VPN endpoint route, if applicable.public String toString()
toString
in class Object
Object.toString()
public ClientVpnRouteStatus clone()
Copyright © 2022. All rights reserved.