Struct aws_sdk_codestar::input::ListTeamMembersInput
source · #[non_exhaustive]pub struct ListTeamMembersInput { /* private fields */ }
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for ListTeamMembersInput
impl Clone for ListTeamMembersInput
source§fn clone(&self) -> ListTeamMembersInput
fn clone(&self) -> ListTeamMembersInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ListTeamMembersInput
impl Debug for ListTeamMembersInput
source§impl PartialEq<ListTeamMembersInput> for ListTeamMembersInput
impl PartialEq<ListTeamMembersInput> for ListTeamMembersInput
source§fn eq(&self, other: &ListTeamMembersInput) -> bool
fn eq(&self, other: &ListTeamMembersInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.