Struct aws_sdk_codedeploy::operation::list_on_premises_instances::builders::ListOnPremisesInstancesOutputBuilder
source · #[non_exhaustive]pub struct ListOnPremisesInstancesOutputBuilder { /* private fields */ }Expand description
A builder for ListOnPremisesInstancesOutput.
Implementations§
source§impl ListOnPremisesInstancesOutputBuilder
impl ListOnPremisesInstancesOutputBuilder
sourcepub fn instance_names(self, input: impl Into<String>) -> Self
pub fn instance_names(self, input: impl Into<String>) -> Self
Appends an item to instance_names.
To override the contents of this collection use set_instance_names.
The list of matching on-premises instance names.
sourcepub fn set_instance_names(self, input: Option<Vec<String>>) -> Self
pub fn set_instance_names(self, input: Option<Vec<String>>) -> Self
The list of matching on-premises instance names.
sourcepub fn get_instance_names(&self) -> &Option<Vec<String>>
pub fn get_instance_names(&self) -> &Option<Vec<String>>
The list of matching on-premises instance names.
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 on-premises instances call to return the next set of on-premises 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 on-premises instances call to return the next set of on-premises instances in the list.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list on-premises instances call to return the next set of on-premises instances in the list.
sourcepub fn build(self) -> ListOnPremisesInstancesOutput
pub fn build(self) -> ListOnPremisesInstancesOutput
Consumes the builder and constructs a ListOnPremisesInstancesOutput.
Trait Implementations§
source§impl Clone for ListOnPremisesInstancesOutputBuilder
impl Clone for ListOnPremisesInstancesOutputBuilder
source§fn clone(&self) -> ListOnPremisesInstancesOutputBuilder
fn clone(&self) -> ListOnPremisesInstancesOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ListOnPremisesInstancesOutputBuilder
impl Default for ListOnPremisesInstancesOutputBuilder
source§fn default() -> ListOnPremisesInstancesOutputBuilder
fn default() -> ListOnPremisesInstancesOutputBuilder
source§impl PartialEq for ListOnPremisesInstancesOutputBuilder
impl PartialEq for ListOnPremisesInstancesOutputBuilder
source§fn eq(&self, other: &ListOnPremisesInstancesOutputBuilder) -> bool
fn eq(&self, other: &ListOnPremisesInstancesOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ListOnPremisesInstancesOutputBuilder
Auto Trait Implementations§
impl Freeze for ListOnPremisesInstancesOutputBuilder
impl RefUnwindSafe for ListOnPremisesInstancesOutputBuilder
impl Send for ListOnPremisesInstancesOutputBuilder
impl Sync for ListOnPremisesInstancesOutputBuilder
impl Unpin for ListOnPremisesInstancesOutputBuilder
impl UnwindSafe for ListOnPremisesInstancesOutputBuilder
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
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>
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>
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 more