#[non_exhaustive]pub struct CreateOutboundConnectionInput { /* private fields */ }
Expand description
Container for the parameters to the CreateOutboundConnection
operation.
Implementations§
source§impl CreateOutboundConnectionInput
impl CreateOutboundConnectionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateOutboundConnection, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateOutboundConnection, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateOutboundConnection
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateOutboundConnectionInput
.
source§impl CreateOutboundConnectionInput
impl CreateOutboundConnectionInput
sourcepub fn local_domain_info(&self) -> Option<&DomainInformationContainer>
pub fn local_domain_info(&self) -> Option<&DomainInformationContainer>
Name and Region of the source (local) domain.
sourcepub fn remote_domain_info(&self) -> Option<&DomainInformationContainer>
pub fn remote_domain_info(&self) -> Option<&DomainInformationContainer>
Name and Region of the destination (remote) domain.
sourcepub fn connection_alias(&self) -> Option<&str>
pub fn connection_alias(&self) -> Option<&str>
Name of the connection.
Trait Implementations§
source§impl Clone for CreateOutboundConnectionInput
impl Clone for CreateOutboundConnectionInput
source§fn clone(&self) -> CreateOutboundConnectionInput
fn clone(&self) -> CreateOutboundConnectionInput
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 PartialEq<CreateOutboundConnectionInput> for CreateOutboundConnectionInput
impl PartialEq<CreateOutboundConnectionInput> for CreateOutboundConnectionInput
source§fn eq(&self, other: &CreateOutboundConnectionInput) -> bool
fn eq(&self, other: &CreateOutboundConnectionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.