#[non_exhaustive]pub struct ListTestsInputBuilder { /* private fields */ }Expand description
A builder for ListTestsInput.
Implementations§
source§impl ListTestsInputBuilder
impl ListTestsInputBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The test suite's Amazon Resource Name (ARN).
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The test suite's Amazon Resource Name (ARN).
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
An identifier that was returned from the previous call to this operation, which can be used 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
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
sourcepub fn build(self) -> Result<ListTestsInput, BuildError>
pub fn build(self) -> Result<ListTestsInput, BuildError>
Consumes the builder and constructs a ListTestsInput.
Trait Implementations§
source§impl Clone for ListTestsInputBuilder
impl Clone for ListTestsInputBuilder
source§fn clone(&self) -> ListTestsInputBuilder
fn clone(&self) -> ListTestsInputBuilder
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 Debug for ListTestsInputBuilder
impl Debug for ListTestsInputBuilder
source§impl Default for ListTestsInputBuilder
impl Default for ListTestsInputBuilder
source§fn default() -> ListTestsInputBuilder
fn default() -> ListTestsInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListTestsInputBuilder> for ListTestsInputBuilder
impl PartialEq<ListTestsInputBuilder> for ListTestsInputBuilder
source§fn eq(&self, other: &ListTestsInputBuilder) -> bool
fn eq(&self, other: &ListTestsInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.