Struct aws_sdk_ec2::input::MoveByoipCidrToIpamInput
source · #[non_exhaustive]pub struct MoveByoipCidrToIpamInput { /* private fields */ }
Implementations§
source§impl MoveByoipCidrToIpamInput
impl MoveByoipCidrToIpamInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<MoveByoipCidrToIpam, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<MoveByoipCidrToIpam, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<MoveByoipCidrToIpam
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MoveByoipCidrToIpamInput
.
source§impl MoveByoipCidrToIpamInput
impl MoveByoipCidrToIpamInput
sourcepub fn dry_run(&self) -> Option<bool>
pub fn dry_run(&self) -> Option<bool>
A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
sourcepub fn ipam_pool_id(&self) -> Option<&str>
pub fn ipam_pool_id(&self) -> Option<&str>
The IPAM pool ID.
sourcepub fn ipam_pool_owner(&self) -> Option<&str>
pub fn ipam_pool_owner(&self) -> Option<&str>
The Amazon Web Services account ID of the owner of the IPAM pool.
Trait Implementations§
source§impl Clone for MoveByoipCidrToIpamInput
impl Clone for MoveByoipCidrToIpamInput
source§fn clone(&self) -> MoveByoipCidrToIpamInput
fn clone(&self) -> MoveByoipCidrToIpamInput
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 MoveByoipCidrToIpamInput
impl Debug for MoveByoipCidrToIpamInput
source§impl PartialEq<MoveByoipCidrToIpamInput> for MoveByoipCidrToIpamInput
impl PartialEq<MoveByoipCidrToIpamInput> for MoveByoipCidrToIpamInput
source§fn eq(&self, other: &MoveByoipCidrToIpamInput) -> bool
fn eq(&self, other: &MoveByoipCidrToIpamInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.