Struct aws_sdk_glue::operation::get_crawler_metrics::builders::GetCrawlerMetricsOutputBuilder
source · #[non_exhaustive]pub struct GetCrawlerMetricsOutputBuilder { /* private fields */ }Expand description
A builder for GetCrawlerMetricsOutput.
Implementations§
source§impl GetCrawlerMetricsOutputBuilder
impl GetCrawlerMetricsOutputBuilder
sourcepub fn crawler_metrics_list(self, input: CrawlerMetrics) -> Self
pub fn crawler_metrics_list(self, input: CrawlerMetrics) -> Self
Appends an item to crawler_metrics_list.
To override the contents of this collection use set_crawler_metrics_list.
A list of metrics for the specified crawler.
sourcepub fn set_crawler_metrics_list(
self,
input: Option<Vec<CrawlerMetrics>>
) -> Self
pub fn set_crawler_metrics_list( self, input: Option<Vec<CrawlerMetrics>> ) -> Self
A list of metrics for the specified crawler.
sourcepub fn get_crawler_metrics_list(&self) -> &Option<Vec<CrawlerMetrics>>
pub fn get_crawler_metrics_list(&self) -> &Option<Vec<CrawlerMetrics>>
A list of metrics for the specified crawler.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A continuation token, if the returned list does not contain the last metric available.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A continuation token, if the returned list does not contain the last metric available.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
A continuation token, if the returned list does not contain the last metric available.
sourcepub fn build(self) -> GetCrawlerMetricsOutput
pub fn build(self) -> GetCrawlerMetricsOutput
Consumes the builder and constructs a GetCrawlerMetricsOutput.
Trait Implementations§
source§impl Clone for GetCrawlerMetricsOutputBuilder
impl Clone for GetCrawlerMetricsOutputBuilder
source§fn clone(&self) -> GetCrawlerMetricsOutputBuilder
fn clone(&self) -> GetCrawlerMetricsOutputBuilder
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 GetCrawlerMetricsOutputBuilder
impl Default for GetCrawlerMetricsOutputBuilder
source§fn default() -> GetCrawlerMetricsOutputBuilder
fn default() -> GetCrawlerMetricsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetCrawlerMetricsOutputBuilder> for GetCrawlerMetricsOutputBuilder
impl PartialEq<GetCrawlerMetricsOutputBuilder> for GetCrawlerMetricsOutputBuilder
source§fn eq(&self, other: &GetCrawlerMetricsOutputBuilder) -> bool
fn eq(&self, other: &GetCrawlerMetricsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetCrawlerMetricsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetCrawlerMetricsOutputBuilder
impl Send for GetCrawlerMetricsOutputBuilder
impl Sync for GetCrawlerMetricsOutputBuilder
impl Unpin for GetCrawlerMetricsOutputBuilder
impl UnwindSafe for GetCrawlerMetricsOutputBuilder
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