#[non_exhaustive]pub struct ListOrdersOutputBuilder { /* private fields */ }
Expand description
A builder for ListOrdersOutput
.
Implementations§
source§impl ListOrdersOutputBuilder
impl ListOrdersOutputBuilder
sourcepub fn orders(self, input: OrderSummary) -> Self
pub fn orders(self, input: OrderSummary) -> Self
Appends an item to orders
.
To override the contents of this collection use set_orders
.
Information about the orders.
sourcepub fn set_orders(self, input: Option<Vec<OrderSummary>>) -> Self
pub fn set_orders(self, input: Option<Vec<OrderSummary>>) -> Self
Information about the orders.
sourcepub fn get_orders(&self) -> &Option<Vec<OrderSummary>>
pub fn get_orders(&self) -> &Option<Vec<OrderSummary>>
Information about the orders.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The pagination token.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The pagination token.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The pagination token.
sourcepub fn build(self) -> ListOrdersOutput
pub fn build(self) -> ListOrdersOutput
Consumes the builder and constructs a ListOrdersOutput
.
Trait Implementations§
source§impl Clone for ListOrdersOutputBuilder
impl Clone for ListOrdersOutputBuilder
source§fn clone(&self) -> ListOrdersOutputBuilder
fn clone(&self) -> ListOrdersOutputBuilder
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 Debug for ListOrdersOutputBuilder
impl Debug for ListOrdersOutputBuilder
source§impl Default for ListOrdersOutputBuilder
impl Default for ListOrdersOutputBuilder
source§fn default() -> ListOrdersOutputBuilder
fn default() -> ListOrdersOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListOrdersOutputBuilder
impl PartialEq for ListOrdersOutputBuilder
source§fn eq(&self, other: &ListOrdersOutputBuilder) -> bool
fn eq(&self, other: &ListOrdersOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListOrdersOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListOrdersOutputBuilder
impl Send for ListOrdersOutputBuilder
impl Sync for ListOrdersOutputBuilder
impl Unpin for ListOrdersOutputBuilder
impl UnwindSafe for ListOrdersOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.