#[non_exhaustive]pub struct GetProductsOutputBuilder { /* private fields */ }Expand description
A builder for GetProductsOutput.
Implementations§
source§impl GetProductsOutputBuilder
impl GetProductsOutputBuilder
sourcepub fn format_version(self, input: impl Into<String>) -> Self
pub fn format_version(self, input: impl Into<String>) -> Self
The format version of the response. For example, aws_v1.
sourcepub fn set_format_version(self, input: Option<String>) -> Self
pub fn set_format_version(self, input: Option<String>) -> Self
The format version of the response. For example, aws_v1.
sourcepub fn get_format_version(&self) -> &Option<String>
pub fn get_format_version(&self) -> &Option<String>
The format version of the response. For example, aws_v1.
sourcepub fn price_list(self, input: impl Into<String>) -> Self
pub fn price_list(self, input: impl Into<String>) -> Self
Appends an item to price_list.
To override the contents of this collection use set_price_list.
The list of products that match your filters. The list contains both the product metadata and the price information.
sourcepub fn set_price_list(self, input: Option<Vec<String>>) -> Self
pub fn set_price_list(self, input: Option<Vec<String>>) -> Self
The list of products that match your filters. The list contains both the product metadata and the price information.
sourcepub fn get_price_list(&self) -> &Option<Vec<String>>
pub fn get_price_list(&self) -> &Option<Vec<String>>
The list of products that match your filters. The list contains both the product metadata and the price information.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The pagination token that indicates the next set of results to retrieve.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The pagination token that indicates the next set of results to retrieve.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The pagination token that indicates the next set of results to retrieve.
sourcepub fn build(self) -> GetProductsOutput
pub fn build(self) -> GetProductsOutput
Consumes the builder and constructs a GetProductsOutput.
Trait Implementations§
source§impl Clone for GetProductsOutputBuilder
impl Clone for GetProductsOutputBuilder
source§fn clone(&self) -> GetProductsOutputBuilder
fn clone(&self) -> GetProductsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for GetProductsOutputBuilder
impl Debug for GetProductsOutputBuilder
source§impl Default for GetProductsOutputBuilder
impl Default for GetProductsOutputBuilder
source§fn default() -> GetProductsOutputBuilder
fn default() -> GetProductsOutputBuilder
source§impl PartialEq for GetProductsOutputBuilder
impl PartialEq for GetProductsOutputBuilder
source§fn eq(&self, other: &GetProductsOutputBuilder) -> bool
fn eq(&self, other: &GetProductsOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.