Struct aws_sdk_sagemakergeospatial::operation::list_raster_data_collections::builders::ListRasterDataCollectionsOutputBuilder
source · #[non_exhaustive]pub struct ListRasterDataCollectionsOutputBuilder { /* private fields */ }Expand description
A builder for ListRasterDataCollectionsOutput.
Implementations§
source§impl ListRasterDataCollectionsOutputBuilder
impl ListRasterDataCollectionsOutputBuilder
sourcepub fn raster_data_collection_summaries(
self,
input: RasterDataCollectionMetadata,
) -> Self
pub fn raster_data_collection_summaries( self, input: RasterDataCollectionMetadata, ) -> Self
Appends an item to raster_data_collection_summaries.
To override the contents of this collection use set_raster_data_collection_summaries.
Contains summary information about the raster data collection.
sourcepub fn set_raster_data_collection_summaries(
self,
input: Option<Vec<RasterDataCollectionMetadata>>,
) -> Self
pub fn set_raster_data_collection_summaries( self, input: Option<Vec<RasterDataCollectionMetadata>>, ) -> Self
Contains summary information about the raster data collection.
sourcepub fn get_raster_data_collection_summaries(
&self,
) -> &Option<Vec<RasterDataCollectionMetadata>>
pub fn get_raster_data_collection_summaries( &self, ) -> &Option<Vec<RasterDataCollectionMetadata>>
Contains summary information about the raster data collection.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
sourcepub fn build(self) -> Result<ListRasterDataCollectionsOutput, BuildError>
pub fn build(self) -> Result<ListRasterDataCollectionsOutput, BuildError>
Consumes the builder and constructs a ListRasterDataCollectionsOutput.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for ListRasterDataCollectionsOutputBuilder
impl Clone for ListRasterDataCollectionsOutputBuilder
source§fn clone(&self) -> ListRasterDataCollectionsOutputBuilder
fn clone(&self) -> ListRasterDataCollectionsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ListRasterDataCollectionsOutputBuilder
impl Default for ListRasterDataCollectionsOutputBuilder
source§fn default() -> ListRasterDataCollectionsOutputBuilder
fn default() -> ListRasterDataCollectionsOutputBuilder
source§impl PartialEq for ListRasterDataCollectionsOutputBuilder
impl PartialEq for ListRasterDataCollectionsOutputBuilder
source§fn eq(&self, other: &ListRasterDataCollectionsOutputBuilder) -> bool
fn eq(&self, other: &ListRasterDataCollectionsOutputBuilder) -> bool
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ListRasterDataCollectionsOutputBuilder
Auto Trait Implementations§
impl Freeze for ListRasterDataCollectionsOutputBuilder
impl RefUnwindSafe for ListRasterDataCollectionsOutputBuilder
impl Send for ListRasterDataCollectionsOutputBuilder
impl Sync for ListRasterDataCollectionsOutputBuilder
impl Unpin for ListRasterDataCollectionsOutputBuilder
impl UnwindSafe for ListRasterDataCollectionsOutputBuilder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)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>
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>
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 more