Struct aws_sdk_devicefarm::operation::create_test_grid_project::builders::CreateTestGridProjectOutputBuilder
source · #[non_exhaustive]pub struct CreateTestGridProjectOutputBuilder { /* private fields */ }Expand description
A builder for CreateTestGridProjectOutput.
Implementations§
source§impl CreateTestGridProjectOutputBuilder
impl CreateTestGridProjectOutputBuilder
sourcepub fn test_grid_project(self, input: TestGridProject) -> Self
pub fn test_grid_project(self, input: TestGridProject) -> Self
ARN of the Selenium testing project that was created.
sourcepub fn set_test_grid_project(self, input: Option<TestGridProject>) -> Self
pub fn set_test_grid_project(self, input: Option<TestGridProject>) -> Self
ARN of the Selenium testing project that was created.
sourcepub fn build(self) -> CreateTestGridProjectOutput
pub fn build(self) -> CreateTestGridProjectOutput
Consumes the builder and constructs a CreateTestGridProjectOutput.
Trait Implementations§
source§impl Clone for CreateTestGridProjectOutputBuilder
impl Clone for CreateTestGridProjectOutputBuilder
source§fn clone(&self) -> CreateTestGridProjectOutputBuilder
fn clone(&self) -> CreateTestGridProjectOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for CreateTestGridProjectOutputBuilder
impl Default for CreateTestGridProjectOutputBuilder
source§fn default() -> CreateTestGridProjectOutputBuilder
fn default() -> CreateTestGridProjectOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateTestGridProjectOutputBuilder> for CreateTestGridProjectOutputBuilder
impl PartialEq<CreateTestGridProjectOutputBuilder> for CreateTestGridProjectOutputBuilder
source§fn eq(&self, other: &CreateTestGridProjectOutputBuilder) -> bool
fn eq(&self, other: &CreateTestGridProjectOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.