#[non_exhaustive]pub struct ListTestSetsOutputBuilder { /* private fields */ }Expand description
A builder for ListTestSetsOutput.
Implementations§
source§impl ListTestSetsOutputBuilder
impl ListTestSetsOutputBuilder
sourcepub fn test_sets(self, input: TestSetSummary) -> Self
pub fn test_sets(self, input: TestSetSummary) -> Self
Appends an item to test_sets.
To override the contents of this collection use set_test_sets.
The selected test sets in a list of test sets.
sourcepub fn set_test_sets(self, input: Option<Vec<TestSetSummary>>) -> Self
pub fn set_test_sets(self, input: Option<Vec<TestSetSummary>>) -> Self
The selected test sets in a list of test sets.
sourcepub fn get_test_sets(&self) -> &Option<Vec<TestSetSummary>>
pub fn get_test_sets(&self) -> &Option<Vec<TestSetSummary>>
The selected test sets in a list of test sets.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A token that indicates whether there are more results to return in a response to the ListTestSets operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListTestSets operation request to get the next page of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A token that indicates whether there are more results to return in a response to the ListTestSets operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListTestSets operation request to get the next page of results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
A token that indicates whether there are more results to return in a response to the ListTestSets operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListTestSets operation request to get the next page of results.
sourcepub fn build(self) -> ListTestSetsOutput
pub fn build(self) -> ListTestSetsOutput
Consumes the builder and constructs a ListTestSetsOutput.
Trait Implementations§
source§impl Clone for ListTestSetsOutputBuilder
impl Clone for ListTestSetsOutputBuilder
source§fn clone(&self) -> ListTestSetsOutputBuilder
fn clone(&self) -> ListTestSetsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for ListTestSetsOutputBuilder
impl Debug for ListTestSetsOutputBuilder
source§impl Default for ListTestSetsOutputBuilder
impl Default for ListTestSetsOutputBuilder
source§fn default() -> ListTestSetsOutputBuilder
fn default() -> ListTestSetsOutputBuilder
source§impl PartialEq for ListTestSetsOutputBuilder
impl PartialEq for ListTestSetsOutputBuilder
source§fn eq(&self, other: &ListTestSetsOutputBuilder) -> bool
fn eq(&self, other: &ListTestSetsOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.