7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
41 template <
typename VersionT = Aws::String>
43 m_versionHasBeenSet =
true;
44 m_version = std::forward<VersionT>(value);
46 template <
typename VersionT = Aws::String>
58 template <
typename CreatedDateT = Aws::Utils::DateTime>
60 m_createdDateHasBeenSet =
true;
61 m_createdDate = std::forward<CreatedDateT>(value);
63 template <
typename CreatedDateT = Aws::Utils::DateTime>
75 template <
typename DescriptionT = Aws::String>
77 m_descriptionHasBeenSet =
true;
78 m_description = std::forward<DescriptionT>(value);
80 template <
typename DescriptionT = Aws::String>
90 template <
typename RequestIdT = Aws::String>
92 m_requestIdHasBeenSet =
true;
93 m_requestId = std::forward<RequestIdT>(value);
95 template <
typename RequestIdT = Aws::String>
112 bool m_versionHasBeenSet =
false;
113 bool m_createdDateHasBeenSet =
false;
114 bool m_descriptionHasBeenSet =
false;
115 bool m_requestIdHasBeenSet =
false;
void SetCreatedDate(CreatedDateT &&value)
UpdateDocumentationVersionResult & WithVersion(VersionT &&value)
void SetVersion(VersionT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetDescription() const
AWS_APIGATEWAY_API UpdateDocumentationVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateDocumentationVersionResult & WithDescription(DescriptionT &&value)
UpdateDocumentationVersionResult & WithCreatedDate(CreatedDateT &&value)
const Aws::String & GetVersion() const
void SetRequestId(RequestIdT &&value)
AWS_APIGATEWAY_API UpdateDocumentationVersionResult()=default
AWS_APIGATEWAY_API UpdateDocumentationVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
const Aws::Utils::DateTime & GetCreatedDate() const
void SetDescription(DescriptionT &&value)
UpdateDocumentationVersionResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue