Struct aws_sdk_backup::input::StartReportJobInput
source · [−]#[non_exhaustive]pub struct StartReportJobInput { /* private fields */ }
Implementations
sourceimpl StartReportJobInput
impl StartReportJobInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<StartReportJob, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<StartReportJob, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StartReportJob
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartReportJobInput
.
sourceimpl StartReportJobInput
impl StartReportJobInput
sourcepub fn report_plan_name(&self) -> Option<&str>
pub fn report_plan_name(&self) -> Option<&str>
The unique name of a report plan.
sourcepub fn idempotency_token(&self) -> Option<&str>
pub fn idempotency_token(&self) -> Option<&str>
A customer-chosen string that you can use to distinguish between otherwise identical calls to StartReportJobInput
. Retrying a successful request with the same idempotency token results in a success message with no action taken.
Trait Implementations
sourceimpl Clone for StartReportJobInput
impl Clone for StartReportJobInput
sourcefn clone(&self) -> StartReportJobInput
fn clone(&self) -> StartReportJobInput
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 StartReportJobInput
impl Debug for StartReportJobInput
sourceimpl PartialEq<StartReportJobInput> for StartReportJobInput
impl PartialEq<StartReportJobInput> for StartReportJobInput
sourcefn eq(&self, other: &StartReportJobInput) -> bool
fn eq(&self, other: &StartReportJobInput) -> bool
impl StructuralPartialEq for StartReportJobInput
Auto Trait Implementations
impl RefUnwindSafe for StartReportJobInput
impl Send for StartReportJobInput
impl Sync for StartReportJobInput
impl Unpin for StartReportJobInput
impl UnwindSafe for StartReportJobInput
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