@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetVoiceConnectorProxyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetVoiceConnectorProxyResult() |
Modifier and Type | Method and Description |
---|---|
GetVoiceConnectorProxyResult |
clone() |
boolean |
equals(Object obj) |
Proxy |
getProxy()
The proxy configuration details.
|
int |
hashCode() |
void |
setProxy(Proxy proxy)
The proxy configuration details.
|
String |
toString()
Returns a string representation of this object.
|
GetVoiceConnectorProxyResult |
withProxy(Proxy proxy)
The proxy configuration details.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setProxy(Proxy proxy)
The proxy configuration details.
proxy
- The proxy configuration details.public Proxy getProxy()
The proxy configuration details.
public GetVoiceConnectorProxyResult withProxy(Proxy proxy)
The proxy configuration details.
proxy
- The proxy configuration details.public String toString()
toString
in class Object
Object.toString()
public GetVoiceConnectorProxyResult clone()