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