Struct aws_sdk_apigateway::input::delete_model_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for DeleteModelInput.
Implementations§
source§impl Builder
impl Builder
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 model_name(self, input: impl Into<String>) -> Self
pub fn model_name(self, input: impl Into<String>) -> Self
The name of the model to delete.
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 to delete.
sourcepub fn build(self) -> Result<DeleteModelInput, BuildError>
pub fn build(self) -> Result<DeleteModelInput, BuildError>
Consumes the builder and constructs a DeleteModelInput.