Struct aws_sdk_securitylake::operation::get_data_lake_exception_subscription::builders::GetDataLakeExceptionSubscriptionInputBuilder
source · #[non_exhaustive]pub struct GetDataLakeExceptionSubscriptionInputBuilder {}Expand description
A builder for GetDataLakeExceptionSubscriptionInput.
Implementations§
source§impl GetDataLakeExceptionSubscriptionInputBuilder
impl GetDataLakeExceptionSubscriptionInputBuilder
sourcepub fn build(self) -> Result<GetDataLakeExceptionSubscriptionInput, BuildError>
pub fn build(self) -> Result<GetDataLakeExceptionSubscriptionInput, BuildError>
Consumes the builder and constructs a GetDataLakeExceptionSubscriptionInput.
source§impl GetDataLakeExceptionSubscriptionInputBuilder
impl GetDataLakeExceptionSubscriptionInputBuilder
sourcepub async fn send_with(
self,
client: &Client,
) -> Result<GetDataLakeExceptionSubscriptionOutput, SdkError<GetDataLakeExceptionSubscriptionError, HttpResponse>>
pub async fn send_with( self, client: &Client, ) -> Result<GetDataLakeExceptionSubscriptionOutput, SdkError<GetDataLakeExceptionSubscriptionError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetDataLakeExceptionSubscriptionInputBuilder
impl Clone for GetDataLakeExceptionSubscriptionInputBuilder
source§fn clone(&self) -> GetDataLakeExceptionSubscriptionInputBuilder
fn clone(&self) -> GetDataLakeExceptionSubscriptionInputBuilder
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 Default for GetDataLakeExceptionSubscriptionInputBuilder
impl Default for GetDataLakeExceptionSubscriptionInputBuilder
source§fn default() -> GetDataLakeExceptionSubscriptionInputBuilder
fn default() -> GetDataLakeExceptionSubscriptionInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetDataLakeExceptionSubscriptionInputBuilder
impl PartialEq for GetDataLakeExceptionSubscriptionInputBuilder
source§fn eq(&self, other: &GetDataLakeExceptionSubscriptionInputBuilder) -> bool
fn eq(&self, other: &GetDataLakeExceptionSubscriptionInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetDataLakeExceptionSubscriptionInputBuilder
Auto Trait Implementations§
impl Freeze for GetDataLakeExceptionSubscriptionInputBuilder
impl RefUnwindSafe for GetDataLakeExceptionSubscriptionInputBuilder
impl Send for GetDataLakeExceptionSubscriptionInputBuilder
impl Sync for GetDataLakeExceptionSubscriptionInputBuilder
impl Unpin for GetDataLakeExceptionSubscriptionInputBuilder
impl UnwindSafe for GetDataLakeExceptionSubscriptionInputBuilder
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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.