/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Request to list information about a model in an existing RestApi
* resource.See Also:
AWS
* API Reference
The RestApi identifier under which the Model exists.
*/ inline const Aws::String& GetRestApiId() const{ return m_restApiId; } /** *The RestApi identifier under which the Model exists.
*/ inline bool RestApiIdHasBeenSet() const { return m_restApiIdHasBeenSet; } /** *The RestApi identifier under which the Model exists.
*/ inline void SetRestApiId(const Aws::String& value) { m_restApiIdHasBeenSet = true; m_restApiId = value; } /** *The RestApi identifier under which the Model exists.
*/ inline void SetRestApiId(Aws::String&& value) { m_restApiIdHasBeenSet = true; m_restApiId = std::move(value); } /** *The RestApi identifier under which the Model exists.
*/ inline void SetRestApiId(const char* value) { m_restApiIdHasBeenSet = true; m_restApiId.assign(value); } /** *The RestApi identifier under which the Model exists.
*/ inline GetModelRequest& WithRestApiId(const Aws::String& value) { SetRestApiId(value); return *this;} /** *The RestApi identifier under which the Model exists.
*/ inline GetModelRequest& WithRestApiId(Aws::String&& value) { SetRestApiId(std::move(value)); return *this;} /** *The RestApi identifier under which the Model exists.
*/ inline GetModelRequest& WithRestApiId(const char* value) { SetRestApiId(value); return *this;} /** *The name of the model as an identifier.
*/ inline const Aws::String& GetModelName() const{ return m_modelName; } /** *The name of the model as an identifier.
*/ inline bool ModelNameHasBeenSet() const { return m_modelNameHasBeenSet; } /** *The name of the model as an identifier.
*/ inline void SetModelName(const Aws::String& value) { m_modelNameHasBeenSet = true; m_modelName = value; } /** *The name of the model as an identifier.
*/ inline void SetModelName(Aws::String&& value) { m_modelNameHasBeenSet = true; m_modelName = std::move(value); } /** *The name of the model as an identifier.
*/ inline void SetModelName(const char* value) { m_modelNameHasBeenSet = true; m_modelName.assign(value); } /** *The name of the model as an identifier.
*/ inline GetModelRequest& WithModelName(const Aws::String& value) { SetModelName(value); return *this;} /** *The name of the model as an identifier.
*/ inline GetModelRequest& WithModelName(Aws::String&& value) { SetModelName(std::move(value)); return *this;} /** *The name of the model as an identifier.
*/ inline GetModelRequest& WithModelName(const char* value) { SetModelName(value); return *this;} /** *A query parameter of a Boolean value to resolve (true
) all
* external model references and returns a flattened model schema or not
* (false
) The default is false
.
A query parameter of a Boolean value to resolve (true
) all
* external model references and returns a flattened model schema or not
* (false
) The default is false
.
A query parameter of a Boolean value to resolve (true
) all
* external model references and returns a flattened model schema or not
* (false
) The default is false
.
A query parameter of a Boolean value to resolve (true
) all
* external model references and returns a flattened model schema or not
* (false
) The default is false
.