#[non_exhaustive]pub struct ListPackagesForDomainInput { /* private fields */ }
Expand description
Container for the request parameters to the ListPackagesForDomain
operation.
Implementations§
source§impl ListPackagesForDomainInput
impl ListPackagesForDomainInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListPackagesForDomain, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListPackagesForDomain, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListPackagesForDomain
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListPackagesForDomainInput
.
source§impl ListPackagesForDomainInput
impl ListPackagesForDomainInput
sourcepub fn domain_name(&self) -> Option<&str>
pub fn domain_name(&self) -> Option<&str>
The name of the domain for which you want to list associated packages.
sourcepub fn max_results(&self) -> i32
pub fn max_results(&self) -> i32
An optional parameter that specifies the maximum number of results to return. You can use nextToken
to get the next page of results.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If your initial ListPackagesForDomain
operation returns a nextToken
, you can include the returned nextToken
in subsequent ListPackagesForDomain
operations, which returns results in the next page.
Trait Implementations§
source§impl Clone for ListPackagesForDomainInput
impl Clone for ListPackagesForDomainInput
source§fn clone(&self) -> ListPackagesForDomainInput
fn clone(&self) -> ListPackagesForDomainInput
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 ListPackagesForDomainInput
impl Debug for ListPackagesForDomainInput
source§impl PartialEq<ListPackagesForDomainInput> for ListPackagesForDomainInput
impl PartialEq<ListPackagesForDomainInput> for ListPackagesForDomainInput
source§fn eq(&self, other: &ListPackagesForDomainInput) -> bool
fn eq(&self, other: &ListPackagesForDomainInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.