Struct aws_sdk_apigateway::operation::get_model_template::builders::GetModelTemplateFluentBuilder
source · pub struct GetModelTemplateFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to GetModelTemplate
.
Generates a sample mapping template that can be used to transform a payload into the structure of a model.
Implementations§
source§impl GetModelTemplateFluentBuilder
impl GetModelTemplateFluentBuilder
sourcepub fn as_input(&self) -> &GetModelTemplateInputBuilder
pub fn as_input(&self) -> &GetModelTemplateInputBuilder
Access the GetModelTemplate as a reference.
sourcepub async fn send(
self
) -> Result<GetModelTemplateOutput, SdkError<GetModelTemplateError, HttpResponse>>
pub async fn send( self ) -> Result<GetModelTemplateOutput, SdkError<GetModelTemplateError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<GetModelTemplateOutput, GetModelTemplateError>, SdkError<GetModelTemplateError>>
pub async fn customize( self ) -> Result<CustomizableOperation<GetModelTemplateOutput, GetModelTemplateError>, SdkError<GetModelTemplateError>>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn rest_api_id(self, input: impl Into<String>) -> Self
pub fn rest_api_id(self, input: impl Into<String>) -> Self
The string identifier of the associated RestApi.
sourcepub fn set_rest_api_id(self, input: Option<String>) -> Self
pub fn set_rest_api_id(self, input: Option<String>) -> Self
The string identifier of the associated RestApi.
sourcepub fn get_rest_api_id(&self) -> &Option<String>
pub fn get_rest_api_id(&self) -> &Option<String>
The string identifier of the associated RestApi.
sourcepub fn model_name(self, input: impl Into<String>) -> Self
pub fn model_name(self, input: impl Into<String>) -> Self
The name of the model for which to generate a template.
sourcepub fn set_model_name(self, input: Option<String>) -> Self
pub fn set_model_name(self, input: Option<String>) -> Self
The name of the model for which to generate a template.
sourcepub fn get_model_name(&self) -> &Option<String>
pub fn get_model_name(&self) -> &Option<String>
The name of the model for which to generate a template.
Trait Implementations§
source§impl Clone for GetModelTemplateFluentBuilder
impl Clone for GetModelTemplateFluentBuilder
source§fn clone(&self) -> GetModelTemplateFluentBuilder
fn clone(&self) -> GetModelTemplateFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more