#[non_exhaustive]pub struct DataSourceIntrospectionResultBuilder { /* private fields */ }
Expand description
A builder for DataSourceIntrospectionResult
.
Implementations§
source§impl DataSourceIntrospectionResultBuilder
impl DataSourceIntrospectionResultBuilder
sourcepub fn models(self, input: DataSourceIntrospectionModel) -> Self
pub fn models(self, input: DataSourceIntrospectionModel) -> Self
Appends an item to models
.
To override the contents of this collection use set_models
.
The array of DataSourceIntrospectionModel
objects.
sourcepub fn set_models(
self,
input: Option<Vec<DataSourceIntrospectionModel>>
) -> Self
pub fn set_models( self, input: Option<Vec<DataSourceIntrospectionModel>> ) -> Self
The array of DataSourceIntrospectionModel
objects.
sourcepub fn get_models(&self) -> &Option<Vec<DataSourceIntrospectionModel>>
pub fn get_models(&self) -> &Option<Vec<DataSourceIntrospectionModel>>
The array of DataSourceIntrospectionModel
objects.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
Determines the number of types to be returned in a single response before paginating. This value is typically taken from nextToken
value from the previous response.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
Determines the number of types to be returned in a single response before paginating. This value is typically taken from nextToken
value from the previous response.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
Determines the number of types to be returned in a single response before paginating. This value is typically taken from nextToken
value from the previous response.
sourcepub fn build(self) -> DataSourceIntrospectionResult
pub fn build(self) -> DataSourceIntrospectionResult
Consumes the builder and constructs a DataSourceIntrospectionResult
.
Trait Implementations§
source§impl Clone for DataSourceIntrospectionResultBuilder
impl Clone for DataSourceIntrospectionResultBuilder
source§fn clone(&self) -> DataSourceIntrospectionResultBuilder
fn clone(&self) -> DataSourceIntrospectionResultBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DataSourceIntrospectionResultBuilder
impl Default for DataSourceIntrospectionResultBuilder
source§fn default() -> DataSourceIntrospectionResultBuilder
fn default() -> DataSourceIntrospectionResultBuilder
source§impl PartialEq for DataSourceIntrospectionResultBuilder
impl PartialEq for DataSourceIntrospectionResultBuilder
source§fn eq(&self, other: &DataSourceIntrospectionResultBuilder) -> bool
fn eq(&self, other: &DataSourceIntrospectionResultBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.