Struct aws_sdk_ec2::input::CreatePublicIpv4PoolInput
source · [−]#[non_exhaustive]pub struct CreatePublicIpv4PoolInput { /* private fields */ }
Implementations
sourceimpl 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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreatePublicIpv4PoolInput
.
sourceimpl 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.
Trait Implementations
sourceimpl Clone for CreatePublicIpv4PoolInput
impl Clone for CreatePublicIpv4PoolInput
sourcefn clone(&self) -> CreatePublicIpv4PoolInput
fn clone(&self) -> CreatePublicIpv4PoolInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CreatePublicIpv4PoolInput
impl Debug for CreatePublicIpv4PoolInput
sourceimpl PartialEq<CreatePublicIpv4PoolInput> for CreatePublicIpv4PoolInput
impl PartialEq<CreatePublicIpv4PoolInput> for CreatePublicIpv4PoolInput
sourcefn eq(&self, other: &CreatePublicIpv4PoolInput) -> bool
fn eq(&self, other: &CreatePublicIpv4PoolInput) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more