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