#[non_exhaustive]pub struct BatchCreateRoomMembershipInput { /* private fields */ }Implementations
sourceimpl BatchCreateRoomMembershipInput
impl BatchCreateRoomMembershipInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchCreateRoomMembership, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchCreateRoomMembership, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchCreateRoomMembership>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchCreateRoomMembershipInput.
sourceimpl BatchCreateRoomMembershipInput
impl BatchCreateRoomMembershipInput
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The Amazon Chime account ID.
sourcepub fn membership_item_list(&self) -> Option<&[MembershipItem]>
pub fn membership_item_list(&self) -> Option<&[MembershipItem]>
The list of membership items.
Trait Implementations
sourceimpl Clone for BatchCreateRoomMembershipInput
impl Clone for BatchCreateRoomMembershipInput
sourcefn clone(&self) -> BatchCreateRoomMembershipInput
fn clone(&self) -> BatchCreateRoomMembershipInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<BatchCreateRoomMembershipInput> for BatchCreateRoomMembershipInput
impl PartialEq<BatchCreateRoomMembershipInput> for BatchCreateRoomMembershipInput
sourcefn eq(&self, other: &BatchCreateRoomMembershipInput) -> bool
fn eq(&self, other: &BatchCreateRoomMembershipInput) -> bool
impl StructuralPartialEq for BatchCreateRoomMembershipInput
Auto Trait Implementations
impl RefUnwindSafe for BatchCreateRoomMembershipInput
impl Send for BatchCreateRoomMembershipInput
impl Sync for BatchCreateRoomMembershipInput
impl Unpin for BatchCreateRoomMembershipInput
impl UnwindSafe for BatchCreateRoomMembershipInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more