Struct aws_sdk_backup::operation::describe_report_job::builders::DescribeReportJobInputBuilder
source · #[non_exhaustive]pub struct DescribeReportJobInputBuilder { /* private fields */ }
Expand description
A builder for DescribeReportJobInput
.
Implementations§
source§impl DescribeReportJobInputBuilder
impl DescribeReportJobInputBuilder
sourcepub fn report_job_id(self, input: impl Into<String>) -> Self
pub fn report_job_id(self, input: impl Into<String>) -> Self
The identifier of the report job. A unique, randomly generated, Unicode, UTF-8 encoded string that is at most 1,024 bytes long. The report job ID cannot be edited.
sourcepub fn set_report_job_id(self, input: Option<String>) -> Self
pub fn set_report_job_id(self, input: Option<String>) -> Self
The identifier of the report job. A unique, randomly generated, Unicode, UTF-8 encoded string that is at most 1,024 bytes long. The report job ID cannot be edited.
sourcepub fn build(self) -> Result<DescribeReportJobInput, BuildError>
pub fn build(self) -> Result<DescribeReportJobInput, BuildError>
Consumes the builder and constructs a DescribeReportJobInput
.
Trait Implementations§
source§impl Clone for DescribeReportJobInputBuilder
impl Clone for DescribeReportJobInputBuilder
source§fn clone(&self) -> DescribeReportJobInputBuilder
fn clone(&self) -> DescribeReportJobInputBuilder
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 Default for DescribeReportJobInputBuilder
impl Default for DescribeReportJobInputBuilder
source§fn default() -> DescribeReportJobInputBuilder
fn default() -> DescribeReportJobInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeReportJobInputBuilder> for DescribeReportJobInputBuilder
impl PartialEq<DescribeReportJobInputBuilder> for DescribeReportJobInputBuilder
source§fn eq(&self, other: &DescribeReportJobInputBuilder) -> bool
fn eq(&self, other: &DescribeReportJobInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.