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.
This field is required.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 get_report_job_id(&self) -> &Option<String>
pub fn get_report_job_id(&self) -> &Option<String>
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
.
source§impl DescribeReportJobInputBuilder
impl DescribeReportJobInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DescribeReportJobOutput, SdkError<DescribeReportJobError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DescribeReportJobOutput, SdkError<DescribeReportJobError, HttpResponse>>
Sends a request with this input using the given client.
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 for DescribeReportJobInputBuilder
impl PartialEq 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 ==
.impl StructuralPartialEq for DescribeReportJobInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeReportJobInputBuilder
impl Send for DescribeReportJobInputBuilder
impl Sync for DescribeReportJobInputBuilder
impl Unpin for DescribeReportJobInputBuilder
impl UnwindSafe for DescribeReportJobInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.