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