Struct aws_sdk_qconnect::operation::create_quick_response::builders::CreateQuickResponseOutputBuilder
source · #[non_exhaustive]pub struct CreateQuickResponseOutputBuilder { /* private fields */ }Expand description
A builder for CreateQuickResponseOutput.
Implementations§
source§impl CreateQuickResponseOutputBuilder
impl CreateQuickResponseOutputBuilder
sourcepub fn quick_response(self, input: QuickResponseData) -> Self
pub fn quick_response(self, input: QuickResponseData) -> Self
The quick response.
sourcepub fn set_quick_response(self, input: Option<QuickResponseData>) -> Self
pub fn set_quick_response(self, input: Option<QuickResponseData>) -> Self
The quick response.
sourcepub fn get_quick_response(&self) -> &Option<QuickResponseData>
pub fn get_quick_response(&self) -> &Option<QuickResponseData>
The quick response.
sourcepub fn build(self) -> CreateQuickResponseOutput
pub fn build(self) -> CreateQuickResponseOutput
Consumes the builder and constructs a CreateQuickResponseOutput.
Trait Implementations§
source§impl Clone for CreateQuickResponseOutputBuilder
impl Clone for CreateQuickResponseOutputBuilder
source§fn clone(&self) -> CreateQuickResponseOutputBuilder
fn clone(&self) -> CreateQuickResponseOutputBuilder
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 CreateQuickResponseOutputBuilder
impl Default for CreateQuickResponseOutputBuilder
source§fn default() -> CreateQuickResponseOutputBuilder
fn default() -> CreateQuickResponseOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateQuickResponseOutputBuilder
impl PartialEq for CreateQuickResponseOutputBuilder
source§fn eq(&self, other: &CreateQuickResponseOutputBuilder) -> bool
fn eq(&self, other: &CreateQuickResponseOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateQuickResponseOutputBuilder
Auto Trait Implementations§
impl Freeze for CreateQuickResponseOutputBuilder
impl RefUnwindSafe for CreateQuickResponseOutputBuilder
impl Send for CreateQuickResponseOutputBuilder
impl Sync for CreateQuickResponseOutputBuilder
impl Unpin for CreateQuickResponseOutputBuilder
impl UnwindSafe for CreateQuickResponseOutputBuilder
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.