7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template <
typename IdT = Aws::String>
43 m_idHasBeenSet =
true;
44 m_id = std::forward<IdT>(value);
46 template <
typename IdT = Aws::String>
48 SetId(std::forward<IdT>(value));
58 template <
typename NameT = Aws::String>
60 m_nameHasBeenSet =
true;
61 m_name = std::forward<NameT>(value);
63 template <
typename NameT = Aws::String>
65 SetName(std::forward<NameT>(value));
75 template <
typename DescriptionT = Aws::String>
77 m_descriptionHasBeenSet =
true;
78 m_description = std::forward<DescriptionT>(value);
80 template <
typename DescriptionT = Aws::String>
97 template <
typename SchemaT = Aws::String>
99 m_schemaHasBeenSet =
true;
100 m_schema = std::forward<SchemaT>(value);
102 template <
typename SchemaT = Aws::String>
114 template <
typename ContentTypeT = Aws::String>
116 m_contentTypeHasBeenSet =
true;
117 m_contentType = std::forward<ContentTypeT>(value);
119 template <
typename ContentTypeT = Aws::String>
129 template <
typename RequestIdT = Aws::String>
131 m_requestIdHasBeenSet =
true;
132 m_requestId = std::forward<RequestIdT>(value);
134 template <
typename RequestIdT = Aws::String>
155 bool m_idHasBeenSet =
false;
156 bool m_nameHasBeenSet =
false;
157 bool m_descriptionHasBeenSet =
false;
158 bool m_schemaHasBeenSet =
false;
159 bool m_contentTypeHasBeenSet =
false;
160 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetDescription() const
AWS_APIGATEWAY_API GetModelResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetModelResult & WithName(NameT &&value)
GetModelResult & WithContentType(ContentTypeT &&value)
GetModelResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetId() const
GetModelResult & WithSchema(SchemaT &&value)
const Aws::String & GetSchema() const
AWS_APIGATEWAY_API GetModelResult()=default
GetModelResult & WithId(IdT &&value)
void SetName(NameT &&value)
void SetContentType(ContentTypeT &&value)
void SetSchema(SchemaT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetName() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetContentType() const
void SetRequestId(RequestIdT &&value)
GetModelResult & WithDescription(DescriptionT &&value)
AWS_APIGATEWAY_API GetModelResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue