Struct aws_sdk_rum::operation::batch_get_rum_metric_definitions::builders::BatchGetRumMetricDefinitionsOutputBuilder
source · #[non_exhaustive]pub struct BatchGetRumMetricDefinitionsOutputBuilder { /* private fields */ }Expand description
A builder for BatchGetRumMetricDefinitionsOutput.
Implementations§
source§impl BatchGetRumMetricDefinitionsOutputBuilder
impl BatchGetRumMetricDefinitionsOutputBuilder
sourcepub fn metric_definitions(self, input: MetricDefinition) -> Self
pub fn metric_definitions(self, input: MetricDefinition) -> Self
Appends an item to metric_definitions.
To override the contents of this collection use set_metric_definitions.
An array of structures that display information about the metrics that are sent by the specified app monitor to the specified destination.
sourcepub fn set_metric_definitions(
self,
input: Option<Vec<MetricDefinition>>,
) -> Self
pub fn set_metric_definitions( self, input: Option<Vec<MetricDefinition>>, ) -> Self
An array of structures that display information about the metrics that are sent by the specified app monitor to the specified destination.
sourcepub fn get_metric_definitions(&self) -> &Option<Vec<MetricDefinition>>
pub fn get_metric_definitions(&self) -> &Option<Vec<MetricDefinition>>
An array of structures that display information about the metrics that are sent by the specified app monitor to the specified destination.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A token that you can use in a subsequent operation to retrieve the next set of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A token that you can use in a subsequent operation to retrieve the next set of results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
A token that you can use in a subsequent operation to retrieve the next set of results.
sourcepub fn build(self) -> BatchGetRumMetricDefinitionsOutput
pub fn build(self) -> BatchGetRumMetricDefinitionsOutput
Consumes the builder and constructs a BatchGetRumMetricDefinitionsOutput.
Trait Implementations§
source§impl Clone for BatchGetRumMetricDefinitionsOutputBuilder
impl Clone for BatchGetRumMetricDefinitionsOutputBuilder
source§fn clone(&self) -> BatchGetRumMetricDefinitionsOutputBuilder
fn clone(&self) -> BatchGetRumMetricDefinitionsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for BatchGetRumMetricDefinitionsOutputBuilder
impl Default for BatchGetRumMetricDefinitionsOutputBuilder
source§fn default() -> BatchGetRumMetricDefinitionsOutputBuilder
fn default() -> BatchGetRumMetricDefinitionsOutputBuilder
source§impl PartialEq for BatchGetRumMetricDefinitionsOutputBuilder
impl PartialEq for BatchGetRumMetricDefinitionsOutputBuilder
source§fn eq(&self, other: &BatchGetRumMetricDefinitionsOutputBuilder) -> bool
fn eq(&self, other: &BatchGetRumMetricDefinitionsOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BatchGetRumMetricDefinitionsOutputBuilder
Auto Trait Implementations§
impl Freeze for BatchGetRumMetricDefinitionsOutputBuilder
impl RefUnwindSafe for BatchGetRumMetricDefinitionsOutputBuilder
impl Send for BatchGetRumMetricDefinitionsOutputBuilder
impl Sync for BatchGetRumMetricDefinitionsOutputBuilder
impl Unpin for BatchGetRumMetricDefinitionsOutputBuilder
impl UnwindSafe for BatchGetRumMetricDefinitionsOutputBuilder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more