Struct aws_sdk_wisdom::types::builders::SessionSummaryBuilder
source · #[non_exhaustive]pub struct SessionSummaryBuilder { /* private fields */ }Expand description
A builder for SessionSummary.
Implementations§
source§impl SessionSummaryBuilder
impl SessionSummaryBuilder
sourcepub fn session_id(self, input: impl Into<String>) -> Self
pub fn session_id(self, input: impl Into<String>) -> Self
The identifier of the session.
This field is required.sourcepub fn set_session_id(self, input: Option<String>) -> Self
pub fn set_session_id(self, input: Option<String>) -> Self
The identifier of the session.
sourcepub fn get_session_id(&self) -> &Option<String>
pub fn get_session_id(&self) -> &Option<String>
The identifier of the session.
sourcepub fn session_arn(self, input: impl Into<String>) -> Self
pub fn session_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the session.
This field is required.sourcepub fn set_session_arn(self, input: Option<String>) -> Self
pub fn set_session_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the session.
sourcepub fn get_session_arn(&self) -> &Option<String>
pub fn get_session_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the session.
sourcepub fn assistant_id(self, input: impl Into<String>) -> Self
pub fn assistant_id(self, input: impl Into<String>) -> Self
The identifier of the Wisdom assistant.
This field is required.sourcepub fn set_assistant_id(self, input: Option<String>) -> Self
pub fn set_assistant_id(self, input: Option<String>) -> Self
The identifier of the Wisdom assistant.
sourcepub fn get_assistant_id(&self) -> &Option<String>
pub fn get_assistant_id(&self) -> &Option<String>
The identifier of the Wisdom assistant.
sourcepub fn assistant_arn(self, input: impl Into<String>) -> Self
pub fn assistant_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the Wisdom assistant.
This field is required.sourcepub fn set_assistant_arn(self, input: Option<String>) -> Self
pub fn set_assistant_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the Wisdom assistant.
sourcepub fn get_assistant_arn(&self) -> &Option<String>
pub fn get_assistant_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the Wisdom assistant.
sourcepub fn build(self) -> Result<SessionSummary, BuildError>
pub fn build(self) -> Result<SessionSummary, BuildError>
Consumes the builder and constructs a SessionSummary.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for SessionSummaryBuilder
impl Clone for SessionSummaryBuilder
source§fn clone(&self) -> SessionSummaryBuilder
fn clone(&self) -> SessionSummaryBuilder
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 SessionSummaryBuilder
impl Debug for SessionSummaryBuilder
source§impl Default for SessionSummaryBuilder
impl Default for SessionSummaryBuilder
source§fn default() -> SessionSummaryBuilder
fn default() -> SessionSummaryBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for SessionSummaryBuilder
impl PartialEq for SessionSummaryBuilder
source§fn eq(&self, other: &SessionSummaryBuilder) -> bool
fn eq(&self, other: &SessionSummaryBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SessionSummaryBuilder
Auto Trait Implementations§
impl RefUnwindSafe for SessionSummaryBuilder
impl Send for SessionSummaryBuilder
impl Sync for SessionSummaryBuilder
impl Unpin for SessionSummaryBuilder
impl UnwindSafe for SessionSummaryBuilder
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.