#[non_exhaustive]pub struct CreatePublicIpv4PoolInput { /* private fields */ }
Implementations§
source§impl CreatePublicIpv4PoolInput
impl CreatePublicIpv4PoolInput
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 tag_specifications(&self) -> Option<&[TagSpecification]>
pub fn tag_specifications(&self) -> Option<&[TagSpecification]>
The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner
and the value TeamA
, specify tag:Owner
for the filter name and TeamA
for the filter value.
source§impl CreatePublicIpv4PoolInput
impl CreatePublicIpv4PoolInput
sourcepub fn builder() -> CreatePublicIpv4PoolInputBuilder
pub fn builder() -> CreatePublicIpv4PoolInputBuilder
Creates a new builder-style object to manufacture CreatePublicIpv4PoolInput
.
source§impl CreatePublicIpv4PoolInput
impl CreatePublicIpv4PoolInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreatePublicIpv4Pool, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CreatePublicIpv4Pool, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreatePublicIpv4Pool
>
Trait Implementations§
source§impl Clone for CreatePublicIpv4PoolInput
impl Clone for CreatePublicIpv4PoolInput
source§fn clone(&self) -> CreatePublicIpv4PoolInput
fn clone(&self) -> CreatePublicIpv4PoolInput
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 CreatePublicIpv4PoolInput
impl Debug for CreatePublicIpv4PoolInput
source§impl PartialEq<CreatePublicIpv4PoolInput> for CreatePublicIpv4PoolInput
impl PartialEq<CreatePublicIpv4PoolInput> for CreatePublicIpv4PoolInput
source§fn eq(&self, other: &CreatePublicIpv4PoolInput) -> bool
fn eq(&self, other: &CreatePublicIpv4PoolInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreatePublicIpv4PoolInput
Auto Trait Implementations§
impl RefUnwindSafe for CreatePublicIpv4PoolInput
impl Send for CreatePublicIpv4PoolInput
impl Sync for CreatePublicIpv4PoolInput
impl Unpin for CreatePublicIpv4PoolInput
impl UnwindSafe for CreatePublicIpv4PoolInput
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