Struct aws_sdk_outposts::model::line_item_request::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for LineItemRequest
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn catalog_item_id(self, input: impl Into<String>) -> Self
pub fn catalog_item_id(self, input: impl Into<String>) -> Self
The ID of the catalog item.
sourcepub fn set_catalog_item_id(self, input: Option<String>) -> Self
pub fn set_catalog_item_id(self, input: Option<String>) -> Self
The ID of the catalog item.
sourcepub fn set_quantity(self, input: Option<i32>) -> Self
pub fn set_quantity(self, input: Option<i32>) -> Self
The quantity of a line item request.
sourcepub fn build(self) -> LineItemRequest
pub fn build(self) -> LineItemRequest
Consumes the builder and constructs a LineItemRequest
.