Struct aws_sdk_appsync::input::ListDomainNamesInput
source · #[non_exhaustive]pub struct ListDomainNamesInput { /* private fields */ }
Implementations§
source§impl ListDomainNamesInput
impl ListDomainNamesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDomainNames, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDomainNames, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListDomainNames
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDomainNamesInput
.
source§impl ListDomainNamesInput
impl ListDomainNamesInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The API token.
sourcepub fn max_results(&self) -> i32
pub fn max_results(&self) -> i32
The maximum number of results that you want the request to return.
Trait Implementations§
source§impl Clone for ListDomainNamesInput
impl Clone for ListDomainNamesInput
source§fn clone(&self) -> ListDomainNamesInput
fn clone(&self) -> ListDomainNamesInput
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 ListDomainNamesInput
impl Debug for ListDomainNamesInput
source§impl PartialEq<ListDomainNamesInput> for ListDomainNamesInput
impl PartialEq<ListDomainNamesInput> for ListDomainNamesInput
source§fn eq(&self, other: &ListDomainNamesInput) -> bool
fn eq(&self, other: &ListDomainNamesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.