#[non_exhaustive]pub struct ListDomainsForPackageOutput { /* private fields */ }
Expand description
Container for response parameters to
operation. ListDomainsForPackage
Implementations§
source§impl ListDomainsForPackageOutput
impl ListDomainsForPackageOutput
sourcepub fn domain_package_details_list(&self) -> Option<&[DomainPackageDetails]>
pub fn domain_package_details_list(&self) -> Option<&[DomainPackageDetails]>
List of DomainPackageDetails
objects.
pub fn next_token(&self) -> Option<&str>
source§impl ListDomainsForPackageOutput
impl ListDomainsForPackageOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDomainsForPackageOutput
.
Trait Implementations§
source§impl Clone for ListDomainsForPackageOutput
impl Clone for ListDomainsForPackageOutput
source§fn clone(&self) -> ListDomainsForPackageOutput
fn clone(&self) -> ListDomainsForPackageOutput
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 ListDomainsForPackageOutput
impl Debug for ListDomainsForPackageOutput
source§impl PartialEq<ListDomainsForPackageOutput> for ListDomainsForPackageOutput
impl PartialEq<ListDomainsForPackageOutput> for ListDomainsForPackageOutput
source§fn eq(&self, other: &ListDomainsForPackageOutput) -> bool
fn eq(&self, other: &ListDomainsForPackageOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.