#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for ListSubscribedWorkteamsInput
Implementations
A string in the work team name. This filter returns only work teams whose name contains the specified string.
A string in the work team name. This filter returns only work teams whose name contains the specified string.
If the result of the previous ListSubscribedWorkteams request was truncated, the response includes a NextToken. To retrieve the next set of labeling jobs, use the token in the next request.
If the result of the previous ListSubscribedWorkteams request was truncated, the response includes a NextToken. To retrieve the next set of labeling jobs, use the token in the next request.
The maximum number of work teams to return in each page of the response.
The maximum number of work teams to return in each page of the response.
Consumes the builder and constructs a ListSubscribedWorkteamsInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more