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