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 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 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 ==.