pub struct Builder { /* private fields */ }Expand description
A builder for RejectInvitationInput.
Implementations§
source§impl Builder
impl Builder
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.