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 get_application_names(&self) -> &Option<Vec<String>>
pub fn get_application_names(&self) -> &Option<Vec<String>>
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
.
source§impl BatchGetApplicationsInputBuilder
impl BatchGetApplicationsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<BatchGetApplicationsOutput, SdkError<BatchGetApplicationsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<BatchGetApplicationsOutput, SdkError<BatchGetApplicationsError, HttpResponse>>
Sends a request with this input using the given client.
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 for BatchGetApplicationsInputBuilder
impl PartialEq 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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.