Struct aws_sdk_timestreamquery::operation::list_scheduled_queries::builders::ListScheduledQueriesOutputBuilder
source · #[non_exhaustive]pub struct ListScheduledQueriesOutputBuilder { /* private fields */ }Expand description
A builder for ListScheduledQueriesOutput.
Implementations§
source§impl ListScheduledQueriesOutputBuilder
impl ListScheduledQueriesOutputBuilder
sourcepub fn scheduled_queries(self, input: ScheduledQuery) -> Self
pub fn scheduled_queries(self, input: ScheduledQuery) -> Self
Appends an item to scheduled_queries.
To override the contents of this collection use set_scheduled_queries.
A list of scheduled queries.
sourcepub fn set_scheduled_queries(self, input: Option<Vec<ScheduledQuery>>) -> Self
pub fn set_scheduled_queries(self, input: Option<Vec<ScheduledQuery>>) -> Self
A list of scheduled queries.
sourcepub fn get_scheduled_queries(&self) -> &Option<Vec<ScheduledQuery>>
pub fn get_scheduled_queries(&self) -> &Option<Vec<ScheduledQuery>>
A list of scheduled queries.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
sourcepub fn build(self) -> ListScheduledQueriesOutput
pub fn build(self) -> ListScheduledQueriesOutput
Consumes the builder and constructs a ListScheduledQueriesOutput.
Trait Implementations§
source§impl Clone for ListScheduledQueriesOutputBuilder
impl Clone for ListScheduledQueriesOutputBuilder
source§fn clone(&self) -> ListScheduledQueriesOutputBuilder
fn clone(&self) -> ListScheduledQueriesOutputBuilder
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 ListScheduledQueriesOutputBuilder
impl Default for ListScheduledQueriesOutputBuilder
source§fn default() -> ListScheduledQueriesOutputBuilder
fn default() -> ListScheduledQueriesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListScheduledQueriesOutputBuilder> for ListScheduledQueriesOutputBuilder
impl PartialEq<ListScheduledQueriesOutputBuilder> for ListScheduledQueriesOutputBuilder
source§fn eq(&self, other: &ListScheduledQueriesOutputBuilder) -> bool
fn eq(&self, other: &ListScheduledQueriesOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ListScheduledQueriesOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListScheduledQueriesOutputBuilder
impl Send for ListScheduledQueriesOutputBuilder
impl Sync for ListScheduledQueriesOutputBuilder
impl Unpin for ListScheduledQueriesOutputBuilder
impl UnwindSafe for ListScheduledQueriesOutputBuilder
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