Struct aws_sdk_mgn::input::ArchiveApplicationInput
source · #[non_exhaustive]pub struct ArchiveApplicationInput { /* private fields */ }Implementations§
source§impl ArchiveApplicationInput
impl ArchiveApplicationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ArchiveApplication, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ArchiveApplication, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ArchiveApplication>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ArchiveApplicationInput.
source§impl ArchiveApplicationInput
impl ArchiveApplicationInput
sourcepub fn application_id(&self) -> Option<&str>
pub fn application_id(&self) -> Option<&str>
Application ID.
Trait Implementations§
source§impl Clone for ArchiveApplicationInput
impl Clone for ArchiveApplicationInput
source§fn clone(&self) -> ArchiveApplicationInput
fn clone(&self) -> ArchiveApplicationInput
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 ArchiveApplicationInput
impl Debug for ArchiveApplicationInput
source§impl PartialEq<ArchiveApplicationInput> for ArchiveApplicationInput
impl PartialEq<ArchiveApplicationInput> for ArchiveApplicationInput
source§fn eq(&self, other: &ArchiveApplicationInput) -> bool
fn eq(&self, other: &ArchiveApplicationInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.