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 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 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 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
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 BatchGetApplicationRevisionsOutputBuilder
impl Default for BatchGetApplicationRevisionsOutputBuilder
source§fn default() -> BatchGetApplicationRevisionsOutputBuilder
fn default() -> BatchGetApplicationRevisionsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<BatchGetApplicationRevisionsOutputBuilder> for BatchGetApplicationRevisionsOutputBuilder
impl PartialEq<BatchGetApplicationRevisionsOutputBuilder> for BatchGetApplicationRevisionsOutputBuilder
source§fn eq(&self, other: &BatchGetApplicationRevisionsOutputBuilder) -> bool
fn eq(&self, other: &BatchGetApplicationRevisionsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for BatchGetApplicationRevisionsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for BatchGetApplicationRevisionsOutputBuilder
impl Send for BatchGetApplicationRevisionsOutputBuilder
impl Sync for BatchGetApplicationRevisionsOutputBuilder
impl Unpin for BatchGetApplicationRevisionsOutputBuilder
impl UnwindSafe for BatchGetApplicationRevisionsOutputBuilder
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