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