Struct aws_sdk_elasticsearch::operation::get_upgrade_history::builders::GetUpgradeHistoryOutputBuilder
source · #[non_exhaustive]pub struct GetUpgradeHistoryOutputBuilder { /* private fields */ }
Expand description
A builder for GetUpgradeHistoryOutput
.
Implementations§
source§impl GetUpgradeHistoryOutputBuilder
impl GetUpgradeHistoryOutputBuilder
sourcepub fn upgrade_histories(self, input: UpgradeHistory) -> Self
pub fn upgrade_histories(self, input: UpgradeHistory) -> Self
Appends an item to upgrade_histories
.
To override the contents of this collection use set_upgrade_histories
.
A list of
objects corresponding to each Upgrade or Upgrade Eligibility Check performed on a domain returned as part of UpgradeHistory
object. GetUpgradeHistoryResponse
sourcepub fn set_upgrade_histories(self, input: Option<Vec<UpgradeHistory>>) -> Self
pub fn set_upgrade_histories(self, input: Option<Vec<UpgradeHistory>>) -> Self
A list of
objects corresponding to each Upgrade or Upgrade Eligibility Check performed on a domain returned as part of UpgradeHistory
object. GetUpgradeHistoryResponse
sourcepub fn get_upgrade_histories(&self) -> &Option<Vec<UpgradeHistory>>
pub fn get_upgrade_histories(&self) -> &Option<Vec<UpgradeHistory>>
A list of
objects corresponding to each Upgrade or Upgrade Eligibility Check performed on a domain returned as part of UpgradeHistory
object. GetUpgradeHistoryResponse
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
Pagination token that needs to be supplied to the next call to get the next page of results
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
Pagination token that needs to be supplied to the next call to get the next page of results
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
Pagination token that needs to be supplied to the next call to get the next page of results
sourcepub fn build(self) -> GetUpgradeHistoryOutput
pub fn build(self) -> GetUpgradeHistoryOutput
Consumes the builder and constructs a GetUpgradeHistoryOutput
.
Trait Implementations§
source§impl Clone for GetUpgradeHistoryOutputBuilder
impl Clone for GetUpgradeHistoryOutputBuilder
source§fn clone(&self) -> GetUpgradeHistoryOutputBuilder
fn clone(&self) -> GetUpgradeHistoryOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for GetUpgradeHistoryOutputBuilder
impl Default for GetUpgradeHistoryOutputBuilder
source§fn default() -> GetUpgradeHistoryOutputBuilder
fn default() -> GetUpgradeHistoryOutputBuilder
source§impl PartialEq for GetUpgradeHistoryOutputBuilder
impl PartialEq for GetUpgradeHistoryOutputBuilder
source§fn eq(&self, other: &GetUpgradeHistoryOutputBuilder) -> bool
fn eq(&self, other: &GetUpgradeHistoryOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.