7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
49 inline void SetVersion(
const char* value) { m_versionHasBeenSet =
true; m_version.assign(value); }
75 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
87 inline void SetRequestId(
const char* value) { m_requestIdHasBeenSet =
true; m_requestId.assign(value); }
95 bool m_versionHasBeenSet =
false;
98 bool m_createdDateHasBeenSet =
false;
101 bool m_descriptionHasBeenSet =
false;
104 bool m_requestIdHasBeenSet =
false;
void SetRequestId(const char *value)
DocumentationVersion & WithVersion(const char *value)
DocumentationVersion & WithDescription(Aws::String &&value)
AWS_APIGATEWAY_API DocumentationVersion & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RequestIdHasBeenSet() const
void SetRequestId(const Aws::String &value)
bool VersionHasBeenSet() const
void SetDescription(const Aws::String &value)
void SetVersion(Aws::String &&value)
DocumentationVersion & WithCreatedDate(Aws::Utils::DateTime &&value)
DocumentationVersion & WithRequestId(const char *value)
DocumentationVersion & WithVersion(Aws::String &&value)
AWS_APIGATEWAY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCreatedDate(Aws::Utils::DateTime &&value)
AWS_APIGATEWAY_API DocumentationVersion(Aws::Utils::Json::JsonView jsonValue)
void SetVersion(const char *value)
DocumentationVersion & WithRequestId(const Aws::String &value)
DocumentationVersion & WithDescription(const Aws::String &value)
DocumentationVersion & WithRequestId(Aws::String &&value)
bool CreatedDateHasBeenSet() const
void SetDescription(const char *value)
const Aws::Utils::DateTime & GetCreatedDate() const
void SetRequestId(Aws::String &&value)
void SetDescription(Aws::String &&value)
DocumentationVersion & WithDescription(const char *value)
AWS_APIGATEWAY_API DocumentationVersion()
DocumentationVersion & WithCreatedDate(const Aws::Utils::DateTime &value)
DocumentationVersion & WithVersion(const Aws::String &value)
const Aws::String & GetVersion() const
bool DescriptionHasBeenSet() const
const Aws::String & GetDescription() const
const Aws::String & GetRequestId() const
void SetCreatedDate(const Aws::Utils::DateTime &value)
void SetVersion(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue