Struct aws_sdk_redshiftdata::operation::cancel_statement::builders::CancelStatementOutputBuilder
source · #[non_exhaustive]pub struct CancelStatementOutputBuilder { /* private fields */ }Expand description
A builder for CancelStatementOutput.
Implementations§
source§impl CancelStatementOutputBuilder
impl CancelStatementOutputBuilder
sourcepub fn status(self, input: bool) -> Self
pub fn status(self, input: bool) -> Self
A value that indicates whether the cancel statement succeeded (true).
sourcepub fn set_status(self, input: Option<bool>) -> Self
pub fn set_status(self, input: Option<bool>) -> Self
A value that indicates whether the cancel statement succeeded (true).
sourcepub fn build(self) -> CancelStatementOutput
pub fn build(self) -> CancelStatementOutput
Consumes the builder and constructs a CancelStatementOutput.
Trait Implementations§
source§impl Clone for CancelStatementOutputBuilder
impl Clone for CancelStatementOutputBuilder
source§fn clone(&self) -> CancelStatementOutputBuilder
fn clone(&self) -> CancelStatementOutputBuilder
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 Debug for CancelStatementOutputBuilder
impl Debug for CancelStatementOutputBuilder
source§impl Default for CancelStatementOutputBuilder
impl Default for CancelStatementOutputBuilder
source§fn default() -> CancelStatementOutputBuilder
fn default() -> CancelStatementOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CancelStatementOutputBuilder> for CancelStatementOutputBuilder
impl PartialEq<CancelStatementOutputBuilder> for CancelStatementOutputBuilder
source§fn eq(&self, other: &CancelStatementOutputBuilder) -> bool
fn eq(&self, other: &CancelStatementOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.