#[non_exhaustive]pub struct StartReportJobInput { /* private fields */ }
Implementations§
source§impl 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.
source§impl StartReportJobInput
impl StartReportJobInput
sourcepub fn builder() -> StartReportJobInputBuilder
pub fn builder() -> StartReportJobInputBuilder
Creates a new builder-style object to manufacture StartReportJobInput
.
source§impl 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
>
Trait Implementations§
source§impl Clone for StartReportJobInput
impl Clone for StartReportJobInput
source§fn clone(&self) -> StartReportJobInput
fn clone(&self) -> StartReportJobInput
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 StartReportJobInput
impl Debug for StartReportJobInput
source§impl PartialEq<StartReportJobInput> for StartReportJobInput
impl PartialEq<StartReportJobInput> for StartReportJobInput
source§fn eq(&self, other: &StartReportJobInput) -> bool
fn eq(&self, other: &StartReportJobInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.