Struct aws_sdk_codedeploy::operation::batch_get_application_revisions::builders::BatchGetApplicationRevisionsOutputBuilder
source · #[non_exhaustive]pub struct BatchGetApplicationRevisionsOutputBuilder { /* private fields */ }
Expand description
A builder for BatchGetApplicationRevisionsOutput
.
Implementations§
source§impl BatchGetApplicationRevisionsOutputBuilder
impl BatchGetApplicationRevisionsOutputBuilder
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 revisions.
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 revisions.
sourcepub fn get_application_name(&self) -> &Option<String>
pub fn get_application_name(&self) -> &Option<String>
The name of the application that corresponds to the revisions.
sourcepub fn error_message(self, input: impl Into<String>) -> Self
pub fn error_message(self, input: impl Into<String>) -> Self
Information about errors that might have occurred during the API call.
sourcepub fn set_error_message(self, input: Option<String>) -> Self
pub fn set_error_message(self, input: Option<String>) -> Self
Information about errors that might have occurred during the API call.
sourcepub fn get_error_message(&self) -> &Option<String>
pub fn get_error_message(&self) -> &Option<String>
Information about errors that might have occurred during the API call.
sourcepub fn revisions(self, input: RevisionInfo) -> Self
pub fn revisions(self, input: RevisionInfo) -> Self
Appends an item to revisions
.
To override the contents of this collection use set_revisions
.
Additional information about the revisions, including the type and location.
sourcepub fn set_revisions(self, input: Option<Vec<RevisionInfo>>) -> Self
pub fn set_revisions(self, input: Option<Vec<RevisionInfo>>) -> Self
Additional information about the revisions, including the type and location.
sourcepub fn get_revisions(&self) -> &Option<Vec<RevisionInfo>>
pub fn get_revisions(&self) -> &Option<Vec<RevisionInfo>>
Additional information about the revisions, including the type and location.
sourcepub fn build(self) -> BatchGetApplicationRevisionsOutput
pub fn build(self) -> BatchGetApplicationRevisionsOutput
Consumes the builder and constructs a BatchGetApplicationRevisionsOutput
.
Trait Implementations§
source§impl Clone for BatchGetApplicationRevisionsOutputBuilder
impl Clone for BatchGetApplicationRevisionsOutputBuilder
source§fn clone(&self) -> BatchGetApplicationRevisionsOutputBuilder
fn clone(&self) -> BatchGetApplicationRevisionsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for BatchGetApplicationRevisionsOutputBuilder
impl Default for BatchGetApplicationRevisionsOutputBuilder
source§fn default() -> BatchGetApplicationRevisionsOutputBuilder
fn default() -> BatchGetApplicationRevisionsOutputBuilder
source§impl PartialEq for BatchGetApplicationRevisionsOutputBuilder
impl PartialEq for BatchGetApplicationRevisionsOutputBuilder
source§fn eq(&self, other: &BatchGetApplicationRevisionsOutputBuilder) -> bool
fn eq(&self, other: &BatchGetApplicationRevisionsOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.