7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace ApiGatewayV2 {
34 template <
typename ContentTypeT = Aws::String>
36 m_contentTypeHasBeenSet =
true;
37 m_contentType = std::forward<ContentTypeT>(value);
39 template <
typename ContentTypeT = Aws::String>
51 template <
typename DescriptionT = Aws::String>
53 m_descriptionHasBeenSet =
true;
54 m_description = std::forward<DescriptionT>(value);
56 template <
typename DescriptionT = Aws::String>
68 template <
typename ModelIdT = Aws::String>
70 m_modelIdHasBeenSet =
true;
71 m_modelId = std::forward<ModelIdT>(value);
73 template <
typename ModelIdT = Aws::String>
85 template <
typename NameT = Aws::String>
87 m_nameHasBeenSet =
true;
88 m_name = std::forward<NameT>(value);
90 template <
typename NameT = Aws::String>
92 SetName(std::forward<NameT>(value));
103 template <
typename SchemaT = Aws::String>
105 m_schemaHasBeenSet =
true;
106 m_schema = std::forward<SchemaT>(value);
108 template <
typename SchemaT = Aws::String>
118 template <
typename RequestIdT = Aws::String>
120 m_requestIdHasBeenSet =
true;
121 m_requestId = std::forward<RequestIdT>(value);
123 template <
typename RequestIdT = Aws::String>
141 bool m_contentTypeHasBeenSet =
false;
142 bool m_descriptionHasBeenSet =
false;
143 bool m_modelIdHasBeenSet =
false;
144 bool m_nameHasBeenSet =
false;
145 bool m_schemaHasBeenSet =
false;
146 bool m_requestIdHasBeenSet =
false;
void SetContentType(ContentTypeT &&value)
void SetSchema(SchemaT &&value)
void SetDescription(DescriptionT &&value)
CreateModelResult & WithSchema(SchemaT &&value)
CreateModelResult & WithRequestId(RequestIdT &&value)
void SetModelId(ModelIdT &&value)
AWS_APIGATEWAYV2_API CreateModelResult()=default
const Aws::String & GetDescription() const
void SetName(NameT &&value)
AWS_APIGATEWAYV2_API CreateModelResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_APIGATEWAYV2_API CreateModelResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetSchema() const
CreateModelResult & WithDescription(DescriptionT &&value)
CreateModelResult & WithName(NameT &&value)
CreateModelResult & WithContentType(ContentTypeT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetContentType() const
CreateModelResult & WithModelId(ModelIdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetName() const
const Aws::String & GetModelId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue