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