Struct aws_sdk_codedeploy::operation::get_application_revision::builders::GetApplicationRevisionInputBuilder
source · #[non_exhaustive]pub struct GetApplicationRevisionInputBuilder { /* private fields */ }
Expand description
A builder for GetApplicationRevisionInput
.
Implementations§
source§impl GetApplicationRevisionInputBuilder
impl GetApplicationRevisionInputBuilder
sourcepub fn application_name(self, input: impl Into<String>) -> Self
pub fn application_name(self, input: impl Into<String>) -> Self
The name of the application that corresponds to the revision.
sourcepub fn set_application_name(self, input: Option<String>) -> Self
pub fn set_application_name(self, input: Option<String>) -> Self
The name of the application that corresponds to the revision.
sourcepub fn revision(self, input: RevisionLocation) -> Self
pub fn revision(self, input: RevisionLocation) -> Self
Information about the application revision to get, including type and location.
sourcepub fn set_revision(self, input: Option<RevisionLocation>) -> Self
pub fn set_revision(self, input: Option<RevisionLocation>) -> Self
Information about the application revision to get, including type and location.
sourcepub fn build(self) -> Result<GetApplicationRevisionInput, BuildError>
pub fn build(self) -> Result<GetApplicationRevisionInput, BuildError>
Consumes the builder and constructs a GetApplicationRevisionInput
.
Trait Implementations§
source§impl Clone for GetApplicationRevisionInputBuilder
impl Clone for GetApplicationRevisionInputBuilder
source§fn clone(&self) -> GetApplicationRevisionInputBuilder
fn clone(&self) -> GetApplicationRevisionInputBuilder
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 GetApplicationRevisionInputBuilder
impl Default for GetApplicationRevisionInputBuilder
source§fn default() -> GetApplicationRevisionInputBuilder
fn default() -> GetApplicationRevisionInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetApplicationRevisionInputBuilder> for GetApplicationRevisionInputBuilder
impl PartialEq<GetApplicationRevisionInputBuilder> for GetApplicationRevisionInputBuilder
source§fn eq(&self, other: &GetApplicationRevisionInputBuilder) -> bool
fn eq(&self, other: &GetApplicationRevisionInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.