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.
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 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<GetEnvironmentAccountConnectionOutputBuilder> for GetEnvironmentAccountConnectionOutputBuilder
impl PartialEq<GetEnvironmentAccountConnectionOutputBuilder> 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 ==
.