Struct aws_sdk_opensearch::operation::describe_domain_nodes::builders::DescribeDomainNodesOutputBuilder
source · #[non_exhaustive]pub struct DescribeDomainNodesOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeDomainNodesOutput
.
Implementations§
source§impl DescribeDomainNodesOutputBuilder
impl DescribeDomainNodesOutputBuilder
sourcepub fn domain_nodes_status_list(self, input: DomainNodesStatus) -> Self
pub fn domain_nodes_status_list(self, input: DomainNodesStatus) -> Self
Appends an item to domain_nodes_status_list
.
To override the contents of this collection use set_domain_nodes_status_list
.
Contains nodes information list DomainNodesStatusList
with details about the all nodes on the requested domain.
sourcepub fn set_domain_nodes_status_list(
self,
input: Option<Vec<DomainNodesStatus>>
) -> Self
pub fn set_domain_nodes_status_list( self, input: Option<Vec<DomainNodesStatus>> ) -> Self
Contains nodes information list DomainNodesStatusList
with details about the all nodes on the requested domain.
sourcepub fn get_domain_nodes_status_list(&self) -> &Option<Vec<DomainNodesStatus>>
pub fn get_domain_nodes_status_list(&self) -> &Option<Vec<DomainNodesStatus>>
Contains nodes information list DomainNodesStatusList
with details about the all nodes on the requested domain.
sourcepub fn build(self) -> DescribeDomainNodesOutput
pub fn build(self) -> DescribeDomainNodesOutput
Consumes the builder and constructs a DescribeDomainNodesOutput
.
Trait Implementations§
source§impl Clone for DescribeDomainNodesOutputBuilder
impl Clone for DescribeDomainNodesOutputBuilder
source§fn clone(&self) -> DescribeDomainNodesOutputBuilder
fn clone(&self) -> DescribeDomainNodesOutputBuilder
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 Default for DescribeDomainNodesOutputBuilder
impl Default for DescribeDomainNodesOutputBuilder
source§fn default() -> DescribeDomainNodesOutputBuilder
fn default() -> DescribeDomainNodesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeDomainNodesOutputBuilder
impl PartialEq for DescribeDomainNodesOutputBuilder
source§fn eq(&self, other: &DescribeDomainNodesOutputBuilder) -> bool
fn eq(&self, other: &DescribeDomainNodesOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeDomainNodesOutputBuilder
Auto Trait Implementations§
impl Freeze for DescribeDomainNodesOutputBuilder
impl RefUnwindSafe for DescribeDomainNodesOutputBuilder
impl Send for DescribeDomainNodesOutputBuilder
impl Sync for DescribeDomainNodesOutputBuilder
impl Unpin for DescribeDomainNodesOutputBuilder
impl UnwindSafe for DescribeDomainNodesOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.