@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; useful for testing and debugging.
|
GetRemoteAccessSessionResult |
withRemoteAccessSession(RemoteAccessSession remoteAccessSession)
A container that lists detailed information about the remote access session.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public GetRemoteAccessSessionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.