@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateRemoteAccessSessionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the server response from a request to create a remote access session.
Constructor and Description |
---|
CreateRemoteAccessSessionResult() |
Modifier and Type | Method and Description |
---|---|
CreateRemoteAccessSessionResult |
clone() |
boolean |
equals(Object obj) |
RemoteAccessSession |
getRemoteAccessSession()
A container that describes the remote access session when the request to create a remote access session is sent.
|
int |
hashCode() |
void |
setRemoteAccessSession(RemoteAccessSession remoteAccessSession)
A container that describes the remote access session when the request to create a remote access session is sent.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateRemoteAccessSessionResult |
withRemoteAccessSession(RemoteAccessSession remoteAccessSession)
A container that describes the remote access session when the request to create a remote access session is sent.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRemoteAccessSession(RemoteAccessSession remoteAccessSession)
A container that describes the remote access session when the request to create a remote access session is sent.
remoteAccessSession
- A container that describes the remote access session when the request to create a remote access session is
sent.public RemoteAccessSession getRemoteAccessSession()
A container that describes the remote access session when the request to create a remote access session is sent.
public CreateRemoteAccessSessionResult withRemoteAccessSession(RemoteAccessSession remoteAccessSession)
A container that describes the remote access session when the request to create a remote access session is sent.
remoteAccessSession
- A container that describes the remote access session when the request to create a remote access session is
sent.public String toString()
toString
in class Object
Object.toString()
public CreateRemoteAccessSessionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.