Struct aws_sdk_evidently::operation::list_segment_references::builders::ListSegmentReferencesOutputBuilder
source · #[non_exhaustive]pub struct ListSegmentReferencesOutputBuilder { /* private fields */ }
Expand description
A builder for ListSegmentReferencesOutput
.
Implementations§
source§impl ListSegmentReferencesOutputBuilder
impl ListSegmentReferencesOutputBuilder
sourcepub fn referenced_by(self, input: RefResource) -> Self
pub fn referenced_by(self, input: RefResource) -> Self
Appends an item to referenced_by
.
To override the contents of this collection use set_referenced_by
.
An array of structures, where each structure contains information about one experiment or launch that uses this segment.
sourcepub fn set_referenced_by(self, input: Option<Vec<RefResource>>) -> Self
pub fn set_referenced_by(self, input: Option<Vec<RefResource>>) -> Self
An array of structures, where each structure contains information about one experiment or launch that uses this segment.
sourcepub fn get_referenced_by(&self) -> &Option<Vec<RefResource>>
pub fn get_referenced_by(&self) -> &Option<Vec<RefResource>>
An array of structures, where each structure contains information about one experiment or launch that uses this segment.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token to use in a subsequent ListSegmentReferences
operation to return 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
The token to use in a subsequent ListSegmentReferences
operation to return the next set of results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The token to use in a subsequent ListSegmentReferences
operation to return the next set of results.
sourcepub fn build(self) -> ListSegmentReferencesOutput
pub fn build(self) -> ListSegmentReferencesOutput
Consumes the builder and constructs a ListSegmentReferencesOutput
.
Trait Implementations§
source§impl Clone for ListSegmentReferencesOutputBuilder
impl Clone for ListSegmentReferencesOutputBuilder
source§fn clone(&self) -> ListSegmentReferencesOutputBuilder
fn clone(&self) -> ListSegmentReferencesOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ListSegmentReferencesOutputBuilder
impl Default for ListSegmentReferencesOutputBuilder
source§fn default() -> ListSegmentReferencesOutputBuilder
fn default() -> ListSegmentReferencesOutputBuilder
source§impl PartialEq for ListSegmentReferencesOutputBuilder
impl PartialEq for ListSegmentReferencesOutputBuilder
source§fn eq(&self, other: &ListSegmentReferencesOutputBuilder) -> bool
fn eq(&self, other: &ListSegmentReferencesOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.