@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportClientVpnClientConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ExportClientVpnClientConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
ExportClientVpnClientConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getClientConfiguration()
The contents of the Client VPN endpoint configuration file.
|
int |
hashCode() |
void |
setClientConfiguration(String clientConfiguration)
The contents of the Client VPN endpoint configuration file.
|
String |
toString()
Returns a string representation of this object.
|
ExportClientVpnClientConfigurationResult |
withClientConfiguration(String clientConfiguration)
The contents of the Client VPN endpoint configuration file.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ExportClientVpnClientConfigurationResult()
public void setClientConfiguration(String clientConfiguration)
The contents of the Client VPN endpoint configuration file.
clientConfiguration
- The contents of the Client VPN endpoint configuration file.public String getClientConfiguration()
The contents of the Client VPN endpoint configuration file.
public ExportClientVpnClientConfigurationResult withClientConfiguration(String clientConfiguration)
The contents of the Client VPN endpoint configuration file.
clientConfiguration
- The contents of the Client VPN endpoint configuration file.public String toString()
toString
in class Object
Object.toString()
public ExportClientVpnClientConfigurationResult clone()