Struct aws_sdk_codestarconnections::operation::list_sync_configurations::builders::ListSyncConfigurationsInputBuilder
source · #[non_exhaustive]pub struct ListSyncConfigurationsInputBuilder { /* private fields */ }
Expand description
A builder for ListSyncConfigurationsInput
.
Implementations§
source§impl ListSyncConfigurationsInputBuilder
impl ListSyncConfigurationsInputBuilder
sourcepub fn max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
A non-zero, non-negative integer used to limit the number of returned results.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
A non-zero, non-negative integer used to limit the number of returned results.
sourcepub fn get_max_results(&self) -> &Option<i32>
pub fn get_max_results(&self) -> &Option<i32>
A non-zero, non-negative integer used to limit the number of returned results.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
An enumeration token that allows the operation to batch the results of the operation.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
An enumeration token that allows the operation to batch the results of the operation.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
An enumeration token that allows the operation to batch the results of the operation.
sourcepub fn repository_link_id(self, input: impl Into<String>) -> Self
pub fn repository_link_id(self, input: impl Into<String>) -> Self
The ID of the repository link for the requested list of sync configurations.
This field is required.sourcepub fn set_repository_link_id(self, input: Option<String>) -> Self
pub fn set_repository_link_id(self, input: Option<String>) -> Self
The ID of the repository link for the requested list of sync configurations.
sourcepub fn get_repository_link_id(&self) -> &Option<String>
pub fn get_repository_link_id(&self) -> &Option<String>
The ID of the repository link for the requested list of sync configurations.
sourcepub fn sync_type(self, input: SyncConfigurationType) -> Self
pub fn sync_type(self, input: SyncConfigurationType) -> Self
The sync type for the requested list of sync configurations.
This field is required.sourcepub fn set_sync_type(self, input: Option<SyncConfigurationType>) -> Self
pub fn set_sync_type(self, input: Option<SyncConfigurationType>) -> Self
The sync type for the requested list of sync configurations.
sourcepub fn get_sync_type(&self) -> &Option<SyncConfigurationType>
pub fn get_sync_type(&self) -> &Option<SyncConfigurationType>
The sync type for the requested list of sync configurations.
sourcepub fn build(self) -> Result<ListSyncConfigurationsInput, BuildError>
pub fn build(self) -> Result<ListSyncConfigurationsInput, BuildError>
Consumes the builder and constructs a ListSyncConfigurationsInput
.
source§impl ListSyncConfigurationsInputBuilder
impl ListSyncConfigurationsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<ListSyncConfigurationsOutput, SdkError<ListSyncConfigurationsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<ListSyncConfigurationsOutput, SdkError<ListSyncConfigurationsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for ListSyncConfigurationsInputBuilder
impl Clone for ListSyncConfigurationsInputBuilder
source§fn clone(&self) -> ListSyncConfigurationsInputBuilder
fn clone(&self) -> ListSyncConfigurationsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ListSyncConfigurationsInputBuilder
impl Default for ListSyncConfigurationsInputBuilder
source§fn default() -> ListSyncConfigurationsInputBuilder
fn default() -> ListSyncConfigurationsInputBuilder
source§impl PartialEq for ListSyncConfigurationsInputBuilder
impl PartialEq for ListSyncConfigurationsInputBuilder
source§fn eq(&self, other: &ListSyncConfigurationsInputBuilder) -> bool
fn eq(&self, other: &ListSyncConfigurationsInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.