@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InstallToRemoteAccessSessionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the request to install an Android application (in .apk format) or an iOS application (in .ipa format) as part of a remote access session.
NOOP| Constructor and Description |
|---|
InstallToRemoteAccessSessionRequest() |
| Modifier and Type | Method and Description |
|---|---|
InstallToRemoteAccessSessionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAppArn()
The Amazon Resource Name (ARN) of the app about which you are requesting information.
|
String |
getRemoteAccessSessionArn()
The Amazon Resource Name (ARN) of the remote access session about which you are requesting information.
|
int |
hashCode() |
void |
setAppArn(String appArn)
The Amazon Resource Name (ARN) of the app about which you are requesting information.
|
void |
setRemoteAccessSessionArn(String remoteAccessSessionArn)
The Amazon Resource Name (ARN) of the remote access session about which you are requesting information.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
InstallToRemoteAccessSessionRequest |
withAppArn(String appArn)
The Amazon Resource Name (ARN) of the app about which you are requesting information.
|
InstallToRemoteAccessSessionRequest |
withRemoteAccessSessionArn(String remoteAccessSessionArn)
The Amazon Resource Name (ARN) of the remote access session about which you are requesting information.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setRemoteAccessSessionArn(String remoteAccessSessionArn)
The Amazon Resource Name (ARN) of the remote access session about which you are requesting information.
remoteAccessSessionArn - The Amazon Resource Name (ARN) of the remote access session about which you are requesting information.public String getRemoteAccessSessionArn()
The Amazon Resource Name (ARN) of the remote access session about which you are requesting information.
public InstallToRemoteAccessSessionRequest withRemoteAccessSessionArn(String remoteAccessSessionArn)
The Amazon Resource Name (ARN) of the remote access session about which you are requesting information.
remoteAccessSessionArn - The Amazon Resource Name (ARN) of the remote access session about which you are requesting information.public void setAppArn(String appArn)
The Amazon Resource Name (ARN) of the app about which you are requesting information.
appArn - The Amazon Resource Name (ARN) of the app about which you are requesting information.public String getAppArn()
The Amazon Resource Name (ARN) of the app about which you are requesting information.
public InstallToRemoteAccessSessionRequest withAppArn(String appArn)
The Amazon Resource Name (ARN) of the app about which you are requesting information.
appArn - The Amazon Resource Name (ARN) of the app about which you are requesting information.public String toString()
toString in class ObjectObject.toString()public InstallToRemoteAccessSessionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.