Struct aws_sdk_iotwireless::operation::list_multicast_groups::builders::ListMulticastGroupsOutputBuilder
source · #[non_exhaustive]pub struct ListMulticastGroupsOutputBuilder { /* private fields */ }Expand description
A builder for ListMulticastGroupsOutput.
Implementations§
source§impl ListMulticastGroupsOutputBuilder
impl ListMulticastGroupsOutputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.
sourcepub fn multicast_group_list(self, input: MulticastGroup) -> Self
pub fn multicast_group_list(self, input: MulticastGroup) -> Self
Appends an item to multicast_group_list.
To override the contents of this collection use set_multicast_group_list.
List of multicast groups.
sourcepub fn set_multicast_group_list(
self,
input: Option<Vec<MulticastGroup>>
) -> Self
pub fn set_multicast_group_list( self, input: Option<Vec<MulticastGroup>> ) -> Self
List of multicast groups.
sourcepub fn get_multicast_group_list(&self) -> &Option<Vec<MulticastGroup>>
pub fn get_multicast_group_list(&self) -> &Option<Vec<MulticastGroup>>
List of multicast groups.
sourcepub fn build(self) -> ListMulticastGroupsOutput
pub fn build(self) -> ListMulticastGroupsOutput
Consumes the builder and constructs a ListMulticastGroupsOutput.
Trait Implementations§
source§impl Clone for ListMulticastGroupsOutputBuilder
impl Clone for ListMulticastGroupsOutputBuilder
source§fn clone(&self) -> ListMulticastGroupsOutputBuilder
fn clone(&self) -> ListMulticastGroupsOutputBuilder
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 ListMulticastGroupsOutputBuilder
impl Default for ListMulticastGroupsOutputBuilder
source§fn default() -> ListMulticastGroupsOutputBuilder
fn default() -> ListMulticastGroupsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListMulticastGroupsOutputBuilder
impl PartialEq for ListMulticastGroupsOutputBuilder
source§fn eq(&self, other: &ListMulticastGroupsOutputBuilder) -> bool
fn eq(&self, other: &ListMulticastGroupsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ListMulticastGroupsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListMulticastGroupsOutputBuilder
impl Send for ListMulticastGroupsOutputBuilder
impl Sync for ListMulticastGroupsOutputBuilder
impl Unpin for ListMulticastGroupsOutputBuilder
impl UnwindSafe for ListMulticastGroupsOutputBuilder
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> 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>
Creates a shared type from an unshared type.