Struct aws_sdk_ssm::operation::get_inventory_schema::builders::GetInventorySchemaOutputBuilder
source · #[non_exhaustive]pub struct GetInventorySchemaOutputBuilder { /* private fields */ }Expand description
A builder for GetInventorySchemaOutput.
Implementations§
source§impl GetInventorySchemaOutputBuilder
impl GetInventorySchemaOutputBuilder
sourcepub fn schemas(self, input: InventoryItemSchema) -> Self
pub fn schemas(self, input: InventoryItemSchema) -> Self
Appends an item to schemas.
To override the contents of this collection use set_schemas.
Inventory schemas returned by the request.
sourcepub fn set_schemas(self, input: Option<Vec<InventoryItemSchema>>) -> Self
pub fn set_schemas(self, input: Option<Vec<InventoryItemSchema>>) -> Self
Inventory schemas returned by the request.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
sourcepub fn build(self) -> GetInventorySchemaOutput
pub fn build(self) -> GetInventorySchemaOutput
Consumes the builder and constructs a GetInventorySchemaOutput.
Trait Implementations§
source§impl Clone for GetInventorySchemaOutputBuilder
impl Clone for GetInventorySchemaOutputBuilder
source§fn clone(&self) -> GetInventorySchemaOutputBuilder
fn clone(&self) -> GetInventorySchemaOutputBuilder
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 Default for GetInventorySchemaOutputBuilder
impl Default for GetInventorySchemaOutputBuilder
source§fn default() -> GetInventorySchemaOutputBuilder
fn default() -> GetInventorySchemaOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetInventorySchemaOutputBuilder> for GetInventorySchemaOutputBuilder
impl PartialEq<GetInventorySchemaOutputBuilder> for GetInventorySchemaOutputBuilder
source§fn eq(&self, other: &GetInventorySchemaOutputBuilder) -> bool
fn eq(&self, other: &GetInventorySchemaOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.