Struct aws_sdk_proton::operation::reject_environment_account_connection::builders::RejectEnvironmentAccountConnectionOutputBuilder
source · #[non_exhaustive]pub struct RejectEnvironmentAccountConnectionOutputBuilder { /* private fields */ }
Expand description
A builder for RejectEnvironmentAccountConnectionOutput
.
Implementations§
source§impl RejectEnvironmentAccountConnectionOutputBuilder
impl RejectEnvironmentAccountConnectionOutputBuilder
sourcepub fn environment_account_connection(
self,
input: EnvironmentAccountConnection
) -> Self
pub fn environment_account_connection( self, input: EnvironmentAccountConnection ) -> Self
The environment connection account detail data that's returned by Proton.
sourcepub fn set_environment_account_connection(
self,
input: Option<EnvironmentAccountConnection>
) -> Self
pub fn set_environment_account_connection( self, input: Option<EnvironmentAccountConnection> ) -> Self
The environment connection account detail data that's returned by Proton.
sourcepub fn build(self) -> RejectEnvironmentAccountConnectionOutput
pub fn build(self) -> RejectEnvironmentAccountConnectionOutput
Consumes the builder and constructs a RejectEnvironmentAccountConnectionOutput
.
Trait Implementations§
source§impl Clone for RejectEnvironmentAccountConnectionOutputBuilder
impl Clone for RejectEnvironmentAccountConnectionOutputBuilder
source§fn clone(&self) -> RejectEnvironmentAccountConnectionOutputBuilder
fn clone(&self) -> RejectEnvironmentAccountConnectionOutputBuilder
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 RejectEnvironmentAccountConnectionOutputBuilder
impl Default for RejectEnvironmentAccountConnectionOutputBuilder
source§fn default() -> RejectEnvironmentAccountConnectionOutputBuilder
fn default() -> RejectEnvironmentAccountConnectionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<RejectEnvironmentAccountConnectionOutputBuilder> for RejectEnvironmentAccountConnectionOutputBuilder
impl PartialEq<RejectEnvironmentAccountConnectionOutputBuilder> for RejectEnvironmentAccountConnectionOutputBuilder
source§fn eq(&self, other: &RejectEnvironmentAccountConnectionOutputBuilder) -> bool
fn eq(&self, other: &RejectEnvironmentAccountConnectionOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.