#[non_exhaustive]pub struct ListTestsOutputBuilder { /* private fields */ }Expand description
A builder for ListTestsOutput.
Implementations§
source§impl ListTestsOutputBuilder
impl ListTestsOutputBuilder
sourcepub fn tests(self, input: Test) -> Self
pub fn tests(self, input: Test) -> Self
Appends an item to tests.
To override the contents of this collection use set_tests.
Information about the tests.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list.
sourcepub fn build(self) -> ListTestsOutput
pub fn build(self) -> ListTestsOutput
Consumes the builder and constructs a ListTestsOutput.
Trait Implementations§
source§impl Clone for ListTestsOutputBuilder
impl Clone for ListTestsOutputBuilder
source§fn clone(&self) -> ListTestsOutputBuilder
fn clone(&self) -> ListTestsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for ListTestsOutputBuilder
impl Debug for ListTestsOutputBuilder
source§impl Default for ListTestsOutputBuilder
impl Default for ListTestsOutputBuilder
source§fn default() -> ListTestsOutputBuilder
fn default() -> ListTestsOutputBuilder
source§impl PartialEq for ListTestsOutputBuilder
impl PartialEq for ListTestsOutputBuilder
source§fn eq(&self, other: &ListTestsOutputBuilder) -> bool
fn eq(&self, other: &ListTestsOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.