Struct aws_sdk_elasticsearch::operation::describe_reserved_elasticsearch_instance_offerings::builders::DescribeReservedElasticsearchInstanceOfferingsOutputBuilder    
source · #[non_exhaustive]pub struct DescribeReservedElasticsearchInstanceOfferingsOutputBuilder { /* private fields */ }Expand description
A builder for DescribeReservedElasticsearchInstanceOfferingsOutput.
Implementations§
source§impl DescribeReservedElasticsearchInstanceOfferingsOutputBuilder
 
impl DescribeReservedElasticsearchInstanceOfferingsOutputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
 
pub fn next_token(self, input: impl Into<String>) -> Self
Provides an identifier to allow retrieval of paginated results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
 
pub fn set_next_token(self, input: Option<String>) -> Self
Provides an identifier to allow retrieval of paginated results.
sourcepub fn get_next_token(&self) -> &Option<String>
 
pub fn get_next_token(&self) -> &Option<String>
Provides an identifier to allow retrieval of paginated results.
sourcepub fn reserved_elasticsearch_instance_offerings(
    self,
    input: ReservedElasticsearchInstanceOffering
) -> Self
 
pub fn reserved_elasticsearch_instance_offerings( self, input: ReservedElasticsearchInstanceOffering ) -> Self
Appends an item to reserved_elasticsearch_instance_offerings.
To override the contents of this collection use set_reserved_elasticsearch_instance_offerings.
List of reserved Elasticsearch instance offerings
sourcepub fn set_reserved_elasticsearch_instance_offerings(
    self,
    input: Option<Vec<ReservedElasticsearchInstanceOffering>>
) -> Self
 
pub fn set_reserved_elasticsearch_instance_offerings( self, input: Option<Vec<ReservedElasticsearchInstanceOffering>> ) -> Self
List of reserved Elasticsearch instance offerings
sourcepub fn get_reserved_elasticsearch_instance_offerings(
    &self
) -> &Option<Vec<ReservedElasticsearchInstanceOffering>>
 
pub fn get_reserved_elasticsearch_instance_offerings( &self ) -> &Option<Vec<ReservedElasticsearchInstanceOffering>>
List of reserved Elasticsearch instance offerings
sourcepub fn build(self) -> DescribeReservedElasticsearchInstanceOfferingsOutput
 
pub fn build(self) -> DescribeReservedElasticsearchInstanceOfferingsOutput
Consumes the builder and constructs a DescribeReservedElasticsearchInstanceOfferingsOutput.
Trait Implementations§
source§impl Clone for DescribeReservedElasticsearchInstanceOfferingsOutputBuilder
 
impl Clone for DescribeReservedElasticsearchInstanceOfferingsOutputBuilder
source§fn clone(&self) -> DescribeReservedElasticsearchInstanceOfferingsOutputBuilder
 
fn clone(&self) -> DescribeReservedElasticsearchInstanceOfferingsOutputBuilder
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 DescribeReservedElasticsearchInstanceOfferingsOutputBuilder
 
impl Default for DescribeReservedElasticsearchInstanceOfferingsOutputBuilder
source§fn default() -> DescribeReservedElasticsearchInstanceOfferingsOutputBuilder
 
fn default() -> DescribeReservedElasticsearchInstanceOfferingsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeReservedElasticsearchInstanceOfferingsOutputBuilder
 
impl PartialEq for DescribeReservedElasticsearchInstanceOfferingsOutputBuilder
source§fn eq(
    &self,
    other: &DescribeReservedElasticsearchInstanceOfferingsOutputBuilder
) -> bool
 
fn eq( &self, other: &DescribeReservedElasticsearchInstanceOfferingsOutputBuilder ) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeReservedElasticsearchInstanceOfferingsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeReservedElasticsearchInstanceOfferingsOutputBuilder
impl Send for DescribeReservedElasticsearchInstanceOfferingsOutputBuilder
impl Sync for DescribeReservedElasticsearchInstanceOfferingsOutputBuilder
impl Unpin for DescribeReservedElasticsearchInstanceOfferingsOutputBuilder
impl UnwindSafe for DescribeReservedElasticsearchInstanceOfferingsOutputBuilder
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.