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.
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 environment connection account detail data that's returned by Proton.
sourcepub fn get_environment_account_connection(
&self
) -> &Option<EnvironmentAccountConnection>
pub fn get_environment_account_connection( &self ) -> &Option<EnvironmentAccountConnection>
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 for RejectEnvironmentAccountConnectionOutputBuilder
impl PartialEq 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 ==.impl StructuralPartialEq for RejectEnvironmentAccountConnectionOutputBuilder
Auto Trait Implementations§
impl Freeze for RejectEnvironmentAccountConnectionOutputBuilder
impl RefUnwindSafe for RejectEnvironmentAccountConnectionOutputBuilder
impl Send for RejectEnvironmentAccountConnectionOutputBuilder
impl Sync for RejectEnvironmentAccountConnectionOutputBuilder
impl Unpin for RejectEnvironmentAccountConnectionOutputBuilder
impl UnwindSafe for RejectEnvironmentAccountConnectionOutputBuilder
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.