Struct aws_sdk_ec2::input::ModifyIpamResourceCidrInput
source · #[non_exhaustive]pub struct ModifyIpamResourceCidrInput { /* private fields */ }
Implementations§
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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyIpamResourceCidrInput
.
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.
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 ==
.