#[non_exhaustive]pub struct ListGitHubAccountTokenNamesInput { /* private fields */ }
Expand description
Represents the input of a ListGitHubAccountTokenNames
operation.
Implementations§
source§impl ListGitHubAccountTokenNamesInput
impl ListGitHubAccountTokenNamesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListGitHubAccountTokenNames, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListGitHubAccountTokenNames, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListGitHubAccountTokenNames
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListGitHubAccountTokenNamesInput
.
source§impl ListGitHubAccountTokenNamesInput
impl ListGitHubAccountTokenNamesInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
An identifier returned from the previous ListGitHubAccountTokenNames
call. It can be used to return the next set of names in the list.
Trait Implementations§
source§impl Clone for ListGitHubAccountTokenNamesInput
impl Clone for ListGitHubAccountTokenNamesInput
source§fn clone(&self) -> ListGitHubAccountTokenNamesInput
fn clone(&self) -> ListGitHubAccountTokenNamesInput
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 PartialEq<ListGitHubAccountTokenNamesInput> for ListGitHubAccountTokenNamesInput
impl PartialEq<ListGitHubAccountTokenNamesInput> for ListGitHubAccountTokenNamesInput
source§fn eq(&self, other: &ListGitHubAccountTokenNamesInput) -> bool
fn eq(&self, other: &ListGitHubAccountTokenNamesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.