Struct aws_sdk_databrew::operation::list_recipe_versions::builders::ListRecipeVersionsOutputBuilder
source · #[non_exhaustive]pub struct ListRecipeVersionsOutputBuilder { /* private fields */ }
Expand description
A builder for ListRecipeVersionsOutput
.
Implementations§
source§impl ListRecipeVersionsOutputBuilder
impl ListRecipeVersionsOutputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A token that you can use in a subsequent call to retrieve the next set 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 you can use in a subsequent call to retrieve the next set of results.
sourcepub fn recipes(self, input: Recipe) -> Self
pub fn recipes(self, input: Recipe) -> Self
Appends an item to recipes
.
To override the contents of this collection use set_recipes
.
A list of versions for the specified recipe.
sourcepub fn set_recipes(self, input: Option<Vec<Recipe>>) -> Self
pub fn set_recipes(self, input: Option<Vec<Recipe>>) -> Self
A list of versions for the specified recipe.
sourcepub fn build(self) -> ListRecipeVersionsOutput
pub fn build(self) -> ListRecipeVersionsOutput
Consumes the builder and constructs a ListRecipeVersionsOutput
.
Trait Implementations§
source§impl Clone for ListRecipeVersionsOutputBuilder
impl Clone for ListRecipeVersionsOutputBuilder
source§fn clone(&self) -> ListRecipeVersionsOutputBuilder
fn clone(&self) -> ListRecipeVersionsOutputBuilder
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 ListRecipeVersionsOutputBuilder
impl Default for ListRecipeVersionsOutputBuilder
source§fn default() -> ListRecipeVersionsOutputBuilder
fn default() -> ListRecipeVersionsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListRecipeVersionsOutputBuilder> for ListRecipeVersionsOutputBuilder
impl PartialEq<ListRecipeVersionsOutputBuilder> for ListRecipeVersionsOutputBuilder
source§fn eq(&self, other: &ListRecipeVersionsOutputBuilder) -> bool
fn eq(&self, other: &ListRecipeVersionsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.