@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRemoteAccessSessionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the response from the server that lists detailed information about the remote access session.
| Constructor and Description | 
|---|
GetRemoteAccessSessionResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
GetRemoteAccessSessionResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
RemoteAccessSession | 
getRemoteAccessSession()
 A container that lists detailed information about the remote access session. 
 | 
int | 
hashCode()  | 
void | 
setRemoteAccessSession(RemoteAccessSession remoteAccessSession)
 A container that lists detailed information about the remote access session. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
GetRemoteAccessSessionResult | 
withRemoteAccessSession(RemoteAccessSession remoteAccessSession)
 A container that lists detailed information about the remote access session. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setRemoteAccessSession(RemoteAccessSession remoteAccessSession)
A container that lists detailed information about the remote access session.
remoteAccessSession - A container that lists detailed information about the remote access session.public RemoteAccessSession getRemoteAccessSession()
A container that lists detailed information about the remote access session.
public GetRemoteAccessSessionResult withRemoteAccessSession(RemoteAccessSession remoteAccessSession)
A container that lists detailed information about the remote access session.
remoteAccessSession - A container that lists detailed information about the remote access session.public String toString()
toString in class ObjectObject.toString()public GetRemoteAccessSessionResult clone()