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 get_status(&self) -> &Option<bool>
pub fn get_status(&self) -> &Option<bool>
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 ==.impl StructuralPartialEq for CancelStatementOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CancelStatementOutputBuilder
impl Send for CancelStatementOutputBuilder
impl Sync for CancelStatementOutputBuilder
impl Unpin for CancelStatementOutputBuilder
impl UnwindSafe for CancelStatementOutputBuilder
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