Struct aws_sdk_backup::operation::describe_report_plan::builders::DescribeReportPlanOutputBuilder
source · #[non_exhaustive]pub struct DescribeReportPlanOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeReportPlanOutput
.
Implementations§
source§impl DescribeReportPlanOutputBuilder
impl DescribeReportPlanOutputBuilder
sourcepub fn report_plan(self, input: ReportPlan) -> Self
pub fn report_plan(self, input: ReportPlan) -> Self
Returns details about the report plan that is specified by its name. These details include the report plan's Amazon Resource Name (ARN), description, settings, delivery channel, deployment status, creation time, and last attempted and successful run times.
sourcepub fn set_report_plan(self, input: Option<ReportPlan>) -> Self
pub fn set_report_plan(self, input: Option<ReportPlan>) -> Self
Returns details about the report plan that is specified by its name. These details include the report plan's Amazon Resource Name (ARN), description, settings, delivery channel, deployment status, creation time, and last attempted and successful run times.
sourcepub fn build(self) -> DescribeReportPlanOutput
pub fn build(self) -> DescribeReportPlanOutput
Consumes the builder and constructs a DescribeReportPlanOutput
.
Trait Implementations§
source§impl Clone for DescribeReportPlanOutputBuilder
impl Clone for DescribeReportPlanOutputBuilder
source§fn clone(&self) -> DescribeReportPlanOutputBuilder
fn clone(&self) -> DescribeReportPlanOutputBuilder
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 DescribeReportPlanOutputBuilder
impl Default for DescribeReportPlanOutputBuilder
source§fn default() -> DescribeReportPlanOutputBuilder
fn default() -> DescribeReportPlanOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeReportPlanOutputBuilder> for DescribeReportPlanOutputBuilder
impl PartialEq<DescribeReportPlanOutputBuilder> for DescribeReportPlanOutputBuilder
source§fn eq(&self, other: &DescribeReportPlanOutputBuilder) -> bool
fn eq(&self, other: &DescribeReportPlanOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.