Struct aws_sdk_elasticbeanstalk::operation::compose_environments::builders::ComposeEnvironmentsOutputBuilder
source · #[non_exhaustive]pub struct ComposeEnvironmentsOutputBuilder { /* private fields */ }
Expand description
A builder for ComposeEnvironmentsOutput
.
Implementations§
source§impl ComposeEnvironmentsOutputBuilder
impl ComposeEnvironmentsOutputBuilder
sourcepub fn environments(self, input: EnvironmentDescription) -> Self
pub fn environments(self, input: EnvironmentDescription) -> Self
Appends an item to environments
.
To override the contents of this collection use set_environments
.
Returns an EnvironmentDescription
list.
sourcepub fn set_environments(
self,
input: Option<Vec<EnvironmentDescription>>
) -> Self
pub fn set_environments( self, input: Option<Vec<EnvironmentDescription>> ) -> Self
Returns an EnvironmentDescription
list.
sourcepub fn get_environments(&self) -> &Option<Vec<EnvironmentDescription>>
pub fn get_environments(&self) -> &Option<Vec<EnvironmentDescription>>
Returns an EnvironmentDescription
list.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
In a paginated request, the token that you can pass in a subsequent request to get the next response page.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
In a paginated request, the token that you can pass in a subsequent request to get the next response page.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
In a paginated request, the token that you can pass in a subsequent request to get the next response page.
sourcepub fn build(self) -> ComposeEnvironmentsOutput
pub fn build(self) -> ComposeEnvironmentsOutput
Consumes the builder and constructs a ComposeEnvironmentsOutput
.
Trait Implementations§
source§impl Clone for ComposeEnvironmentsOutputBuilder
impl Clone for ComposeEnvironmentsOutputBuilder
source§fn clone(&self) -> ComposeEnvironmentsOutputBuilder
fn clone(&self) -> ComposeEnvironmentsOutputBuilder
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 ComposeEnvironmentsOutputBuilder
impl Default for ComposeEnvironmentsOutputBuilder
source§fn default() -> ComposeEnvironmentsOutputBuilder
fn default() -> ComposeEnvironmentsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ComposeEnvironmentsOutputBuilder> for ComposeEnvironmentsOutputBuilder
impl PartialEq<ComposeEnvironmentsOutputBuilder> for ComposeEnvironmentsOutputBuilder
source§fn eq(&self, other: &ComposeEnvironmentsOutputBuilder) -> bool
fn eq(&self, other: &ComposeEnvironmentsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ComposeEnvironmentsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ComposeEnvironmentsOutputBuilder
impl Send for ComposeEnvironmentsOutputBuilder
impl Sync for ComposeEnvironmentsOutputBuilder
impl Unpin for ComposeEnvironmentsOutputBuilder
impl UnwindSafe for ComposeEnvironmentsOutputBuilder
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