Struct aws_sdk_lexruntime::operation::PutSession
source · pub struct PutSession { /* private fields */ }
Expand description
Operation shape for PutSession
.
This is usually constructed for you using the the fluent builder returned by
put_session
.
See crate::client::fluent_builders::PutSession
for more details about the operation.
Implementations§
source§impl PutSession
impl PutSession
Trait Implementations§
source§impl Clone for PutSession
impl Clone for PutSession
source§fn clone(&self) -> PutSession
fn clone(&self) -> PutSession
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 PutSession
impl Debug for PutSession
source§impl Default for PutSession
impl Default for PutSession
source§fn default() -> PutSession
fn default() -> PutSession
Returns the “default value” for a type. Read more
source§impl ParseHttpResponse for PutSession
impl ParseHttpResponse for PutSession
§type Output = Result<PutSessionOutput, PutSessionError>
type Output = Result<PutSessionOutput, PutSessionError>
Output type of the HttpResponse. Read more