Struct aws_sdk_sagemaker::operation::list_lineage_groups::builders::ListLineageGroupsOutputBuilder
source · #[non_exhaustive]pub struct ListLineageGroupsOutputBuilder { /* private fields */ }Expand description
A builder for ListLineageGroupsOutput.
Implementations§
source§impl ListLineageGroupsOutputBuilder
impl ListLineageGroupsOutputBuilder
sourcepub fn lineage_group_summaries(self, input: LineageGroupSummary) -> Self
pub fn lineage_group_summaries(self, input: LineageGroupSummary) -> Self
Appends an item to lineage_group_summaries.
To override the contents of this collection use set_lineage_group_summaries.
A list of lineage groups and their properties.
sourcepub fn set_lineage_group_summaries(
self,
input: Option<Vec<LineageGroupSummary>>
) -> Self
pub fn set_lineage_group_summaries( self, input: Option<Vec<LineageGroupSummary>> ) -> Self
A list of lineage groups and their properties.
sourcepub fn get_lineage_group_summaries(&self) -> &Option<Vec<LineageGroupSummary>>
pub fn get_lineage_group_summaries(&self) -> &Option<Vec<LineageGroupSummary>>
A list of lineage groups and their properties.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.
sourcepub fn build(self) -> ListLineageGroupsOutput
pub fn build(self) -> ListLineageGroupsOutput
Consumes the builder and constructs a ListLineageGroupsOutput.
Trait Implementations§
source§impl Clone for ListLineageGroupsOutputBuilder
impl Clone for ListLineageGroupsOutputBuilder
source§fn clone(&self) -> ListLineageGroupsOutputBuilder
fn clone(&self) -> ListLineageGroupsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ListLineageGroupsOutputBuilder
impl Default for ListLineageGroupsOutputBuilder
source§fn default() -> ListLineageGroupsOutputBuilder
fn default() -> ListLineageGroupsOutputBuilder
source§impl PartialEq for ListLineageGroupsOutputBuilder
impl PartialEq for ListLineageGroupsOutputBuilder
source§fn eq(&self, other: &ListLineageGroupsOutputBuilder) -> bool
fn eq(&self, other: &ListLineageGroupsOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.