Struct aws_sdk_proton::operation::get_environment_account_connection::builders::GetEnvironmentAccountConnectionOutputBuilder
source · #[non_exhaustive]pub struct GetEnvironmentAccountConnectionOutputBuilder { /* private fields */ }
Expand description
A builder for GetEnvironmentAccountConnectionOutput
.
Implementations§
source§impl GetEnvironmentAccountConnectionOutputBuilder
impl GetEnvironmentAccountConnectionOutputBuilder
sourcepub fn environment_account_connection(
self,
input: EnvironmentAccountConnection
) -> Self
pub fn environment_account_connection( self, input: EnvironmentAccountConnection ) -> Self
The detailed data of the requested environment account connection.
This field is required.sourcepub fn set_environment_account_connection(
self,
input: Option<EnvironmentAccountConnection>
) -> Self
pub fn set_environment_account_connection( self, input: Option<EnvironmentAccountConnection> ) -> Self
The detailed data of the requested environment account connection.
sourcepub fn get_environment_account_connection(
&self
) -> &Option<EnvironmentAccountConnection>
pub fn get_environment_account_connection( &self ) -> &Option<EnvironmentAccountConnection>
The detailed data of the requested environment account connection.
sourcepub fn build(self) -> GetEnvironmentAccountConnectionOutput
pub fn build(self) -> GetEnvironmentAccountConnectionOutput
Consumes the builder and constructs a GetEnvironmentAccountConnectionOutput
.
Trait Implementations§
source§impl Clone for GetEnvironmentAccountConnectionOutputBuilder
impl Clone for GetEnvironmentAccountConnectionOutputBuilder
source§fn clone(&self) -> GetEnvironmentAccountConnectionOutputBuilder
fn clone(&self) -> GetEnvironmentAccountConnectionOutputBuilder
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 GetEnvironmentAccountConnectionOutputBuilder
impl Default for GetEnvironmentAccountConnectionOutputBuilder
source§fn default() -> GetEnvironmentAccountConnectionOutputBuilder
fn default() -> GetEnvironmentAccountConnectionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetEnvironmentAccountConnectionOutputBuilder
impl PartialEq for GetEnvironmentAccountConnectionOutputBuilder
source§fn eq(&self, other: &GetEnvironmentAccountConnectionOutputBuilder) -> bool
fn eq(&self, other: &GetEnvironmentAccountConnectionOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetEnvironmentAccountConnectionOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetEnvironmentAccountConnectionOutputBuilder
impl Send for GetEnvironmentAccountConnectionOutputBuilder
impl Sync for GetEnvironmentAccountConnectionOutputBuilder
impl Unpin for GetEnvironmentAccountConnectionOutputBuilder
impl UnwindSafe for GetEnvironmentAccountConnectionOutputBuilder
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.