#[non_exhaustive]pub struct ListPackagesForDomainInput { /* private fields */ }
Expand description
Container for request parameters to
operation. ListPackagesForDomain
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
Limits results to a maximum number of packages.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Used for pagination. Only necessary if a previous API call includes a non-null NextToken value. If provided, returns results for 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 ==
.