Struct aws_sdk_bedrock::operation::list_custom_models::builders::ListCustomModelsOutputBuilder
source · #[non_exhaustive]pub struct ListCustomModelsOutputBuilder { /* private fields */ }Expand description
A builder for ListCustomModelsOutput.
Implementations§
source§impl ListCustomModelsOutputBuilder
impl ListCustomModelsOutputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
Continuation token for the next request to list 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
Continuation token for the next request to list the next set of results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
Continuation token for the next request to list the next set of results.
sourcepub fn model_summaries(self, input: CustomModelSummary) -> Self
pub fn model_summaries(self, input: CustomModelSummary) -> Self
Appends an item to model_summaries.
To override the contents of this collection use set_model_summaries.
Model summaries.
sourcepub fn set_model_summaries(self, input: Option<Vec<CustomModelSummary>>) -> Self
pub fn set_model_summaries(self, input: Option<Vec<CustomModelSummary>>) -> Self
Model summaries.
sourcepub fn get_model_summaries(&self) -> &Option<Vec<CustomModelSummary>>
pub fn get_model_summaries(&self) -> &Option<Vec<CustomModelSummary>>
Model summaries.
sourcepub fn build(self) -> ListCustomModelsOutput
pub fn build(self) -> ListCustomModelsOutput
Consumes the builder and constructs a ListCustomModelsOutput.
Trait Implementations§
source§impl Clone for ListCustomModelsOutputBuilder
impl Clone for ListCustomModelsOutputBuilder
source§fn clone(&self) -> ListCustomModelsOutputBuilder
fn clone(&self) -> ListCustomModelsOutputBuilder
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 ListCustomModelsOutputBuilder
impl Default for ListCustomModelsOutputBuilder
source§fn default() -> ListCustomModelsOutputBuilder
fn default() -> ListCustomModelsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListCustomModelsOutputBuilder
impl PartialEq for ListCustomModelsOutputBuilder
source§fn eq(&self, other: &ListCustomModelsOutputBuilder) -> bool
fn eq(&self, other: &ListCustomModelsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ListCustomModelsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListCustomModelsOutputBuilder
impl Send for ListCustomModelsOutputBuilder
impl Sync for ListCustomModelsOutputBuilder
impl Unpin for ListCustomModelsOutputBuilder
impl UnwindSafe for ListCustomModelsOutputBuilder
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