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 ==.