#include <Model.h>
AWS_APIGATEWAY_API Model ()=default
|
template<typename IdT = Aws::String>
template<typename IdT = Aws::String>
|
template<typename NameT = Aws::String>
template<typename NameT = Aws::String>
|
template<typename DescriptionT = Aws::String>
template<typename DescriptionT = Aws::String>
|
template<typename SchemaT = Aws::String>
template<typename SchemaT = Aws::String>
|
template<typename ContentTypeT = Aws::String>
template<typename ContentTypeT = Aws::String>
|
template<typename RequestIdT = Aws::String>
template<typename RequestIdT = Aws::String>
Represents the data structure of a method's request or response payload.
See Also:
AWS API Reference
Definition at line 32 of file Model.h.
◆ Model() [1/2]
AWS_APIGATEWAY_API Aws::APIGateway::Model::Model::Model
(
)
default
◆ Model() [2/2]
◆ ContentTypeHasBeenSet()
bool Aws::APIGateway::Model::Model::ContentTypeHasBeenSet
(
)
const
inline
The content-type for the model.
Definition at line 99 of file Model.h.
◆ DescriptionHasBeenSet()
bool Aws::APIGateway::Model::Model::DescriptionHasBeenSet
(
)
const
inline
The description of the model.
Definition at line 70 of file Model.h.
◆ GetContentType()
const Aws::String & Aws::APIGateway::Model::Model::GetContentType
(
)
const
inline
The content-type for the model.
Definition at line 98 of file Model.h.
◆ GetDescription()
const Aws::String & Aws::APIGateway::Model::Model::GetDescription
(
)
const
inline
The description of the model.
Definition at line 69 of file Model.h.
◆ GetId()
const Aws::String & Aws::APIGateway::Model::Model::GetId
(
)
const
inline
The identifier for the model resource.
Definition at line 45 of file Model.h.
◆ GetName()
const Aws::String & Aws::APIGateway::Model::Model::GetName
(
)
const
inline
The name of the model. Must be an alphanumeric string.
Definition at line 57 of file Model.h.
◆ GetRequestId()
const Aws::String & Aws::APIGateway::Model::Model::GetRequestId
(
)
const
inline
◆ GetSchema()
const Aws::String & Aws::APIGateway::Model::Model::GetSchema
(
)
const
inline
The schema for the model. For application/json
models, this should be JSON schema draft 4 model. Do not include "\* /" characters in the description of any properties because such "\* /" characters may be interpreted as the closing marker for comments in some languages, such as Java or JavaScript, causing the installation of your API's SDK generated by API Gateway to fail.
Definition at line 86 of file Model.h.
◆ IdHasBeenSet()
bool Aws::APIGateway::Model::Model::IdHasBeenSet
(
)
const
inline
The identifier for the model resource.
Definition at line 46 of file Model.h.
◆ Jsonize()
◆ NameHasBeenSet()
bool Aws::APIGateway::Model::Model::NameHasBeenSet
(
)
const
inline
The name of the model. Must be an alphanumeric string.
Definition at line 58 of file Model.h.
◆ operator=()
◆ RequestIdHasBeenSet()
bool Aws::APIGateway::Model::Model::RequestIdHasBeenSet
(
)
const
inline
◆ SchemaHasBeenSet()
bool Aws::APIGateway::Model::Model::SchemaHasBeenSet
(
)
const
inline
The schema for the model. For application/json
models, this should be JSON schema draft 4 model. Do not include "\* /" characters in the description of any properties because such "\* /" characters may be interpreted as the closing marker for comments in some languages, such as Java or JavaScript, causing the installation of your API's SDK generated by API Gateway to fail.
Definition at line 87 of file Model.h.
◆ SetContentType()
template<typename ContentTypeT = Aws::String>
void Aws::APIGateway::Model::Model::SetContentType
(
ContentTypeT &&
value)
inline
The content-type for the model.
Definition at line 101 of file Model.h.
◆ SetDescription()
template<typename DescriptionT = Aws::String>
void Aws::APIGateway::Model::Model::SetDescription
(
DescriptionT &&
value)
inline
The description of the model.
Definition at line 72 of file Model.h.
◆ SetId()
template<typename IdT = Aws::String>
void Aws::APIGateway::Model::Model::SetId
(
IdT &&
value)
inline
The identifier for the model resource.
Definition at line 48 of file Model.h.
◆ SetName()
template<typename NameT = Aws::String>
void Aws::APIGateway::Model::Model::SetName
(
NameT &&
value)
inline
The name of the model. Must be an alphanumeric string.
Definition at line 60 of file Model.h.
◆ SetRequestId()
template<typename RequestIdT = Aws::String>
void Aws::APIGateway::Model::Model::SetRequestId
(
RequestIdT &&
value)
inline
◆ SetSchema()
template<typename SchemaT = Aws::String>
void Aws::APIGateway::Model::Model::SetSchema
(
SchemaT &&
value)
inline
The schema for the model. For application/json
models, this should be JSON schema draft 4 model. Do not include "\* /" characters in the description of any properties because such "\* /" characters may be interpreted as the closing marker for comments in some languages, such as Java or JavaScript, causing the installation of your API's SDK generated by API Gateway to fail.
Definition at line 89 of file Model.h.
◆ WithContentType()
template<typename ContentTypeT = Aws::String>
Model & Aws::APIGateway::Model::Model::WithContentType
(
ContentTypeT &&
value)
inline
The content-type for the model.
Definition at line 103 of file Model.h.
◆ WithDescription()
template<typename DescriptionT = Aws::String>
Model & Aws::APIGateway::Model::Model::WithDescription
(
DescriptionT &&
value)
inline
The description of the model.
Definition at line 74 of file Model.h.
◆ WithId()
template<typename IdT = Aws::String>
Model & Aws::APIGateway::Model::Model::WithId
(
IdT &&
value)
inline
The identifier for the model resource.
Definition at line 50 of file Model.h.
◆ WithName()
template<typename NameT = Aws::String>
Model & Aws::APIGateway::Model::Model::WithName
(
NameT &&
value)
inline
The name of the model. Must be an alphanumeric string.
Definition at line 62 of file Model.h.
◆ WithRequestId()
template<typename RequestIdT = Aws::String>
Model & Aws::APIGateway::Model::Model::WithRequestId
(
RequestIdT &&
value)
inline
◆ WithSchema()
template<typename SchemaT = Aws::String>
Model & Aws::APIGateway::Model::Model::WithSchema
(
SchemaT &&
value)
inline
The schema for the model. For application/json
models, this should be JSON schema draft 4 model. Do not include "\* /" characters in the description of any properties because such "\* /" characters may be interpreted as the closing marker for comments in some languages, such as Java or JavaScript, causing the installation of your API's SDK generated by API Gateway to fail.
Definition at line 91 of file Model.h.
The documentation for this class was generated from the following file:
- generated/src/aws-cpp-sdk-apigateway/include/aws/apigateway/model/Model.h