#[non_exhaustive]pub struct ListSamplesInputBuilder { /* private fields */ }Expand description
A builder for ListSamplesInput.
Implementations§
source§impl ListSamplesInputBuilder
impl ListSamplesInputBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the job used to list samples.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the job used to list samples.
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<ListSamplesInput, BuildError>
pub fn build(self) -> Result<ListSamplesInput, BuildError>
Consumes the builder and constructs a ListSamplesInput.
Trait Implementations§
source§impl Clone for ListSamplesInputBuilder
impl Clone for ListSamplesInputBuilder
source§fn clone(&self) -> ListSamplesInputBuilder
fn clone(&self) -> ListSamplesInputBuilder
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 ListSamplesInputBuilder
impl Debug for ListSamplesInputBuilder
source§impl Default for ListSamplesInputBuilder
impl Default for ListSamplesInputBuilder
source§fn default() -> ListSamplesInputBuilder
fn default() -> ListSamplesInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListSamplesInputBuilder> for ListSamplesInputBuilder
impl PartialEq<ListSamplesInputBuilder> for ListSamplesInputBuilder
source§fn eq(&self, other: &ListSamplesInputBuilder) -> bool
fn eq(&self, other: &ListSamplesInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.