Struct aws_sdk_finspace::operation::list_kx_databases::builders::ListKxDatabasesOutputBuilder
source · #[non_exhaustive]pub struct ListKxDatabasesOutputBuilder { /* private fields */ }
Expand description
A builder for ListKxDatabasesOutput
.
Implementations§
source§impl ListKxDatabasesOutputBuilder
impl ListKxDatabasesOutputBuilder
sourcepub fn kx_databases(self, input: KxDatabaseListEntry) -> Self
pub fn kx_databases(self, input: KxDatabaseListEntry) -> Self
Appends an item to kx_databases
.
To override the contents of this collection use set_kx_databases
.
A list of databases in the kdb environment.
sourcepub fn set_kx_databases(self, input: Option<Vec<KxDatabaseListEntry>>) -> Self
pub fn set_kx_databases(self, input: Option<Vec<KxDatabaseListEntry>>) -> Self
A list of databases in the kdb environment.
sourcepub fn get_kx_databases(&self) -> &Option<Vec<KxDatabaseListEntry>>
pub fn get_kx_databases(&self) -> &Option<Vec<KxDatabaseListEntry>>
A list of databases in the kdb environment.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A token that indicates where a results page should begin.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A token that indicates where a results page should begin.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
A token that indicates where a results page should begin.
sourcepub fn build(self) -> ListKxDatabasesOutput
pub fn build(self) -> ListKxDatabasesOutput
Consumes the builder and constructs a ListKxDatabasesOutput
.
Trait Implementations§
source§impl Clone for ListKxDatabasesOutputBuilder
impl Clone for ListKxDatabasesOutputBuilder
source§fn clone(&self) -> ListKxDatabasesOutputBuilder
fn clone(&self) -> ListKxDatabasesOutputBuilder
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 ListKxDatabasesOutputBuilder
impl Debug for ListKxDatabasesOutputBuilder
source§impl Default for ListKxDatabasesOutputBuilder
impl Default for ListKxDatabasesOutputBuilder
source§fn default() -> ListKxDatabasesOutputBuilder
fn default() -> ListKxDatabasesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListKxDatabasesOutputBuilder
impl PartialEq for ListKxDatabasesOutputBuilder
source§fn eq(&self, other: &ListKxDatabasesOutputBuilder) -> bool
fn eq(&self, other: &ListKxDatabasesOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListKxDatabasesOutputBuilder
Auto Trait Implementations§
impl Freeze for ListKxDatabasesOutputBuilder
impl RefUnwindSafe for ListKxDatabasesOutputBuilder
impl Send for ListKxDatabasesOutputBuilder
impl Sync for ListKxDatabasesOutputBuilder
impl Unpin for ListKxDatabasesOutputBuilder
impl UnwindSafe for ListKxDatabasesOutputBuilder
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.