7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename VersionT = Aws::String>
43 m_versionHasBeenSet =
true;
44 m_version = std::forward<VersionT>(value);
46 template <
typename VersionT = Aws::String>
59 template <
typename CreatedDateT = Aws::Utils::DateTime>
61 m_createdDateHasBeenSet =
true;
62 m_createdDate = std::forward<CreatedDateT>(value);
64 template <
typename CreatedDateT = Aws::Utils::DateTime>
77 template <
typename DescriptionT = Aws::String>
79 m_descriptionHasBeenSet =
true;
80 m_description = std::forward<DescriptionT>(value);
82 template <
typename DescriptionT = Aws::String>
93 template <
typename RequestIdT = Aws::String>
95 m_requestIdHasBeenSet =
true;
96 m_requestId = std::forward<RequestIdT>(value);
98 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;
AWS_APIGATEWAY_API DocumentationVersion & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RequestIdHasBeenSet() const
bool VersionHasBeenSet() const
AWS_APIGATEWAY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APIGATEWAY_API DocumentationVersion(Aws::Utils::Json::JsonView jsonValue)
bool CreatedDateHasBeenSet() const
DocumentationVersion & WithDescription(DescriptionT &&value)
DocumentationVersion & WithVersion(VersionT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetCreatedDate() const
void SetCreatedDate(CreatedDateT &&value)
void SetDescription(DescriptionT &&value)
void SetVersion(VersionT &&value)
AWS_APIGATEWAY_API DocumentationVersion()=default
DocumentationVersion & WithRequestId(RequestIdT &&value)
const Aws::String & GetVersion() const
DocumentationVersion & WithCreatedDate(CreatedDateT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetDescription() const
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue