@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutVoiceConnectorProxyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
PutVoiceConnectorProxyResult() |
| Modifier and Type | Method and Description |
|---|---|
PutVoiceConnectorProxyResult |
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.
|
PutVoiceConnectorProxyResult |
withProxy(Proxy proxy)
The proxy configuration details.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setProxy(Proxy proxy)
The proxy configuration details.
proxy - The proxy configuration details.public Proxy getProxy()
The proxy configuration details.
public PutVoiceConnectorProxyResult withProxy(Proxy proxy)
The proxy configuration details.
proxy - The proxy configuration details.public String toString()
toString in class ObjectObject.toString()public PutVoiceConnectorProxyResult clone()