Struct aws_sdk_imagebuilder::operation::list_image_recipes::builders::ListImageRecipesOutputBuilder
source · #[non_exhaustive]pub struct ListImageRecipesOutputBuilder { /* private fields */ }
Expand description
A builder for ListImageRecipesOutput
.
Implementations§
source§impl ListImageRecipesOutputBuilder
impl ListImageRecipesOutputBuilder
sourcepub fn request_id(self, input: impl Into<String>) -> Self
pub fn request_id(self, input: impl Into<String>) -> Self
The request ID that uniquely identifies this request.
sourcepub fn set_request_id(self, input: Option<String>) -> Self
pub fn set_request_id(self, input: Option<String>) -> Self
The request ID that uniquely identifies this request.
sourcepub fn get_request_id(&self) -> &Option<String>
pub fn get_request_id(&self) -> &Option<String>
The request ID that uniquely identifies this request.
sourcepub fn image_recipe_summary_list(self, input: ImageRecipeSummary) -> Self
pub fn image_recipe_summary_list(self, input: ImageRecipeSummary) -> Self
Appends an item to image_recipe_summary_list
.
To override the contents of this collection use set_image_recipe_summary_list
.
The list of image pipelines.
sourcepub fn set_image_recipe_summary_list(
self,
input: Option<Vec<ImageRecipeSummary>>
) -> Self
pub fn set_image_recipe_summary_list( self, input: Option<Vec<ImageRecipeSummary>> ) -> Self
The list of image pipelines.
sourcepub fn get_image_recipe_summary_list(&self) -> &Option<Vec<ImageRecipeSummary>>
pub fn get_image_recipe_summary_list(&self) -> &Option<Vec<ImageRecipeSummary>>
The list of image pipelines.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
sourcepub fn build(self) -> ListImageRecipesOutput
pub fn build(self) -> ListImageRecipesOutput
Consumes the builder and constructs a ListImageRecipesOutput
.
Trait Implementations§
source§impl Clone for ListImageRecipesOutputBuilder
impl Clone for ListImageRecipesOutputBuilder
source§fn clone(&self) -> ListImageRecipesOutputBuilder
fn clone(&self) -> ListImageRecipesOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ListImageRecipesOutputBuilder
impl Default for ListImageRecipesOutputBuilder
source§fn default() -> ListImageRecipesOutputBuilder
fn default() -> ListImageRecipesOutputBuilder
source§impl PartialEq for ListImageRecipesOutputBuilder
impl PartialEq for ListImageRecipesOutputBuilder
source§fn eq(&self, other: &ListImageRecipesOutputBuilder) -> bool
fn eq(&self, other: &ListImageRecipesOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.