7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
46 template<
typename VersionT = Aws::String>
47 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
48 template<
typename VersionT = Aws::String>
57 template<
typename CreatedDateT = Aws::Utils::DateTime>
58 void SetCreatedDate(CreatedDateT&& value) { m_createdDateHasBeenSet =
true; m_createdDate = std::forward<CreatedDateT>(value); }
59 template<
typename CreatedDateT = Aws::Utils::DateTime>
68 template<
typename DescriptionT = Aws::String>
69 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
70 template<
typename DescriptionT = Aws::String>
77 template<
typename RequestIdT = Aws::String>
78 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
79 template<
typename RequestIdT = Aws::String>
85 bool m_versionHasBeenSet =
false;
88 bool m_createdDateHasBeenSet =
false;
91 bool m_descriptionHasBeenSet =
false;
94 bool m_requestIdHasBeenSet =
false;
AWS_APIGATEWAY_API CreateDocumentationVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetVersion() const
void SetDescription(DescriptionT &&value)
CreateDocumentationVersionResult & WithRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetCreatedDate() const
CreateDocumentationVersionResult & WithDescription(DescriptionT &&value)
void SetRequestId(RequestIdT &&value)
AWS_APIGATEWAY_API CreateDocumentationVersionResult()=default
CreateDocumentationVersionResult & WithCreatedDate(CreatedDateT &&value)
AWS_APIGATEWAY_API CreateDocumentationVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDescription() const
void SetCreatedDate(CreatedDateT &&value)
const Aws::String & GetRequestId() const
CreateDocumentationVersionResult & WithVersion(VersionT &&value)
void SetVersion(VersionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue