Struct aws_sdk_ssm::operation::list_resource_data_sync::builders::ListResourceDataSyncOutputBuilder
source · #[non_exhaustive]pub struct ListResourceDataSyncOutputBuilder { /* private fields */ }
Expand description
A builder for ListResourceDataSyncOutput
.
Implementations§
source§impl ListResourceDataSyncOutputBuilder
impl ListResourceDataSyncOutputBuilder
sourcepub fn resource_data_sync_items(self, input: ResourceDataSyncItem) -> Self
pub fn resource_data_sync_items(self, input: ResourceDataSyncItem) -> Self
Appends an item to resource_data_sync_items
.
To override the contents of this collection use set_resource_data_sync_items
.
A list of your current resource data sync configurations and their statuses.
sourcepub fn set_resource_data_sync_items(
self,
input: Option<Vec<ResourceDataSyncItem>>
) -> Self
pub fn set_resource_data_sync_items( self, input: Option<Vec<ResourceDataSyncItem>> ) -> Self
A list of your current resource data sync configurations and their statuses.
sourcepub fn get_resource_data_sync_items(&self) -> &Option<Vec<ResourceDataSyncItem>>
pub fn get_resource_data_sync_items(&self) -> &Option<Vec<ResourceDataSyncItem>>
A list of your current resource data sync configurations and their statuses.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token for the next set of items to return. Use this token to get the next set of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token for the next set of items to return. Use this token to get the next set of results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The token for the next set of items to return. Use this token to get the next set of results.
sourcepub fn build(self) -> ListResourceDataSyncOutput
pub fn build(self) -> ListResourceDataSyncOutput
Consumes the builder and constructs a ListResourceDataSyncOutput
.
Trait Implementations§
source§impl Clone for ListResourceDataSyncOutputBuilder
impl Clone for ListResourceDataSyncOutputBuilder
source§fn clone(&self) -> ListResourceDataSyncOutputBuilder
fn clone(&self) -> ListResourceDataSyncOutputBuilder
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 ListResourceDataSyncOutputBuilder
impl Default for ListResourceDataSyncOutputBuilder
source§fn default() -> ListResourceDataSyncOutputBuilder
fn default() -> ListResourceDataSyncOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListResourceDataSyncOutputBuilder
impl PartialEq for ListResourceDataSyncOutputBuilder
source§fn eq(&self, other: &ListResourceDataSyncOutputBuilder) -> bool
fn eq(&self, other: &ListResourceDataSyncOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListResourceDataSyncOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListResourceDataSyncOutputBuilder
impl Send for ListResourceDataSyncOutputBuilder
impl Sync for ListResourceDataSyncOutputBuilder
impl Unpin for ListResourceDataSyncOutputBuilder
impl UnwindSafe for ListResourceDataSyncOutputBuilder
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