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 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 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<ListResourceDataSyncOutputBuilder> for ListResourceDataSyncOutputBuilder
impl PartialEq<ListResourceDataSyncOutputBuilder> 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 ==.