Struct aws_sdk_apigatewayv2::output::GetModelOutput
source · #[non_exhaustive]pub struct GetModelOutput { /* private fields */ }Implementations§
source§impl GetModelOutput
impl GetModelOutput
sourcepub fn content_type(&self) -> Option<&str>
pub fn content_type(&self) -> Option<&str>
The content-type for the model, for example, "application/json".
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the model.
source§impl GetModelOutput
impl GetModelOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetModelOutput.
Trait Implementations§
source§impl Clone for GetModelOutput
impl Clone for GetModelOutput
source§fn clone(&self) -> GetModelOutput
fn clone(&self) -> GetModelOutput
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 more