Struct aws_sdk_cloudsearch::output::ListDomainNamesOutput
source · #[non_exhaustive]pub struct ListDomainNamesOutput { /* private fields */ }Expand description
The result of a ListDomainNames request. Contains a list of the domains owned by an account.
Implementations§
source§impl ListDomainNamesOutput
impl ListDomainNamesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDomainNamesOutput.
Trait Implementations§
source§impl Clone for ListDomainNamesOutput
impl Clone for ListDomainNamesOutput
source§fn clone(&self) -> ListDomainNamesOutput
fn clone(&self) -> ListDomainNamesOutput
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 ListDomainNamesOutput
impl Debug for ListDomainNamesOutput
source§impl PartialEq<ListDomainNamesOutput> for ListDomainNamesOutput
impl PartialEq<ListDomainNamesOutput> for ListDomainNamesOutput
source§fn eq(&self, other: &ListDomainNamesOutput) -> bool
fn eq(&self, other: &ListDomainNamesOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.