Struct aws_sdk_iotanalytics::operation::describe_datastore::builders::DescribeDatastoreOutputBuilder    
source · #[non_exhaustive]pub struct DescribeDatastoreOutputBuilder { /* private fields */ }Expand description
A builder for DescribeDatastoreOutput.
Implementations§
source§impl DescribeDatastoreOutputBuilder
 
impl DescribeDatastoreOutputBuilder
sourcepub fn set_datastore(self, input: Option<Datastore>) -> Self
 
pub fn set_datastore(self, input: Option<Datastore>) -> Self
Information about the data store.
sourcepub fn get_datastore(&self) -> &Option<Datastore>
 
pub fn get_datastore(&self) -> &Option<Datastore>
Information about the data store.
sourcepub fn statistics(self, input: DatastoreStatistics) -> Self
 
pub fn statistics(self, input: DatastoreStatistics) -> Self
Additional statistical information about the data store. Included if the includeStatistics parameter is set to true in the request.
sourcepub fn set_statistics(self, input: Option<DatastoreStatistics>) -> Self
 
pub fn set_statistics(self, input: Option<DatastoreStatistics>) -> Self
Additional statistical information about the data store. Included if the includeStatistics parameter is set to true in the request.
sourcepub fn get_statistics(&self) -> &Option<DatastoreStatistics>
 
pub fn get_statistics(&self) -> &Option<DatastoreStatistics>
Additional statistical information about the data store. Included if the includeStatistics parameter is set to true in the request.
sourcepub fn build(self) -> DescribeDatastoreOutput
 
pub fn build(self) -> DescribeDatastoreOutput
Consumes the builder and constructs a DescribeDatastoreOutput.
Trait Implementations§
source§impl Clone for DescribeDatastoreOutputBuilder
 
impl Clone for DescribeDatastoreOutputBuilder
source§fn clone(&self) -> DescribeDatastoreOutputBuilder
 
fn clone(&self) -> DescribeDatastoreOutputBuilder
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 DescribeDatastoreOutputBuilder
 
impl Default for DescribeDatastoreOutputBuilder
source§fn default() -> DescribeDatastoreOutputBuilder
 
fn default() -> DescribeDatastoreOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeDatastoreOutputBuilder
 
impl PartialEq for DescribeDatastoreOutputBuilder
source§fn eq(&self, other: &DescribeDatastoreOutputBuilder) -> bool
 
fn eq(&self, other: &DescribeDatastoreOutputBuilder) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeDatastoreOutputBuilder
Auto Trait Implementations§
impl Freeze for DescribeDatastoreOutputBuilder
impl RefUnwindSafe for DescribeDatastoreOutputBuilder
impl Send for DescribeDatastoreOutputBuilder
impl Sync for DescribeDatastoreOutputBuilder
impl Unpin for DescribeDatastoreOutputBuilder
impl UnwindSafe for DescribeDatastoreOutputBuilder
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>
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>
Converts 
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>
Converts 
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 moreCreates a shared type from an unshared type.