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.
This field is required.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
.
sourcepub async fn send_with(
self,
client: &Client
) -> Result<RejectDataShareOutput, SdkError<RejectDataShareError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<RejectDataShareOutput, SdkError<RejectDataShareError, HttpResponse>>
Sends a request with this input using the given client.
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§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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.