7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
47 template<
typename VersionT = Aws::String>
48 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
49 template<
typename VersionT = Aws::String>
59 template<
typename CreatedDateT = Aws::Utils::DateTime>
60 void SetCreatedDate(CreatedDateT&& value) { m_createdDateHasBeenSet =
true; m_createdDate = std::forward<CreatedDateT>(value); }
61 template<
typename CreatedDateT = Aws::Utils::DateTime>
71 template<
typename DescriptionT = Aws::String>
72 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
73 template<
typename DescriptionT = Aws::String>
81 template<
typename RequestIdT = Aws::String>
82 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
83 template<
typename RequestIdT = Aws::String>
89 bool m_versionHasBeenSet =
false;
92 bool m_createdDateHasBeenSet =
false;
95 bool m_descriptionHasBeenSet =
false;
98 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