Struct aws_sdk_devicefarm::operation::get_device_pool_compatibility::builders::GetDevicePoolCompatibilityFluentBuilder
source · pub struct GetDevicePoolCompatibilityFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to GetDevicePoolCompatibility.
Gets information about compatibility with a device pool.
Implementations§
source§impl GetDevicePoolCompatibilityFluentBuilder
impl GetDevicePoolCompatibilityFluentBuilder
sourcepub fn as_input(&self) -> &GetDevicePoolCompatibilityInputBuilder
pub fn as_input(&self) -> &GetDevicePoolCompatibilityInputBuilder
Access the GetDevicePoolCompatibility as a reference.
sourcepub async fn send(
self
) -> Result<GetDevicePoolCompatibilityOutput, SdkError<GetDevicePoolCompatibilityError, HttpResponse>>
pub async fn send( self ) -> Result<GetDevicePoolCompatibilityOutput, SdkError<GetDevicePoolCompatibilityError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<GetDevicePoolCompatibilityOutput, GetDevicePoolCompatibilityError, Self>
pub fn customize( self ) -> CustomizableOperation<GetDevicePoolCompatibilityOutput, GetDevicePoolCompatibilityError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn device_pool_arn(self, input: impl Into<String>) -> Self
pub fn device_pool_arn(self, input: impl Into<String>) -> Self
The device pool's ARN.
sourcepub fn set_device_pool_arn(self, input: Option<String>) -> Self
pub fn set_device_pool_arn(self, input: Option<String>) -> Self
The device pool's ARN.
sourcepub fn get_device_pool_arn(&self) -> &Option<String>
pub fn get_device_pool_arn(&self) -> &Option<String>
The device pool's ARN.
sourcepub fn app_arn(self, input: impl Into<String>) -> Self
pub fn app_arn(self, input: impl Into<String>) -> Self
The ARN of the app that is associated with the specified device pool.
sourcepub fn set_app_arn(self, input: Option<String>) -> Self
pub fn set_app_arn(self, input: Option<String>) -> Self
The ARN of the app that is associated with the specified device pool.
sourcepub fn get_app_arn(&self) -> &Option<String>
pub fn get_app_arn(&self) -> &Option<String>
The ARN of the app that is associated with the specified device pool.
sourcepub fn test_type(self, input: TestType) -> Self
pub fn test_type(self, input: TestType) -> Self
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.
sourcepub fn set_test_type(self, input: Option<TestType>) -> Self
pub fn set_test_type(self, input: Option<TestType>) -> Self
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.
sourcepub fn get_test_type(&self) -> &Option<TestType>
pub fn get_test_type(&self) -> &Option<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.
sourcepub fn test(self, input: ScheduleRunTest) -> Self
pub fn test(self, input: ScheduleRunTest) -> Self
Information about the uploaded test to be run against the device pool.
sourcepub fn set_test(self, input: Option<ScheduleRunTest>) -> Self
pub fn set_test(self, input: Option<ScheduleRunTest>) -> Self
Information about the uploaded test to be run against the device pool.
sourcepub fn get_test(&self) -> &Option<ScheduleRunTest>
pub fn get_test(&self) -> &Option<ScheduleRunTest>
Information about the uploaded test to be run against the device pool.
sourcepub fn configuration(self, input: ScheduleRunConfiguration) -> Self
pub fn configuration(self, input: ScheduleRunConfiguration) -> Self
An object that contains information about the settings for a run.
sourcepub fn set_configuration(self, input: Option<ScheduleRunConfiguration>) -> Self
pub fn set_configuration(self, input: Option<ScheduleRunConfiguration>) -> Self
An object that contains information about the settings for a run.
sourcepub fn get_configuration(&self) -> &Option<ScheduleRunConfiguration>
pub fn get_configuration(&self) -> &Option<ScheduleRunConfiguration>
An object that contains information about the settings for a run.
Trait Implementations§
source§impl Clone for GetDevicePoolCompatibilityFluentBuilder
impl Clone for GetDevicePoolCompatibilityFluentBuilder
source§fn clone(&self) -> GetDevicePoolCompatibilityFluentBuilder
fn clone(&self) -> GetDevicePoolCompatibilityFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more