Struct aws_sdk_ecr::operation::complete_layer_upload::builders::CompleteLayerUploadOutputBuilder
source · #[non_exhaustive]pub struct CompleteLayerUploadOutputBuilder { /* private fields */ }
Expand description
A builder for CompleteLayerUploadOutput
.
Implementations§
source§impl CompleteLayerUploadOutputBuilder
impl CompleteLayerUploadOutputBuilder
sourcepub fn registry_id(self, input: impl Into<String>) -> Self
pub fn registry_id(self, input: impl Into<String>) -> Self
The registry ID associated with the request.
sourcepub fn set_registry_id(self, input: Option<String>) -> Self
pub fn set_registry_id(self, input: Option<String>) -> Self
The registry ID associated with the request.
sourcepub fn get_registry_id(&self) -> &Option<String>
pub fn get_registry_id(&self) -> &Option<String>
The registry ID associated with the request.
sourcepub fn repository_name(self, input: impl Into<String>) -> Self
pub fn repository_name(self, input: impl Into<String>) -> Self
The repository name associated with the request.
sourcepub fn set_repository_name(self, input: Option<String>) -> Self
pub fn set_repository_name(self, input: Option<String>) -> Self
The repository name associated with the request.
sourcepub fn get_repository_name(&self) -> &Option<String>
pub fn get_repository_name(&self) -> &Option<String>
The repository name associated with the request.
sourcepub fn upload_id(self, input: impl Into<String>) -> Self
pub fn upload_id(self, input: impl Into<String>) -> Self
The upload ID associated with the layer.
sourcepub fn set_upload_id(self, input: Option<String>) -> Self
pub fn set_upload_id(self, input: Option<String>) -> Self
The upload ID associated with the layer.
sourcepub fn get_upload_id(&self) -> &Option<String>
pub fn get_upload_id(&self) -> &Option<String>
The upload ID associated with the layer.
sourcepub fn layer_digest(self, input: impl Into<String>) -> Self
pub fn layer_digest(self, input: impl Into<String>) -> Self
The sha256
digest of the image layer.
sourcepub fn set_layer_digest(self, input: Option<String>) -> Self
pub fn set_layer_digest(self, input: Option<String>) -> Self
The sha256
digest of the image layer.
sourcepub fn get_layer_digest(&self) -> &Option<String>
pub fn get_layer_digest(&self) -> &Option<String>
The sha256
digest of the image layer.
sourcepub fn build(self) -> CompleteLayerUploadOutput
pub fn build(self) -> CompleteLayerUploadOutput
Consumes the builder and constructs a CompleteLayerUploadOutput
.
Trait Implementations§
source§impl Clone for CompleteLayerUploadOutputBuilder
impl Clone for CompleteLayerUploadOutputBuilder
source§fn clone(&self) -> CompleteLayerUploadOutputBuilder
fn clone(&self) -> CompleteLayerUploadOutputBuilder
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 CompleteLayerUploadOutputBuilder
impl Default for CompleteLayerUploadOutputBuilder
source§fn default() -> CompleteLayerUploadOutputBuilder
fn default() -> CompleteLayerUploadOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CompleteLayerUploadOutputBuilder
impl PartialEq for CompleteLayerUploadOutputBuilder
source§fn eq(&self, other: &CompleteLayerUploadOutputBuilder) -> bool
fn eq(&self, other: &CompleteLayerUploadOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CompleteLayerUploadOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CompleteLayerUploadOutputBuilder
impl Send for CompleteLayerUploadOutputBuilder
impl Sync for CompleteLayerUploadOutputBuilder
impl Unpin for CompleteLayerUploadOutputBuilder
impl UnwindSafe for CompleteLayerUploadOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.