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
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service has'ot 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 has'ot included in this request. Use this token with the next request to retrieve additional objects.
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
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ListImagePackagesOutputBuilder
 
impl Default for ListImagePackagesOutputBuilder
source§fn default() -> ListImagePackagesOutputBuilder
 
fn default() -> ListImagePackagesOutputBuilder
source§impl PartialEq<ListImagePackagesOutputBuilder> for ListImagePackagesOutputBuilder
 
impl PartialEq<ListImagePackagesOutputBuilder> for ListImagePackagesOutputBuilder
source§fn eq(&self, other: &ListImagePackagesOutputBuilder) -> bool
 
fn eq(&self, other: &ListImagePackagesOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.