Struct aws_sdk_elasticsearch::operation::cancel_domain_config_change::builders::CancelDomainConfigChangeOutputBuilder
source · #[non_exhaustive]pub struct CancelDomainConfigChangeOutputBuilder { /* private fields */ }
Expand description
A builder for CancelDomainConfigChangeOutput
.
Implementations§
source§impl CancelDomainConfigChangeOutputBuilder
impl CancelDomainConfigChangeOutputBuilder
sourcepub fn dry_run(self, input: bool) -> Self
pub fn dry_run(self, input: bool) -> Self
Whether or not the request was a dry run. If True, the changes were not actually cancelled.
sourcepub fn set_dry_run(self, input: Option<bool>) -> Self
pub fn set_dry_run(self, input: Option<bool>) -> Self
Whether or not the request was a dry run. If True, the changes were not actually cancelled.
sourcepub fn get_dry_run(&self) -> &Option<bool>
pub fn get_dry_run(&self) -> &Option<bool>
Whether or not the request was a dry run. If True, the changes were not actually cancelled.
sourcepub fn cancelled_change_ids(self, input: impl Into<String>) -> Self
pub fn cancelled_change_ids(self, input: impl Into<String>) -> Self
Appends an item to cancelled_change_ids
.
To override the contents of this collection use set_cancelled_change_ids
.
The unique identifiers of the changes that were cancelled.
sourcepub fn set_cancelled_change_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_cancelled_change_ids(self, input: Option<Vec<String>>) -> Self
The unique identifiers of the changes that were cancelled.
sourcepub fn get_cancelled_change_ids(&self) -> &Option<Vec<String>>
pub fn get_cancelled_change_ids(&self) -> &Option<Vec<String>>
The unique identifiers of the changes that were cancelled.
sourcepub fn cancelled_change_properties(self, input: CancelledChangeProperty) -> Self
pub fn cancelled_change_properties(self, input: CancelledChangeProperty) -> Self
Appends an item to cancelled_change_properties
.
To override the contents of this collection use set_cancelled_change_properties
.
The domain change properties that were cancelled.
sourcepub fn set_cancelled_change_properties(
self,
input: Option<Vec<CancelledChangeProperty>>
) -> Self
pub fn set_cancelled_change_properties( self, input: Option<Vec<CancelledChangeProperty>> ) -> Self
The domain change properties that were cancelled.
sourcepub fn get_cancelled_change_properties(
&self
) -> &Option<Vec<CancelledChangeProperty>>
pub fn get_cancelled_change_properties( &self ) -> &Option<Vec<CancelledChangeProperty>>
The domain change properties that were cancelled.
sourcepub fn build(self) -> CancelDomainConfigChangeOutput
pub fn build(self) -> CancelDomainConfigChangeOutput
Consumes the builder and constructs a CancelDomainConfigChangeOutput
.
Trait Implementations§
source§impl Clone for CancelDomainConfigChangeOutputBuilder
impl Clone for CancelDomainConfigChangeOutputBuilder
source§fn clone(&self) -> CancelDomainConfigChangeOutputBuilder
fn clone(&self) -> CancelDomainConfigChangeOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for CancelDomainConfigChangeOutputBuilder
impl Default for CancelDomainConfigChangeOutputBuilder
source§fn default() -> CancelDomainConfigChangeOutputBuilder
fn default() -> CancelDomainConfigChangeOutputBuilder
source§impl PartialEq for CancelDomainConfigChangeOutputBuilder
impl PartialEq for CancelDomainConfigChangeOutputBuilder
source§fn eq(&self, other: &CancelDomainConfigChangeOutputBuilder) -> bool
fn eq(&self, other: &CancelDomainConfigChangeOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.