Struct aws_sdk_rds::types::builders::MetricQueryBuilder
source · #[non_exhaustive]pub struct MetricQueryBuilder { /* private fields */ }Expand description
A builder for MetricQuery.
Implementations§
source§impl MetricQueryBuilder
impl MetricQueryBuilder
sourcepub fn performance_insights_metric_query(
self,
input: PerformanceInsightsMetricQuery
) -> Self
pub fn performance_insights_metric_query( self, input: PerformanceInsightsMetricQuery ) -> Self
The Performance Insights query that you can use to retrieve Performance Insights metric data points.
sourcepub fn set_performance_insights_metric_query(
self,
input: Option<PerformanceInsightsMetricQuery>
) -> Self
pub fn set_performance_insights_metric_query( self, input: Option<PerformanceInsightsMetricQuery> ) -> Self
The Performance Insights query that you can use to retrieve Performance Insights metric data points.
sourcepub fn get_performance_insights_metric_query(
&self
) -> &Option<PerformanceInsightsMetricQuery>
pub fn get_performance_insights_metric_query( &self ) -> &Option<PerformanceInsightsMetricQuery>
The Performance Insights query that you can use to retrieve Performance Insights metric data points.
sourcepub fn build(self) -> MetricQuery
pub fn build(self) -> MetricQuery
Consumes the builder and constructs a MetricQuery.
Trait Implementations§
source§impl Clone for MetricQueryBuilder
impl Clone for MetricQueryBuilder
source§fn clone(&self) -> MetricQueryBuilder
fn clone(&self) -> MetricQueryBuilder
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 MetricQueryBuilder
impl Debug for MetricQueryBuilder
source§impl Default for MetricQueryBuilder
impl Default for MetricQueryBuilder
source§fn default() -> MetricQueryBuilder
fn default() -> MetricQueryBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for MetricQueryBuilder
impl PartialEq for MetricQueryBuilder
source§fn eq(&self, other: &MetricQueryBuilder) -> bool
fn eq(&self, other: &MetricQueryBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for MetricQueryBuilder
Auto Trait Implementations§
impl Freeze for MetricQueryBuilder
impl RefUnwindSafe for MetricQueryBuilder
impl Send for MetricQueryBuilder
impl Sync for MetricQueryBuilder
impl Unpin for MetricQueryBuilder
impl UnwindSafe for MetricQueryBuilder
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.