Struct aws_sdk_ssm::operation::list_resource_data_sync::builders::ListResourceDataSyncInputBuilder
source · #[non_exhaustive]pub struct ListResourceDataSyncInputBuilder { /* private fields */ }
Expand description
A builder for ListResourceDataSyncInput
.
Implementations§
source§impl ListResourceDataSyncInputBuilder
impl ListResourceDataSyncInputBuilder
sourcepub fn sync_type(self, input: impl Into<String>) -> Self
pub fn sync_type(self, input: impl Into<String>) -> Self
View a list of resource data syncs according to the sync type. Specify SyncToDestination
to view resource data syncs that synchronize data to an Amazon S3 bucket. Specify SyncFromSource
to view resource data syncs from Organizations or from multiple Amazon Web Services Regions.
sourcepub fn set_sync_type(self, input: Option<String>) -> Self
pub fn set_sync_type(self, input: Option<String>) -> Self
View a list of resource data syncs according to the sync type. Specify SyncToDestination
to view resource data syncs that synchronize data to an Amazon S3 bucket. Specify SyncFromSource
to view resource data syncs from Organizations or from multiple Amazon Web Services Regions.
sourcepub fn get_sync_type(&self) -> &Option<String>
pub fn get_sync_type(&self) -> &Option<String>
View a list of resource data syncs according to the sync type. Specify SyncToDestination
to view resource data syncs that synchronize data to an Amazon S3 bucket. Specify SyncFromSource
to view resource data syncs from Organizations or from multiple Amazon Web Services Regions.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A token to start the list. 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
A token to start the list. 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>
A token to start the list. Use this token to get the next set of results.
sourcepub fn max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
sourcepub fn get_max_results(&self) -> &Option<i32>
pub fn get_max_results(&self) -> &Option<i32>
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
sourcepub fn build(self) -> Result<ListResourceDataSyncInput, BuildError>
pub fn build(self) -> Result<ListResourceDataSyncInput, BuildError>
Consumes the builder and constructs a ListResourceDataSyncInput
.
source§impl ListResourceDataSyncInputBuilder
impl ListResourceDataSyncInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<ListResourceDataSyncOutput, SdkError<ListResourceDataSyncError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<ListResourceDataSyncOutput, SdkError<ListResourceDataSyncError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for ListResourceDataSyncInputBuilder
impl Clone for ListResourceDataSyncInputBuilder
source§fn clone(&self) -> ListResourceDataSyncInputBuilder
fn clone(&self) -> ListResourceDataSyncInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ListResourceDataSyncInputBuilder
impl Default for ListResourceDataSyncInputBuilder
source§fn default() -> ListResourceDataSyncInputBuilder
fn default() -> ListResourceDataSyncInputBuilder
source§impl PartialEq for ListResourceDataSyncInputBuilder
impl PartialEq for ListResourceDataSyncInputBuilder
source§fn eq(&self, other: &ListResourceDataSyncInputBuilder) -> bool
fn eq(&self, other: &ListResourceDataSyncInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.