Struct aws_sdk_codedeploy::operation::list_deployment_instances::builders::ListDeploymentInstancesOutputBuilder
source · #[non_exhaustive]pub struct ListDeploymentInstancesOutputBuilder { /* private fields */ }
Expand description
A builder for ListDeploymentInstancesOutput
.
Implementations§
source§impl ListDeploymentInstancesOutputBuilder
impl ListDeploymentInstancesOutputBuilder
sourcepub fn instances_list(self, input: impl Into<String>) -> Self
pub fn instances_list(self, input: impl Into<String>) -> Self
Appends an item to instances_list
.
To override the contents of this collection use set_instances_list
.
A list of instance IDs.
sourcepub fn set_instances_list(self, input: Option<Vec<String>>) -> Self
pub fn set_instances_list(self, input: Option<Vec<String>>) -> Self
A list of instance IDs.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list.
sourcepub fn build(self) -> ListDeploymentInstancesOutput
pub fn build(self) -> ListDeploymentInstancesOutput
Consumes the builder and constructs a ListDeploymentInstancesOutput
.
Trait Implementations§
source§impl Clone for ListDeploymentInstancesOutputBuilder
impl Clone for ListDeploymentInstancesOutputBuilder
source§fn clone(&self) -> ListDeploymentInstancesOutputBuilder
fn clone(&self) -> ListDeploymentInstancesOutputBuilder
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 ListDeploymentInstancesOutputBuilder
impl Default for ListDeploymentInstancesOutputBuilder
source§fn default() -> ListDeploymentInstancesOutputBuilder
fn default() -> ListDeploymentInstancesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListDeploymentInstancesOutputBuilder> for ListDeploymentInstancesOutputBuilder
impl PartialEq<ListDeploymentInstancesOutputBuilder> for ListDeploymentInstancesOutputBuilder
source§fn eq(&self, other: &ListDeploymentInstancesOutputBuilder) -> bool
fn eq(&self, other: &ListDeploymentInstancesOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListDeploymentInstancesOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListDeploymentInstancesOutputBuilder
impl Send for ListDeploymentInstancesOutputBuilder
impl Sync for ListDeploymentInstancesOutputBuilder
impl Unpin for ListDeploymentInstancesOutputBuilder
impl UnwindSafe for ListDeploymentInstancesOutputBuilder
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