Struct rusoto_apigateway::GetModelTemplateRequest[][src]

pub struct GetModelTemplateRequest {
    pub model_name: String,
    pub rest_api_id: String,
}

Request to generate a sample mapping template used to transform the payload.

Fields

[Required] The name of the model for which to generate a template.

[Required] The string identifier of the associated RestApi.

Trait Implementations

impl Default for GetModelTemplateRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for GetModelTemplateRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for GetModelTemplateRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetModelTemplateRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations