#[non_exhaustive]pub struct GetRepositorySyncStatusInput { /* private fields */ }
Implementations§
source§impl GetRepositorySyncStatusInput
impl GetRepositorySyncStatusInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetRepositorySyncStatus, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetRepositorySyncStatus, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetRepositorySyncStatus
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetRepositorySyncStatusInput
.
source§impl GetRepositorySyncStatusInput
impl GetRepositorySyncStatusInput
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.
Trait Implementations§
source§impl Clone for GetRepositorySyncStatusInput
impl Clone for GetRepositorySyncStatusInput
source§fn clone(&self) -> GetRepositorySyncStatusInput
fn clone(&self) -> GetRepositorySyncStatusInput
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 Debug for GetRepositorySyncStatusInput
impl Debug for GetRepositorySyncStatusInput
source§impl PartialEq<GetRepositorySyncStatusInput> for GetRepositorySyncStatusInput
impl PartialEq<GetRepositorySyncStatusInput> for GetRepositorySyncStatusInput
source§fn eq(&self, other: &GetRepositorySyncStatusInput) -> bool
fn eq(&self, other: &GetRepositorySyncStatusInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.