#[non_exhaustive]pub struct DeleteArtifactOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteArtifactOutput
.
Implementations§
source§impl DeleteArtifactOutputBuilder
impl DeleteArtifactOutputBuilder
sourcepub fn artifact_arn(self, input: impl Into<String>) -> Self
pub fn artifact_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the artifact.
sourcepub fn set_artifact_arn(self, input: Option<String>) -> Self
pub fn set_artifact_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the artifact.
sourcepub fn build(self) -> DeleteArtifactOutput
pub fn build(self) -> DeleteArtifactOutput
Consumes the builder and constructs a DeleteArtifactOutput
.
Trait Implementations§
source§impl Clone for DeleteArtifactOutputBuilder
impl Clone for DeleteArtifactOutputBuilder
source§fn clone(&self) -> DeleteArtifactOutputBuilder
fn clone(&self) -> DeleteArtifactOutputBuilder
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 DeleteArtifactOutputBuilder
impl Debug for DeleteArtifactOutputBuilder
source§impl Default for DeleteArtifactOutputBuilder
impl Default for DeleteArtifactOutputBuilder
source§fn default() -> DeleteArtifactOutputBuilder
fn default() -> DeleteArtifactOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteArtifactOutputBuilder> for DeleteArtifactOutputBuilder
impl PartialEq<DeleteArtifactOutputBuilder> for DeleteArtifactOutputBuilder
source§fn eq(&self, other: &DeleteArtifactOutputBuilder) -> bool
fn eq(&self, other: &DeleteArtifactOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.