Struct aws_sdk_devicefarm::operation::update_test_grid_project::builders::UpdateTestGridProjectOutputBuilder
source · #[non_exhaustive]pub struct UpdateTestGridProjectOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateTestGridProjectOutput
.
Implementations§
source§impl UpdateTestGridProjectOutputBuilder
impl UpdateTestGridProjectOutputBuilder
sourcepub fn test_grid_project(self, input: TestGridProject) -> Self
pub fn test_grid_project(self, input: TestGridProject) -> Self
The project, including updated information.
sourcepub fn set_test_grid_project(self, input: Option<TestGridProject>) -> Self
pub fn set_test_grid_project(self, input: Option<TestGridProject>) -> Self
The project, including updated information.
sourcepub fn get_test_grid_project(&self) -> &Option<TestGridProject>
pub fn get_test_grid_project(&self) -> &Option<TestGridProject>
The project, including updated information.
sourcepub fn build(self) -> UpdateTestGridProjectOutput
pub fn build(self) -> UpdateTestGridProjectOutput
Consumes the builder and constructs a UpdateTestGridProjectOutput
.
Trait Implementations§
source§impl Clone for UpdateTestGridProjectOutputBuilder
impl Clone for UpdateTestGridProjectOutputBuilder
source§fn clone(&self) -> UpdateTestGridProjectOutputBuilder
fn clone(&self) -> UpdateTestGridProjectOutputBuilder
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 UpdateTestGridProjectOutputBuilder
impl Default for UpdateTestGridProjectOutputBuilder
source§fn default() -> UpdateTestGridProjectOutputBuilder
fn default() -> UpdateTestGridProjectOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateTestGridProjectOutputBuilder> for UpdateTestGridProjectOutputBuilder
impl PartialEq<UpdateTestGridProjectOutputBuilder> for UpdateTestGridProjectOutputBuilder
source§fn eq(&self, other: &UpdateTestGridProjectOutputBuilder) -> bool
fn eq(&self, other: &UpdateTestGridProjectOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateTestGridProjectOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateTestGridProjectOutputBuilder
impl Send for UpdateTestGridProjectOutputBuilder
impl Sync for UpdateTestGridProjectOutputBuilder
impl Unpin for UpdateTestGridProjectOutputBuilder
impl UnwindSafe for UpdateTestGridProjectOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more