Struct aws_sdk_emr::operation::list_release_labels::builders::ListReleaseLabelsOutputBuilder
source · #[non_exhaustive]pub struct ListReleaseLabelsOutputBuilder { /* private fields */ }Expand description
A builder for ListReleaseLabelsOutput.
Implementations§
source§impl ListReleaseLabelsOutputBuilder
impl ListReleaseLabelsOutputBuilder
sourcepub fn release_labels(self, input: impl Into<String>) -> Self
pub fn release_labels(self, input: impl Into<String>) -> Self
Appends an item to release_labels.
To override the contents of this collection use set_release_labels.
The returned release labels.
sourcepub fn set_release_labels(self, input: Option<Vec<String>>) -> Self
pub fn set_release_labels(self, input: Option<Vec<String>>) -> Self
The returned release labels.
sourcepub fn get_release_labels(&self) -> &Option<Vec<String>>
pub fn get_release_labels(&self) -> &Option<Vec<String>>
The returned release labels.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
Used to paginate the next page of results if specified in the next ListReleaseLabels request.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
Used to paginate the next page of results if specified in the next ListReleaseLabels request.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
Used to paginate the next page of results if specified in the next ListReleaseLabels request.
sourcepub fn build(self) -> ListReleaseLabelsOutput
pub fn build(self) -> ListReleaseLabelsOutput
Consumes the builder and constructs a ListReleaseLabelsOutput.
Trait Implementations§
source§impl Clone for ListReleaseLabelsOutputBuilder
impl Clone for ListReleaseLabelsOutputBuilder
source§fn clone(&self) -> ListReleaseLabelsOutputBuilder
fn clone(&self) -> ListReleaseLabelsOutputBuilder
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 ListReleaseLabelsOutputBuilder
impl Default for ListReleaseLabelsOutputBuilder
source§fn default() -> ListReleaseLabelsOutputBuilder
fn default() -> ListReleaseLabelsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListReleaseLabelsOutputBuilder
impl PartialEq for ListReleaseLabelsOutputBuilder
source§fn eq(&self, other: &ListReleaseLabelsOutputBuilder) -> bool
fn eq(&self, other: &ListReleaseLabelsOutputBuilder) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ListReleaseLabelsOutputBuilder
Auto Trait Implementations§
impl Freeze for ListReleaseLabelsOutputBuilder
impl RefUnwindSafe for ListReleaseLabelsOutputBuilder
impl Send for ListReleaseLabelsOutputBuilder
impl Sync for ListReleaseLabelsOutputBuilder
impl Unpin for ListReleaseLabelsOutputBuilder
impl UnwindSafe for ListReleaseLabelsOutputBuilder
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
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)
🔬This is a nightly-only experimental API. (
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>
Converts
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>
Converts
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 moreCreates a shared type from an unshared type.