Struct aws_sdk_imagebuilder::operation::list_image_packages::builders::ListImagePackagesOutputBuilder
source · #[non_exhaustive]pub struct ListImagePackagesOutputBuilder { /* private fields */ }
Expand description
A builder for ListImagePackagesOutput
.
Implementations§
source§impl ListImagePackagesOutputBuilder
impl ListImagePackagesOutputBuilder
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 image_package_list(self, input: ImagePackage) -> Self
pub fn image_package_list(self, input: ImagePackage) -> Self
Appends an item to image_package_list
.
To override the contents of this collection use set_image_package_list
.
The list of Image Packages returned in the response.
sourcepub fn set_image_package_list(self, input: Option<Vec<ImagePackage>>) -> Self
pub fn set_image_package_list(self, input: Option<Vec<ImagePackage>>) -> Self
The list of Image Packages returned in the response.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
sourcepub fn build(self) -> ListImagePackagesOutput
pub fn build(self) -> ListImagePackagesOutput
Consumes the builder and constructs a ListImagePackagesOutput
.
Trait Implementations§
source§impl Clone for ListImagePackagesOutputBuilder
impl Clone for ListImagePackagesOutputBuilder
source§fn clone(&self) -> ListImagePackagesOutputBuilder
fn clone(&self) -> ListImagePackagesOutputBuilder
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 ListImagePackagesOutputBuilder
impl Default for ListImagePackagesOutputBuilder
source§fn default() -> ListImagePackagesOutputBuilder
fn default() -> ListImagePackagesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListImagePackagesOutputBuilder> for ListImagePackagesOutputBuilder
impl PartialEq<ListImagePackagesOutputBuilder> for ListImagePackagesOutputBuilder
source§fn eq(&self, other: &ListImagePackagesOutputBuilder) -> bool
fn eq(&self, other: &ListImagePackagesOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.