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