#[non_exhaustive]pub struct ConfirmTransitVirtualInterfaceInput { /* private fields */ }Implementations§
source§impl ConfirmTransitVirtualInterfaceInput
impl ConfirmTransitVirtualInterfaceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ConfirmTransitVirtualInterface, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ConfirmTransitVirtualInterface, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ConfirmTransitVirtualInterface>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ConfirmTransitVirtualInterfaceInput.
source§impl ConfirmTransitVirtualInterfaceInput
impl ConfirmTransitVirtualInterfaceInput
sourcepub fn virtual_interface_id(&self) -> Option<&str>
pub fn virtual_interface_id(&self) -> Option<&str>
The ID of the virtual interface.
sourcepub fn direct_connect_gateway_id(&self) -> Option<&str>
pub fn direct_connect_gateway_id(&self) -> Option<&str>
The ID of the Direct Connect gateway.
Trait Implementations§
source§impl Clone for ConfirmTransitVirtualInterfaceInput
impl Clone for ConfirmTransitVirtualInterfaceInput
source§fn clone(&self) -> ConfirmTransitVirtualInterfaceInput
fn clone(&self) -> ConfirmTransitVirtualInterfaceInput
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<ConfirmTransitVirtualInterfaceInput> for ConfirmTransitVirtualInterfaceInput
impl PartialEq<ConfirmTransitVirtualInterfaceInput> for ConfirmTransitVirtualInterfaceInput
source§fn eq(&self, other: &ConfirmTransitVirtualInterfaceInput) -> bool
fn eq(&self, other: &ConfirmTransitVirtualInterfaceInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.