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 get_report_plan(&self) -> &Option<ReportPlan>
pub fn get_report_plan(&self) -> &Option<ReportPlan>
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
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeReportPlanOutputBuilder
impl Default for DescribeReportPlanOutputBuilder
source§fn default() -> DescribeReportPlanOutputBuilder
fn default() -> DescribeReportPlanOutputBuilder
source§impl PartialEq for DescribeReportPlanOutputBuilder
impl PartialEq for DescribeReportPlanOutputBuilder
source§fn eq(&self, other: &DescribeReportPlanOutputBuilder) -> bool
fn eq(&self, other: &DescribeReportPlanOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.