Struct aws_sdk_codecatalyst::input::ListAccessTokensInput
source · #[non_exhaustive]pub struct ListAccessTokensInput { /* private fields */ }
Implementations§
source§impl ListAccessTokensInput
impl ListAccessTokensInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListAccessTokens, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListAccessTokens, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListAccessTokens
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListAccessTokensInput
.
source§impl ListAccessTokensInput
impl ListAccessTokensInput
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a NextToken
element, which you can use to obtain additional results.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token returned from a call to this API to indicate the next batch of results to return, if any.
Trait Implementations§
source§impl Clone for ListAccessTokensInput
impl Clone for ListAccessTokensInput
source§fn clone(&self) -> ListAccessTokensInput
fn clone(&self) -> ListAccessTokensInput
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 ListAccessTokensInput
impl Debug for ListAccessTokensInput
source§impl PartialEq<ListAccessTokensInput> for ListAccessTokensInput
impl PartialEq<ListAccessTokensInput> for ListAccessTokensInput
source§fn eq(&self, other: &ListAccessTokensInput) -> bool
fn eq(&self, other: &ListAccessTokensInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.