Struct aws_sdk_devicefarm::operation::list_test_grid_projects::builders::ListTestGridProjectsOutputBuilder
source · #[non_exhaustive]pub struct ListTestGridProjectsOutputBuilder { /* private fields */ }
Expand description
A builder for ListTestGridProjectsOutput
.
Implementations§
source§impl ListTestGridProjectsOutputBuilder
impl ListTestGridProjectsOutputBuilder
sourcepub fn test_grid_projects(self, input: TestGridProject) -> Self
pub fn test_grid_projects(self, input: TestGridProject) -> Self
Appends an item to test_grid_projects
.
To override the contents of this collection use set_test_grid_projects
.
The list of TestGridProjects, based on a ListTestGridProjectsRequest
.
sourcepub fn set_test_grid_projects(self, input: Option<Vec<TestGridProject>>) -> Self
pub fn set_test_grid_projects(self, input: Option<Vec<TestGridProject>>) -> Self
The list of TestGridProjects, based on a ListTestGridProjectsRequest
.
sourcepub fn get_test_grid_projects(&self) -> &Option<Vec<TestGridProject>>
pub fn get_test_grid_projects(&self) -> &Option<Vec<TestGridProject>>
The list of TestGridProjects, based on a ListTestGridProjectsRequest
.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
Used for pagination. Pass into ListTestGridProjects
to get more results in a paginated request.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
Used for pagination. Pass into ListTestGridProjects
to get more results in a paginated request.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
Used for pagination. Pass into ListTestGridProjects
to get more results in a paginated request.
sourcepub fn build(self) -> ListTestGridProjectsOutput
pub fn build(self) -> ListTestGridProjectsOutput
Consumes the builder and constructs a ListTestGridProjectsOutput
.
Trait Implementations§
source§impl Clone for ListTestGridProjectsOutputBuilder
impl Clone for ListTestGridProjectsOutputBuilder
source§fn clone(&self) -> ListTestGridProjectsOutputBuilder
fn clone(&self) -> ListTestGridProjectsOutputBuilder
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 ListTestGridProjectsOutputBuilder
impl Default for ListTestGridProjectsOutputBuilder
source§fn default() -> ListTestGridProjectsOutputBuilder
fn default() -> ListTestGridProjectsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListTestGridProjectsOutputBuilder> for ListTestGridProjectsOutputBuilder
impl PartialEq<ListTestGridProjectsOutputBuilder> for ListTestGridProjectsOutputBuilder
source§fn eq(&self, other: &ListTestGridProjectsOutputBuilder) -> bool
fn eq(&self, other: &ListTestGridProjectsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListTestGridProjectsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListTestGridProjectsOutputBuilder
impl Send for ListTestGridProjectsOutputBuilder
impl Sync for ListTestGridProjectsOutputBuilder
impl Unpin for ListTestGridProjectsOutputBuilder
impl UnwindSafe for ListTestGridProjectsOutputBuilder
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