pub struct Builder { /* private fields */ }Expand description
A builder for ListMembersOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn members(self, input: MemberSummary) -> Self
pub fn members(self, input: MemberSummary) -> Self
Appends an item to members.
To override the contents of this collection use set_members.
An array of MemberSummary objects. Each object contains details about a network member.
sourcepub fn set_members(self, input: Option<Vec<MemberSummary>>) -> Self
pub fn set_members(self, input: Option<Vec<MemberSummary>>) -> Self
An array of MemberSummary objects. Each object contains details about a network member.
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) -> ListMembersOutput
pub fn build(self) -> ListMembersOutput
Consumes the builder and constructs a ListMembersOutput.