#[non_exhaustive]pub struct ModifyIpamResourceCidrInput { /* private fields */ }
Implementations§
source§impl ModifyIpamResourceCidrInput
impl ModifyIpamResourceCidrInput
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 resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
The ID of the resource you want to modify.
sourcepub fn resource_cidr(&self) -> Option<&str>
pub fn resource_cidr(&self) -> Option<&str>
The CIDR of the resource you want to modify.
sourcepub fn resource_region(&self) -> Option<&str>
pub fn resource_region(&self) -> Option<&str>
The Amazon Web Services Region of the resource you want to modify.
sourcepub fn current_ipam_scope_id(&self) -> Option<&str>
pub fn current_ipam_scope_id(&self) -> Option<&str>
The ID of the current scope that the resource CIDR is in.
sourcepub fn destination_ipam_scope_id(&self) -> Option<&str>
pub fn destination_ipam_scope_id(&self) -> Option<&str>
The ID of the scope you want to transfer the resource CIDR to.
source§impl ModifyIpamResourceCidrInput
impl ModifyIpamResourceCidrInput
sourcepub fn builder() -> ModifyIpamResourceCidrInputBuilder
pub fn builder() -> ModifyIpamResourceCidrInputBuilder
Creates a new builder-style object to manufacture ModifyIpamResourceCidrInput
.
source§impl ModifyIpamResourceCidrInput
impl ModifyIpamResourceCidrInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyIpamResourceCidr, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ModifyIpamResourceCidr, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ModifyIpamResourceCidr
>
Trait Implementations§
source§impl Clone for ModifyIpamResourceCidrInput
impl Clone for ModifyIpamResourceCidrInput
source§fn clone(&self) -> ModifyIpamResourceCidrInput
fn clone(&self) -> ModifyIpamResourceCidrInput
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 ModifyIpamResourceCidrInput
impl Debug for ModifyIpamResourceCidrInput
source§impl PartialEq<ModifyIpamResourceCidrInput> for ModifyIpamResourceCidrInput
impl PartialEq<ModifyIpamResourceCidrInput> for ModifyIpamResourceCidrInput
source§fn eq(&self, other: &ModifyIpamResourceCidrInput) -> bool
fn eq(&self, other: &ModifyIpamResourceCidrInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ModifyIpamResourceCidrInput
Auto Trait Implementations§
impl RefUnwindSafe for ModifyIpamResourceCidrInput
impl Send for ModifyIpamResourceCidrInput
impl Sync for ModifyIpamResourceCidrInput
impl Unpin for ModifyIpamResourceCidrInput
impl UnwindSafe for ModifyIpamResourceCidrInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more