Struct aws_sdk_codedeploy::operation::batch_get_applications::builders::BatchGetApplicationsInputBuilder
source · #[non_exhaustive]pub struct BatchGetApplicationsInputBuilder { /* private fields */ }
Expand description
A builder for BatchGetApplicationsInput
.
Implementations§
source§impl BatchGetApplicationsInputBuilder
impl BatchGetApplicationsInputBuilder
sourcepub fn application_names(self, input: impl Into<String>) -> Self
pub fn application_names(self, input: impl Into<String>) -> Self
Appends an item to application_names
.
To override the contents of this collection use set_application_names
.
A list of application names separated by spaces. The maximum number of application names you can specify is 100.
sourcepub fn set_application_names(self, input: Option<Vec<String>>) -> Self
pub fn set_application_names(self, input: Option<Vec<String>>) -> Self
A list of application names separated by spaces. The maximum number of application names you can specify is 100.
sourcepub fn build(self) -> Result<BatchGetApplicationsInput, BuildError>
pub fn build(self) -> Result<BatchGetApplicationsInput, BuildError>
Consumes the builder and constructs a BatchGetApplicationsInput
.
Trait Implementations§
source§impl Clone for BatchGetApplicationsInputBuilder
impl Clone for BatchGetApplicationsInputBuilder
source§fn clone(&self) -> BatchGetApplicationsInputBuilder
fn clone(&self) -> BatchGetApplicationsInputBuilder
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 BatchGetApplicationsInputBuilder
impl Default for BatchGetApplicationsInputBuilder
source§fn default() -> BatchGetApplicationsInputBuilder
fn default() -> BatchGetApplicationsInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<BatchGetApplicationsInputBuilder> for BatchGetApplicationsInputBuilder
impl PartialEq<BatchGetApplicationsInputBuilder> for BatchGetApplicationsInputBuilder
source§fn eq(&self, other: &BatchGetApplicationsInputBuilder) -> bool
fn eq(&self, other: &BatchGetApplicationsInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for BatchGetApplicationsInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for BatchGetApplicationsInputBuilder
impl Send for BatchGetApplicationsInputBuilder
impl Sync for BatchGetApplicationsInputBuilder
impl Unpin for BatchGetApplicationsInputBuilder
impl UnwindSafe for BatchGetApplicationsInputBuilder
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