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