Class GetDevicePoolCompatibilityRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.devicefarm.model.DeviceFarmRequest
-
- software.amazon.awssdk.services.devicefarm.model.GetDevicePoolCompatibilityRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetDevicePoolCompatibilityRequest.Builder,GetDevicePoolCompatibilityRequest>
@Generated("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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetDevicePoolCompatibilityRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringappArn()The ARN of the app that is associated with the specified device pool.static GetDevicePoolCompatibilityRequest.Builderbuilder()ScheduleRunConfigurationconfiguration()An object that contains information about the settings for a run.StringdevicePoolArn()The device pool's ARN.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends GetDevicePoolCompatibilityRequest.Builder>serializableBuilderClass()ScheduleRunTesttest()Information about the uploaded test to be run against the device pool.TestTypetestType()The test type for the specified device pool.StringtestTypeAsString()The test type for the specified device pool.GetDevicePoolCompatibilityRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
devicePoolArn
public final String devicePoolArn()
The device pool's ARN.
- Returns:
- The device pool's ARN.
-
appArn
public final String appArn()
The ARN of the app that is associated with the specified device pool.
- Returns:
- The ARN of the app that is associated with the specified device pool.
-
testType
public final 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,
testTypewill returnTestType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtestTypeAsString().- Returns:
- 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.
-
- See Also:
TestType
-
-
testTypeAsString
public final 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,
testTypewill returnTestType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtestTypeAsString().- Returns:
- 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.
-
- See Also:
TestType
-
-
test
public final ScheduleRunTest test()
Information about the uploaded test to be run against the device pool.
- Returns:
- Information about the uploaded test to be run against the device pool.
-
configuration
public final ScheduleRunConfiguration configuration()
An object that contains information about the settings for a run.
- Returns:
- An object that contains information about the settings for a run.
-
toBuilder
public GetDevicePoolCompatibilityRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetDevicePoolCompatibilityRequest.Builder,GetDevicePoolCompatibilityRequest>- Specified by:
toBuilderin classDeviceFarmRequest
-
builder
public static GetDevicePoolCompatibilityRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetDevicePoolCompatibilityRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-