Struct aws_sdk_devicefarm::operation::get_device_pool_compatibility::builders::GetDevicePoolCompatibilityInputBuilder
source · #[non_exhaustive]pub struct GetDevicePoolCompatibilityInputBuilder { /* private fields */ }Expand description
A builder for GetDevicePoolCompatibilityInput.
Implementations§
source§impl GetDevicePoolCompatibilityInputBuilder
impl GetDevicePoolCompatibilityInputBuilder
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.
This field is required.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.
sourcepub fn build(self) -> Result<GetDevicePoolCompatibilityInput, BuildError>
pub fn build(self) -> Result<GetDevicePoolCompatibilityInput, BuildError>
Consumes the builder and constructs a GetDevicePoolCompatibilityInput.
source§impl GetDevicePoolCompatibilityInputBuilder
impl GetDevicePoolCompatibilityInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetDevicePoolCompatibilityOutput, SdkError<GetDevicePoolCompatibilityError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetDevicePoolCompatibilityOutput, SdkError<GetDevicePoolCompatibilityError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetDevicePoolCompatibilityInputBuilder
impl Clone for GetDevicePoolCompatibilityInputBuilder
source§fn clone(&self) -> GetDevicePoolCompatibilityInputBuilder
fn clone(&self) -> GetDevicePoolCompatibilityInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for GetDevicePoolCompatibilityInputBuilder
impl Default for GetDevicePoolCompatibilityInputBuilder
source§fn default() -> GetDevicePoolCompatibilityInputBuilder
fn default() -> GetDevicePoolCompatibilityInputBuilder
source§impl PartialEq for GetDevicePoolCompatibilityInputBuilder
impl PartialEq for GetDevicePoolCompatibilityInputBuilder
source§fn eq(&self, other: &GetDevicePoolCompatibilityInputBuilder) -> bool
fn eq(&self, other: &GetDevicePoolCompatibilityInputBuilder) -> bool
self and other values to be equal, and is used
by ==.