Struct aws_sdk_outposts::model::order_summary::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for OrderSummary
Implementations
The ID of the Outpost.
The ID of the Outpost.
The ID of the order.
The type of order.
The type of order.
The status of the order.
-
PREPARING
- Order is received and is being prepared. -
IN_PROGRESS
- Order is either being built, shipped, or installed. For more information, see theLineItem
status. -
COMPLETED
- Order is complete. -
CANCELLED
- Order is cancelled. -
ERROR
- Customer should contact support.
The following statuses are deprecated: RECEIVED
, PENDING
, PROCESSING
, INSTALLING
, and FULFILLED
.
The status of the order.
-
PREPARING
- Order is received and is being prepared. -
IN_PROGRESS
- Order is either being built, shipped, or installed. For more information, see theLineItem
status. -
COMPLETED
- Order is complete. -
CANCELLED
- Order is cancelled. -
ERROR
- Customer should contact support.
The following statuses are deprecated: RECEIVED
, PENDING
, PROCESSING
, INSTALLING
, and FULFILLED
.
Adds a key-value pair to line_item_counts_by_status
.
To override the contents of this collection use set_line_item_counts_by_status
.
The status of all line items in the order.
pub fn set_line_item_counts_by_status(
self,
input: Option<HashMap<LineItemStatus, i32>>
) -> Self
pub fn set_line_item_counts_by_status(
self,
input: Option<HashMap<LineItemStatus, i32>>
) -> Self
The status of all line items in the order.
Submission date for the order.
Submission date for the order.
Fulfilment date for the order.
Fulfilment date for the order.
Consumes the builder and constructs a OrderSummary
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more