Struct aws_sdk_apigatewayv2::output::UpdateModelOutput
source · #[non_exhaustive]pub struct UpdateModelOutput { /* private fields */ }Implementations§
source§impl UpdateModelOutput
impl UpdateModelOutput
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 UpdateModelOutput
impl UpdateModelOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateModelOutput.
Trait Implementations§
source§impl Clone for UpdateModelOutput
impl Clone for UpdateModelOutput
source§fn clone(&self) -> UpdateModelOutput
fn clone(&self) -> UpdateModelOutput
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