Struct aws_sdk_proton::operation::get_repository_sync_status::builders::GetRepositorySyncStatusOutputBuilder
source · #[non_exhaustive]pub struct GetRepositorySyncStatusOutputBuilder { /* private fields */ }
Expand description
A builder for GetRepositorySyncStatusOutput
.
Implementations§
source§impl GetRepositorySyncStatusOutputBuilder
impl GetRepositorySyncStatusOutputBuilder
sourcepub fn latest_sync(self, input: RepositorySyncAttempt) -> Self
pub fn latest_sync(self, input: RepositorySyncAttempt) -> Self
The repository sync status detail data that's returned by Proton.
sourcepub fn set_latest_sync(self, input: Option<RepositorySyncAttempt>) -> Self
pub fn set_latest_sync(self, input: Option<RepositorySyncAttempt>) -> Self
The repository sync status detail data that's returned by Proton.
sourcepub fn build(self) -> GetRepositorySyncStatusOutput
pub fn build(self) -> GetRepositorySyncStatusOutput
Consumes the builder and constructs a GetRepositorySyncStatusOutput
.
Trait Implementations§
source§impl Clone for GetRepositorySyncStatusOutputBuilder
impl Clone for GetRepositorySyncStatusOutputBuilder
source§fn clone(&self) -> GetRepositorySyncStatusOutputBuilder
fn clone(&self) -> GetRepositorySyncStatusOutputBuilder
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 GetRepositorySyncStatusOutputBuilder
impl Default for GetRepositorySyncStatusOutputBuilder
source§fn default() -> GetRepositorySyncStatusOutputBuilder
fn default() -> GetRepositorySyncStatusOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetRepositorySyncStatusOutputBuilder> for GetRepositorySyncStatusOutputBuilder
impl PartialEq<GetRepositorySyncStatusOutputBuilder> for GetRepositorySyncStatusOutputBuilder
source§fn eq(&self, other: &GetRepositorySyncStatusOutputBuilder) -> bool
fn eq(&self, other: &GetRepositorySyncStatusOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.