#[non_exhaustive]pub struct ListPackagesForDomainOutput { /* private fields */ }
Expand description
Container for response parameters to
operation. ListPackagesForDomain
Implementations
sourceimpl ListPackagesForDomainOutput
impl ListPackagesForDomainOutput
sourcepub fn domain_package_details_list(&self) -> Option<&[DomainPackageDetails]>
pub fn domain_package_details_list(&self) -> Option<&[DomainPackageDetails]>
List of DomainPackageDetails
objects.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Pagination token that needs to be supplied to the next call to get the next page of results.
sourceimpl ListPackagesForDomainOutput
impl ListPackagesForDomainOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListPackagesForDomainOutput
.
Trait Implementations
sourceimpl Clone for ListPackagesForDomainOutput
impl Clone for ListPackagesForDomainOutput
sourcefn clone(&self) -> ListPackagesForDomainOutput
fn clone(&self) -> ListPackagesForDomainOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ListPackagesForDomainOutput
impl Debug for ListPackagesForDomainOutput
sourceimpl PartialEq<ListPackagesForDomainOutput> for ListPackagesForDomainOutput
impl PartialEq<ListPackagesForDomainOutput> for ListPackagesForDomainOutput
sourcefn eq(&self, other: &ListPackagesForDomainOutput) -> bool
fn eq(&self, other: &ListPackagesForDomainOutput) -> bool
impl StructuralPartialEq for ListPackagesForDomainOutput
Auto Trait Implementations
impl RefUnwindSafe for ListPackagesForDomainOutput
impl Send for ListPackagesForDomainOutput
impl Sync for ListPackagesForDomainOutput
impl Unpin for ListPackagesForDomainOutput
impl UnwindSafe for ListPackagesForDomainOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more