Struct aws_sdk_imagebuilder::operation::list_component_build_versions::builders::ListComponentBuildVersionsOutputBuilder
source · #[non_exhaustive]pub struct ListComponentBuildVersionsOutputBuilder { /* private fields */ }
Expand description
A builder for ListComponentBuildVersionsOutput
.
Implementations§
source§impl ListComponentBuildVersionsOutputBuilder
impl ListComponentBuildVersionsOutputBuilder
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 component_summary_list(self, input: ComponentSummary) -> Self
pub fn component_summary_list(self, input: ComponentSummary) -> Self
Appends an item to component_summary_list
.
To override the contents of this collection use set_component_summary_list
.
The list of component summaries for the specified semantic version.
sourcepub fn set_component_summary_list(
self,
input: Option<Vec<ComponentSummary>>
) -> Self
pub fn set_component_summary_list( self, input: Option<Vec<ComponentSummary>> ) -> Self
The list of component summaries for the specified semantic version.
sourcepub fn get_component_summary_list(&self) -> &Option<Vec<ComponentSummary>>
pub fn get_component_summary_list(&self) -> &Option<Vec<ComponentSummary>>
The list of component summaries for the specified semantic version.
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) -> ListComponentBuildVersionsOutput
pub fn build(self) -> ListComponentBuildVersionsOutput
Consumes the builder and constructs a ListComponentBuildVersionsOutput
.
Trait Implementations§
source§impl Clone for ListComponentBuildVersionsOutputBuilder
impl Clone for ListComponentBuildVersionsOutputBuilder
source§fn clone(&self) -> ListComponentBuildVersionsOutputBuilder
fn clone(&self) -> ListComponentBuildVersionsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ListComponentBuildVersionsOutputBuilder
impl Default for ListComponentBuildVersionsOutputBuilder
source§fn default() -> ListComponentBuildVersionsOutputBuilder
fn default() -> ListComponentBuildVersionsOutputBuilder
source§impl PartialEq for ListComponentBuildVersionsOutputBuilder
impl PartialEq for ListComponentBuildVersionsOutputBuilder
source§fn eq(&self, other: &ListComponentBuildVersionsOutputBuilder) -> bool
fn eq(&self, other: &ListComponentBuildVersionsOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.