@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InstallToRemoteAccessSessionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the response from the server after AWS Device Farm makes a request to install to a remote access session.
Constructor and Description |
---|
InstallToRemoteAccessSessionResult() |
Modifier and Type | Method and Description |
---|---|
InstallToRemoteAccessSessionResult |
clone() |
boolean |
equals(Object obj) |
Upload |
getAppUpload()
An app to upload or that has been uploaded.
|
int |
hashCode() |
void |
setAppUpload(Upload appUpload)
An app to upload or that has been uploaded.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
InstallToRemoteAccessSessionResult |
withAppUpload(Upload appUpload)
An app to upload or that has been uploaded.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAppUpload(Upload appUpload)
An app to upload or that has been uploaded.
appUpload
- An app to upload or that has been uploaded.public Upload getAppUpload()
An app to upload or that has been uploaded.
public InstallToRemoteAccessSessionResult withAppUpload(Upload appUpload)
An app to upload or that has been uploaded.
appUpload
- An app to upload or that has been uploaded.public String toString()
toString
in class Object
Object.toString()
public InstallToRemoteAccessSessionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.