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