Struct aws_sdk_managedblockchain::operation::reject_invitation::builders::RejectInvitationInputBuilder
source · #[non_exhaustive]pub struct RejectInvitationInputBuilder { /* private fields */ }
Expand description
A builder for RejectInvitationInput
.
Implementations§
source§impl RejectInvitationInputBuilder
impl RejectInvitationInputBuilder
sourcepub fn invitation_id(self, input: impl Into<String>) -> Self
pub fn invitation_id(self, input: impl Into<String>) -> Self
The unique identifier of the invitation to reject.
sourcepub fn set_invitation_id(self, input: Option<String>) -> Self
pub fn set_invitation_id(self, input: Option<String>) -> Self
The unique identifier of the invitation to reject.
sourcepub fn build(self) -> Result<RejectInvitationInput, BuildError>
pub fn build(self) -> Result<RejectInvitationInput, BuildError>
Consumes the builder and constructs a RejectInvitationInput
.
Trait Implementations§
source§impl Clone for RejectInvitationInputBuilder
impl Clone for RejectInvitationInputBuilder
source§fn clone(&self) -> RejectInvitationInputBuilder
fn clone(&self) -> RejectInvitationInputBuilder
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 Debug for RejectInvitationInputBuilder
impl Debug for RejectInvitationInputBuilder
source§impl Default for RejectInvitationInputBuilder
impl Default for RejectInvitationInputBuilder
source§fn default() -> RejectInvitationInputBuilder
fn default() -> RejectInvitationInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<RejectInvitationInputBuilder> for RejectInvitationInputBuilder
impl PartialEq<RejectInvitationInputBuilder> for RejectInvitationInputBuilder
source§fn eq(&self, other: &RejectInvitationInputBuilder) -> bool
fn eq(&self, other: &RejectInvitationInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.