Struct aws_sdk_ec2::input::CopyFpgaImageInput
source · #[non_exhaustive]pub struct CopyFpgaImageInput { /* private fields */ }
Implementations§
source§impl CopyFpgaImageInput
impl CopyFpgaImageInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CopyFpgaImage, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CopyFpgaImage, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CopyFpgaImage
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CopyFpgaImageInput
.
source§impl CopyFpgaImageInput
impl CopyFpgaImageInput
sourcepub fn dry_run(&self) -> Option<bool>
pub fn dry_run(&self) -> Option<bool>
Checks 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 source_fpga_image_id(&self) -> Option<&str>
pub fn source_fpga_image_id(&self) -> Option<&str>
The ID of the source AFI.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description for the new AFI.
sourcepub fn name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
The name for the new AFI. The default is the name of the source AFI.
sourcepub fn source_region(&self) -> Option<&str>
pub fn source_region(&self) -> Option<&str>
The Region that contains the source AFI.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
Trait Implementations§
source§impl Clone for CopyFpgaImageInput
impl Clone for CopyFpgaImageInput
source§fn clone(&self) -> CopyFpgaImageInput
fn clone(&self) -> CopyFpgaImageInput
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 CopyFpgaImageInput
impl Debug for CopyFpgaImageInput
source§impl PartialEq<CopyFpgaImageInput> for CopyFpgaImageInput
impl PartialEq<CopyFpgaImageInput> for CopyFpgaImageInput
source§fn eq(&self, other: &CopyFpgaImageInput) -> bool
fn eq(&self, other: &CopyFpgaImageInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.