Struct aws_sdk_devicefarm::operation::get_test::builders::GetTestInputBuilder
source · #[non_exhaustive]pub struct GetTestInputBuilder { /* private fields */ }Expand description
A builder for GetTestInput.
Implementations§
source§impl GetTestInputBuilder
impl GetTestInputBuilder
sourcepub fn build(self) -> Result<GetTestInput, BuildError>
pub fn build(self) -> Result<GetTestInput, BuildError>
Consumes the builder and constructs a GetTestInput.
Trait Implementations§
source§impl Clone for GetTestInputBuilder
impl Clone for GetTestInputBuilder
source§fn clone(&self) -> GetTestInputBuilder
fn clone(&self) -> GetTestInputBuilder
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 Debug for GetTestInputBuilder
impl Debug for GetTestInputBuilder
source§impl Default for GetTestInputBuilder
impl Default for GetTestInputBuilder
source§fn default() -> GetTestInputBuilder
fn default() -> GetTestInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetTestInputBuilder> for GetTestInputBuilder
impl PartialEq<GetTestInputBuilder> for GetTestInputBuilder
source§fn eq(&self, other: &GetTestInputBuilder) -> bool
fn eq(&self, other: &GetTestInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.