Struct aws_sdk_codedeploy::operation::batch_get_deployment_instances::builders::BatchGetDeploymentInstancesOutputBuilder    
source · #[non_exhaustive]pub struct BatchGetDeploymentInstancesOutputBuilder { /* private fields */ }Expand description
A builder for BatchGetDeploymentInstancesOutput.
Implementations§
source§impl BatchGetDeploymentInstancesOutputBuilder
 
impl BatchGetDeploymentInstancesOutputBuilder
sourcepub fn instances_summary(self, input: InstanceSummary) -> Self
 
pub fn instances_summary(self, input: InstanceSummary) -> Self
Appends an item to instances_summary.
To override the contents of this collection use set_instances_summary.
Information about the instance.
sourcepub fn set_instances_summary(self, input: Option<Vec<InstanceSummary>>) -> Self
 
pub fn set_instances_summary(self, input: Option<Vec<InstanceSummary>>) -> Self
Information about the instance.
sourcepub fn get_instances_summary(&self) -> &Option<Vec<InstanceSummary>>
 
pub fn get_instances_summary(&self) -> &Option<Vec<InstanceSummary>>
Information about the instance.
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 build(self) -> BatchGetDeploymentInstancesOutput
 
pub fn build(self) -> BatchGetDeploymentInstancesOutput
Consumes the builder and constructs a BatchGetDeploymentInstancesOutput.
Trait Implementations§
source§impl Clone for BatchGetDeploymentInstancesOutputBuilder
 
impl Clone for BatchGetDeploymentInstancesOutputBuilder
source§fn clone(&self) -> BatchGetDeploymentInstancesOutputBuilder
 
fn clone(&self) -> BatchGetDeploymentInstancesOutputBuilder
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 BatchGetDeploymentInstancesOutputBuilder
 
impl Default for BatchGetDeploymentInstancesOutputBuilder
source§fn default() -> BatchGetDeploymentInstancesOutputBuilder
 
fn default() -> BatchGetDeploymentInstancesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for BatchGetDeploymentInstancesOutputBuilder
 
impl PartialEq for BatchGetDeploymentInstancesOutputBuilder
source§fn eq(&self, other: &BatchGetDeploymentInstancesOutputBuilder) -> bool
 
fn eq(&self, other: &BatchGetDeploymentInstancesOutputBuilder) -> bool
Tests for 
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BatchGetDeploymentInstancesOutputBuilder
Auto Trait Implementations§
impl Freeze for BatchGetDeploymentInstancesOutputBuilder
impl RefUnwindSafe for BatchGetDeploymentInstancesOutputBuilder
impl Send for BatchGetDeploymentInstancesOutputBuilder
impl Sync for BatchGetDeploymentInstancesOutputBuilder
impl Unpin for BatchGetDeploymentInstancesOutputBuilder
impl UnwindSafe for BatchGetDeploymentInstancesOutputBuilder
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> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
 
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)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>
source§impl<T> IntoEither for T
 
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
 
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts 
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
 
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts 
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.