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