pub struct Builder { /* private fields */ }Expand description
A builder for GetUpgradeHistoryOutput.
Implementations§
source§impl Builder
impl Builder
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 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 build(self) -> GetUpgradeHistoryOutput
pub fn build(self) -> GetUpgradeHistoryOutput
Consumes the builder and constructs a GetUpgradeHistoryOutput.