Struct aws_sdk_chime::operation::batch_create_channel_membership::builders::BatchCreateChannelMembershipOutputBuilder
source · #[non_exhaustive]pub struct BatchCreateChannelMembershipOutputBuilder { /* private fields */ }Expand description
A builder for BatchCreateChannelMembershipOutput.
Implementations§
source§impl BatchCreateChannelMembershipOutputBuilder
impl BatchCreateChannelMembershipOutputBuilder
sourcepub fn batch_channel_memberships(self, input: BatchChannelMemberships) -> Self
pub fn batch_channel_memberships(self, input: BatchChannelMemberships) -> Self
The list of channel memberships in the response.
sourcepub fn set_batch_channel_memberships(
self,
input: Option<BatchChannelMemberships>
) -> Self
pub fn set_batch_channel_memberships( self, input: Option<BatchChannelMemberships> ) -> Self
The list of channel memberships in the response.
sourcepub fn errors(self, input: BatchCreateChannelMembershipError) -> Self
pub fn errors(self, input: BatchCreateChannelMembershipError) -> Self
Appends an item to errors.
To override the contents of this collection use set_errors.
If the action fails for one or more of the memberships in the request, a list of the memberships is returned, along with error codes and error messages.
sourcepub fn set_errors(
self,
input: Option<Vec<BatchCreateChannelMembershipError>>
) -> Self
pub fn set_errors( self, input: Option<Vec<BatchCreateChannelMembershipError>> ) -> Self
If the action fails for one or more of the memberships in the request, a list of the memberships is returned, along with error codes and error messages.
sourcepub fn build(self) -> BatchCreateChannelMembershipOutput
pub fn build(self) -> BatchCreateChannelMembershipOutput
Consumes the builder and constructs a BatchCreateChannelMembershipOutput.
Trait Implementations§
source§impl Clone for BatchCreateChannelMembershipOutputBuilder
impl Clone for BatchCreateChannelMembershipOutputBuilder
source§fn clone(&self) -> BatchCreateChannelMembershipOutputBuilder
fn clone(&self) -> BatchCreateChannelMembershipOutputBuilder
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 BatchCreateChannelMembershipOutputBuilder
impl Default for BatchCreateChannelMembershipOutputBuilder
source§fn default() -> BatchCreateChannelMembershipOutputBuilder
fn default() -> BatchCreateChannelMembershipOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<BatchCreateChannelMembershipOutputBuilder> for BatchCreateChannelMembershipOutputBuilder
impl PartialEq<BatchCreateChannelMembershipOutputBuilder> for BatchCreateChannelMembershipOutputBuilder
source§fn eq(&self, other: &BatchCreateChannelMembershipOutputBuilder) -> bool
fn eq(&self, other: &BatchCreateChannelMembershipOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.