Struct aws_sdk_appstream::operation::copy_image::CopyImageInput
source · #[non_exhaustive]pub struct CopyImageInput { /* private fields */ }
Implementations§
source§impl CopyImageInput
impl CopyImageInput
sourcepub fn source_image_name(&self) -> Option<&str>
pub fn source_image_name(&self) -> Option<&str>
The name of the image to copy.
sourcepub fn destination_image_name(&self) -> Option<&str>
pub fn destination_image_name(&self) -> Option<&str>
The name that the image will have when it is copied to the destination.
sourcepub fn destination_region(&self) -> Option<&str>
pub fn destination_region(&self) -> Option<&str>
The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.
sourcepub fn destination_image_description(&self) -> Option<&str>
pub fn destination_image_description(&self) -> Option<&str>
The description that the image will have when it is copied to the destination.
source§impl CopyImageInput
impl CopyImageInput
sourcepub fn builder() -> CopyImageInputBuilder
pub fn builder() -> CopyImageInputBuilder
Creates a new builder-style object to manufacture CopyImageInput
.
source§impl CopyImageInput
impl CopyImageInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CopyImage, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CopyImage, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CopyImage
>
Trait Implementations§
source§impl Clone for CopyImageInput
impl Clone for CopyImageInput
source§fn clone(&self) -> CopyImageInput
fn clone(&self) -> CopyImageInput
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 CopyImageInput
impl Debug for CopyImageInput
source§impl PartialEq<CopyImageInput> for CopyImageInput
impl PartialEq<CopyImageInput> for CopyImageInput
source§fn eq(&self, other: &CopyImageInput) -> bool
fn eq(&self, other: &CopyImageInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.