pub struct Builder { /* private fields */ }Expand description
A builder for ListInvitationsOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn invitations(self, input: Invitation) -> Self
pub fn invitations(self, input: Invitation) -> Self
Appends an item to invitations.
To override the contents of this collection use set_invitations.
The invitations for the network.
sourcepub fn set_invitations(self, input: Option<Vec<Invitation>>) -> Self
pub fn set_invitations(self, input: Option<Vec<Invitation>>) -> Self
The invitations for the network.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The pagination token that indicates the next set of results to retrieve.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The pagination token that indicates the next set of results to retrieve.
sourcepub fn build(self) -> ListInvitationsOutput
pub fn build(self) -> ListInvitationsOutput
Consumes the builder and constructs a ListInvitationsOutput.