#[non_exhaustive]pub struct ListRepositorySyncDefinitionsInput { /* private fields */ }
Implementations§
source§impl ListRepositorySyncDefinitionsInput
impl ListRepositorySyncDefinitionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRepositorySyncDefinitions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRepositorySyncDefinitions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListRepositorySyncDefinitions
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListRepositorySyncDefinitionsInput
.
source§impl ListRepositorySyncDefinitionsInput
impl ListRepositorySyncDefinitionsInput
sourcepub fn repository_name(&self) -> Option<&str>
pub fn repository_name(&self) -> Option<&str>
The repository name.
sourcepub fn repository_provider(&self) -> Option<&RepositoryProvider>
pub fn repository_provider(&self) -> Option<&RepositoryProvider>
The repository provider.
sourcepub fn sync_type(&self) -> Option<&SyncType>
pub fn sync_type(&self) -> Option<&SyncType>
The sync type. The only supported value is TEMPLATE_SYNC
.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token that indicates the location of the next repository sync definition in the array of repository sync definitions, after the list of repository sync definitions previously requested.
Trait Implementations§
source§impl Clone for ListRepositorySyncDefinitionsInput
impl Clone for ListRepositorySyncDefinitionsInput
source§fn clone(&self) -> ListRepositorySyncDefinitionsInput
fn clone(&self) -> ListRepositorySyncDefinitionsInput
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 PartialEq<ListRepositorySyncDefinitionsInput> for ListRepositorySyncDefinitionsInput
impl PartialEq<ListRepositorySyncDefinitionsInput> for ListRepositorySyncDefinitionsInput
source§fn eq(&self, other: &ListRepositorySyncDefinitionsInput) -> bool
fn eq(&self, other: &ListRepositorySyncDefinitionsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.