#[non_exhaustive]pub struct ListImagesOutputBuilder { /* private fields */ }
Expand description
A builder for ListImagesOutput
.
Implementations§
source§impl ListImagesOutputBuilder
impl ListImagesOutputBuilder
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_version_list(self, input: ImageVersion) -> Self
pub fn image_version_list(self, input: ImageVersion) -> Self
Appends an item to image_version_list
.
To override the contents of this collection use set_image_version_list
.
The list of image semantic versions.
The semantic version has four nodes:
Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the base image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
sourcepub fn set_image_version_list(self, input: Option<Vec<ImageVersion>>) -> Self
pub fn set_image_version_list(self, input: Option<Vec<ImageVersion>>) -> Self
The list of image semantic versions.
The semantic version has four nodes:
Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the base image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
sourcepub fn get_image_version_list(&self) -> &Option<Vec<ImageVersion>>
pub fn get_image_version_list(&self) -> &Option<Vec<ImageVersion>>
The list of image semantic versions.
The semantic version has four nodes:
Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the base image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
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) -> ListImagesOutput
pub fn build(self) -> ListImagesOutput
Consumes the builder and constructs a ListImagesOutput
.
Trait Implementations§
source§impl Clone for ListImagesOutputBuilder
impl Clone for ListImagesOutputBuilder
source§fn clone(&self) -> ListImagesOutputBuilder
fn clone(&self) -> ListImagesOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ListImagesOutputBuilder
impl Debug for ListImagesOutputBuilder
source§impl Default for ListImagesOutputBuilder
impl Default for ListImagesOutputBuilder
source§fn default() -> ListImagesOutputBuilder
fn default() -> ListImagesOutputBuilder
source§impl PartialEq for ListImagesOutputBuilder
impl PartialEq for ListImagesOutputBuilder
source§fn eq(&self, other: &ListImagesOutputBuilder) -> bool
fn eq(&self, other: &ListImagesOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.