@Generated(value="software.amazon.awssdk:codegen") public final class GetDevicePoolCompatibilityRequest extends DeviceFarmRequest implements ToCopyableBuilder<GetDevicePoolCompatibilityRequest.Builder,GetDevicePoolCompatibilityRequest>
Represents a request to the get device pool compatibility operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetDevicePoolCompatibilityRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
appArn()
The ARN of the app that is associated with the specified device pool.
|
static GetDevicePoolCompatibilityRequest.Builder |
builder() |
ScheduleRunConfiguration |
configuration()
An object that contains information about the settings for a run.
|
String |
devicePoolArn()
The device pool's ARN.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetDevicePoolCompatibilityRequest.Builder> |
serializableBuilderClass() |
ScheduleRunTest |
test()
Information about the uploaded test to be run against the device pool.
|
TestType |
testType()
The test type for the specified device pool.
|
String |
testTypeAsString()
The test type for the specified device pool.
|
GetDevicePoolCompatibilityRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String devicePoolArn()
The device pool's ARN.
public String appArn()
The ARN of the app that is associated with the specified device pool.
public TestType testType()
The test type for the specified device pool.
Allowed values include the following:
BUILTIN_FUZZ.
BUILTIN_EXPLORER. For Android, an app explorer that traverses an Android app, interacting with it and capturing screenshots at the same time.
APPIUM_JAVA_JUNIT.
APPIUM_JAVA_TESTNG.
APPIUM_PYTHON.
APPIUM_NODE.
APPIUM_RUBY.
APPIUM_WEB_JAVA_JUNIT.
APPIUM_WEB_JAVA_TESTNG.
APPIUM_WEB_PYTHON.
APPIUM_WEB_NODE.
APPIUM_WEB_RUBY.
CALABASH.
INSTRUMENTATION.
UIAUTOMATION.
UIAUTOMATOR.
XCTEST.
XCTEST_UI.
If the service returns an enum value that is not available in the current SDK version, testType will
return TestType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
testTypeAsString().
Allowed values include the following:
BUILTIN_FUZZ.
BUILTIN_EXPLORER. For Android, an app explorer that traverses an Android app, interacting with it and capturing screenshots at the same time.
APPIUM_JAVA_JUNIT.
APPIUM_JAVA_TESTNG.
APPIUM_PYTHON.
APPIUM_NODE.
APPIUM_RUBY.
APPIUM_WEB_JAVA_JUNIT.
APPIUM_WEB_JAVA_TESTNG.
APPIUM_WEB_PYTHON.
APPIUM_WEB_NODE.
APPIUM_WEB_RUBY.
CALABASH.
INSTRUMENTATION.
UIAUTOMATION.
UIAUTOMATOR.
XCTEST.
XCTEST_UI.
TestTypepublic String testTypeAsString()
The test type for the specified device pool.
Allowed values include the following:
BUILTIN_FUZZ.
BUILTIN_EXPLORER. For Android, an app explorer that traverses an Android app, interacting with it and capturing screenshots at the same time.
APPIUM_JAVA_JUNIT.
APPIUM_JAVA_TESTNG.
APPIUM_PYTHON.
APPIUM_NODE.
APPIUM_RUBY.
APPIUM_WEB_JAVA_JUNIT.
APPIUM_WEB_JAVA_TESTNG.
APPIUM_WEB_PYTHON.
APPIUM_WEB_NODE.
APPIUM_WEB_RUBY.
CALABASH.
INSTRUMENTATION.
UIAUTOMATION.
UIAUTOMATOR.
XCTEST.
XCTEST_UI.
If the service returns an enum value that is not available in the current SDK version, testType will
return TestType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
testTypeAsString().
Allowed values include the following:
BUILTIN_FUZZ.
BUILTIN_EXPLORER. For Android, an app explorer that traverses an Android app, interacting with it and capturing screenshots at the same time.
APPIUM_JAVA_JUNIT.
APPIUM_JAVA_TESTNG.
APPIUM_PYTHON.
APPIUM_NODE.
APPIUM_RUBY.
APPIUM_WEB_JAVA_JUNIT.
APPIUM_WEB_JAVA_TESTNG.
APPIUM_WEB_PYTHON.
APPIUM_WEB_NODE.
APPIUM_WEB_RUBY.
CALABASH.
INSTRUMENTATION.
UIAUTOMATION.
UIAUTOMATOR.
XCTEST.
XCTEST_UI.
TestTypepublic ScheduleRunTest test()
Information about the uploaded test to be run against the device pool.
public ScheduleRunConfiguration configuration()
An object that contains information about the settings for a run.
public GetDevicePoolCompatibilityRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetDevicePoolCompatibilityRequest.Builder,GetDevicePoolCompatibilityRequest>toBuilder in class DeviceFarmRequestpublic static GetDevicePoolCompatibilityRequest.Builder builder()
public static Class<? extends GetDevicePoolCompatibilityRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.