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 get_schemas(&self) -> &Option<Vec<InventoryItemSchema>>
pub fn get_schemas(&self) -> &Option<Vec<InventoryItemSchema>>
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 get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
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 for GetInventorySchemaOutputBuilder
impl PartialEq 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 ==
.impl StructuralPartialEq for GetInventorySchemaOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetInventorySchemaOutputBuilder
impl Send for GetInventorySchemaOutputBuilder
impl Sync for GetInventorySchemaOutputBuilder
impl Unpin for GetInventorySchemaOutputBuilder
impl UnwindSafe for GetInventorySchemaOutputBuilder
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.