Struct aws_sdk_codestar::input::ListTeamMembersInput
source · [−]#[non_exhaustive]pub struct ListTeamMembersInput { /* private fields */ }Implementations
sourceimpl ListTeamMembersInput
impl ListTeamMembersInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListTeamMembers, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListTeamMembers, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListTeamMembers>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListTeamMembersInput.
sourceimpl ListTeamMembersInput
impl ListTeamMembersInput
sourcepub fn project_id(&self) -> Option<&str>
pub fn project_id(&self) -> Option<&str>
The ID of the project for which you want to list team members.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The continuation token for the next set of results, if the results cannot be returned in one response.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of team members you want returned in a response.
Trait Implementations
sourceimpl Clone for ListTeamMembersInput
impl Clone for ListTeamMembersInput
sourcefn clone(&self) -> ListTeamMembersInput
fn clone(&self) -> ListTeamMembersInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ListTeamMembersInput
impl Debug for ListTeamMembersInput
sourceimpl PartialEq<ListTeamMembersInput> for ListTeamMembersInput
impl PartialEq<ListTeamMembersInput> for ListTeamMembersInput
sourcefn eq(&self, other: &ListTeamMembersInput) -> bool
fn eq(&self, other: &ListTeamMembersInput) -> bool
impl StructuralPartialEq for ListTeamMembersInput
Auto Trait Implementations
impl RefUnwindSafe for ListTeamMembersInput
impl Send for ListTeamMembersInput
impl Sync for ListTeamMembersInput
impl Unpin for ListTeamMembersInput
impl UnwindSafe for ListTeamMembersInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more