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