#[non_exhaustive]pub struct ListDomainNamesInput { /* private fields */ }
Expand description
Container for the parameters to the
operation.ListDomainNames
Implementations§
source§impl ListDomainNamesInput
impl ListDomainNamesInput
sourcepub fn engine_type(&self) -> Option<&EngineType>
pub fn engine_type(&self) -> Option<&EngineType>
Optional parameter to filter the output by domain engine type. Acceptable values are 'Elasticsearch' and 'OpenSearch'.
source§impl ListDomainNamesInput
impl ListDomainNamesInput
sourcepub fn builder() -> ListDomainNamesInputBuilder
pub fn builder() -> ListDomainNamesInputBuilder
Creates a new builder-style object to manufacture ListDomainNamesInput
.
source§impl ListDomainNamesInput
impl ListDomainNamesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDomainNames, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ListDomainNames, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListDomainNames
>
Trait Implementations§
source§impl Clone for ListDomainNamesInput
impl Clone for ListDomainNamesInput
source§fn clone(&self) -> ListDomainNamesInput
fn clone(&self) -> ListDomainNamesInput
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 ListDomainNamesInput
impl Debug for ListDomainNamesInput
source§impl PartialEq<ListDomainNamesInput> for ListDomainNamesInput
impl PartialEq<ListDomainNamesInput> for ListDomainNamesInput
source§fn eq(&self, other: &ListDomainNamesInput) -> bool
fn eq(&self, other: &ListDomainNamesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListDomainNamesInput
Auto Trait Implementations§
impl RefUnwindSafe for ListDomainNamesInput
impl Send for ListDomainNamesInput
impl Sync for ListDomainNamesInput
impl Unpin for ListDomainNamesInput
impl UnwindSafe for ListDomainNamesInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more