Struct aws_sdk_redshift::operation::reject_data_share::builders::RejectDataShareInputBuilder
source · #[non_exhaustive]pub struct RejectDataShareInputBuilder { /* private fields */ }
Expand description
A builder for RejectDataShareInput
.
Implementations§
The Amazon Resource Name (ARN) of the datashare to reject.
The Amazon Resource Name (ARN) of the datashare to reject.
sourcepub fn build(self) -> Result<RejectDataShareInput, BuildError>
pub fn build(self) -> Result<RejectDataShareInput, BuildError>
Consumes the builder and constructs a RejectDataShareInput
.
Trait Implementations§
source§fn clone(&self) -> RejectDataShareInputBuilder
fn clone(&self) -> RejectDataShareInputBuilder
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§fn default() -> RejectDataShareInputBuilder
fn default() -> RejectDataShareInputBuilder
Returns the “default value” for a type. Read more
source§fn eq(&self, other: &RejectDataShareInputBuilder) -> bool
fn eq(&self, other: &RejectDataShareInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.Auto Trait Implementations§
Blanket Implementations§
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more