Struct aws_sdk_imagebuilder::output::list_components_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for ListComponentsOutput
Implementations
The request ID that uniquely identifies this request.
The request ID that uniquely identifies this request.
Appends an item to component_version_list.
To override the contents of this collection use set_component_version_list.
The list of component semantic versions.
The semantic version has four nodes:
The list of component semantic versions.
The semantic version has four nodes:
The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.
The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.
Consumes the builder and constructs a ListComponentsOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more