@Generated(value="software.amazon.awssdk:codegen") public final class InstallToRemoteAccessSessionRequest extends DeviceFarmRequest implements ToCopyableBuilder<InstallToRemoteAccessSessionRequest.Builder,InstallToRemoteAccessSessionRequest>
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.
Modifier and Type | Class and Description |
---|---|
static interface |
InstallToRemoteAccessSessionRequest.Builder |
Modifier and Type | Method and Description |
---|---|
String |
appArn()
The Amazon Resource Name (ARN) of the app about which you are requesting information.
|
static InstallToRemoteAccessSessionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
int |
hashCode() |
String |
remoteAccessSessionArn()
The Amazon Resource Name (ARN) of the remote access session about which you are requesting information.
|
static Class<? extends InstallToRemoteAccessSessionRequest.Builder> |
serializableBuilderClass() |
InstallToRemoteAccessSessionRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
overrideConfiguration
copy
public String remoteAccessSessionArn()
The Amazon Resource Name (ARN) of the remote access session about which you are requesting information.
public String appArn()
The Amazon Resource Name (ARN) of the app about which you are requesting information.
public InstallToRemoteAccessSessionRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InstallToRemoteAccessSessionRequest.Builder,InstallToRemoteAccessSessionRequest>
toBuilder
in class DeviceFarmRequest
public static InstallToRemoteAccessSessionRequest.Builder builder()
public static Class<? extends InstallToRemoteAccessSessionRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.