@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TerminateClientVpnConnectionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
TerminateClientVpnConnectionsResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
TerminateClientVpnConnectionsResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getClientVpnEndpointId()
 The ID of the Client VPN endpoint. 
 | 
List<TerminateConnectionStatus> | 
getConnectionStatuses()
 The current state of the client connections. 
 | 
String | 
getUsername()
 The user who established the terminated client connections. 
 | 
int | 
hashCode()  | 
void | 
setClientVpnEndpointId(String clientVpnEndpointId)
 The ID of the Client VPN endpoint. 
 | 
void | 
setConnectionStatuses(Collection<TerminateConnectionStatus> connectionStatuses)
 The current state of the client connections. 
 | 
void | 
setUsername(String username)
 The user who established the terminated client connections. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
TerminateClientVpnConnectionsResult | 
withClientVpnEndpointId(String clientVpnEndpointId)
 The ID of the Client VPN endpoint. 
 | 
TerminateClientVpnConnectionsResult | 
withConnectionStatuses(Collection<TerminateConnectionStatus> connectionStatuses)
 The current state of the client connections. 
 | 
TerminateClientVpnConnectionsResult | 
withConnectionStatuses(TerminateConnectionStatus... connectionStatuses)
 The current state of the client connections. 
 | 
TerminateClientVpnConnectionsResult | 
withUsername(String username)
 The user who established the terminated client connections. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setClientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint.
clientVpnEndpointId - The ID of the Client VPN endpoint.public String getClientVpnEndpointId()
The ID of the Client VPN endpoint.
public TerminateClientVpnConnectionsResult withClientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint.
clientVpnEndpointId - The ID of the Client VPN endpoint.public void setUsername(String username)
The user who established the terminated client connections.
username - The user who established the terminated client connections.public String getUsername()
The user who established the terminated client connections.
public TerminateClientVpnConnectionsResult withUsername(String username)
The user who established the terminated client connections.
username - The user who established the terminated client connections.public List<TerminateConnectionStatus> getConnectionStatuses()
The current state of the client connections.
public void setConnectionStatuses(Collection<TerminateConnectionStatus> connectionStatuses)
The current state of the client connections.
connectionStatuses - The current state of the client connections.public TerminateClientVpnConnectionsResult withConnectionStatuses(TerminateConnectionStatus... connectionStatuses)
The current state of the client connections.
 NOTE: This method appends the values to the existing list (if any). Use
 setConnectionStatuses(java.util.Collection) or withConnectionStatuses(java.util.Collection) if
 you want to override the existing values.
 
connectionStatuses - The current state of the client connections.public TerminateClientVpnConnectionsResult withConnectionStatuses(Collection<TerminateConnectionStatus> connectionStatuses)
The current state of the client connections.
connectionStatuses - The current state of the client connections.public String toString()
toString in class ObjectObject.toString()public TerminateClientVpnConnectionsResult clone()