7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/apigateway/model/DocumentationPartType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
78 inline void SetPath(
const char* value) { m_pathHasBeenSet =
true; m_path.assign(value); }
99 inline void SetMethod(
const char* value) { m_methodHasBeenSet =
true; m_method.assign(value); }
119 inline void SetStatusCode(
const char* value) { m_statusCodeHasBeenSet =
true; m_statusCode.assign(value); }
138 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
146 bool m_typeHasBeenSet =
false;
149 bool m_pathHasBeenSet =
false;
152 bool m_methodHasBeenSet =
false;
155 bool m_statusCodeHasBeenSet =
false;
158 bool m_nameHasBeenSet =
false;
void SetStatusCode(const Aws::String &value)
DocumentationPartLocation & WithName(const char *value)
DocumentationPartLocation & WithStatusCode(Aws::String &&value)
void SetStatusCode(const char *value)
DocumentationPartLocation & WithName(const Aws::String &value)
void SetPath(const Aws::String &value)
DocumentationPartLocation & WithPath(const Aws::String &value)
DocumentationPartLocation & WithType(DocumentationPartType &&value)
DocumentationPartLocation & WithMethod(Aws::String &&value)
const Aws::String & GetStatusCode() const
const Aws::String & GetName() const
const DocumentationPartType & GetType() const
void SetStatusCode(Aws::String &&value)
void SetMethod(const Aws::String &value)
DocumentationPartLocation & WithMethod(const Aws::String &value)
AWS_APIGATEWAY_API DocumentationPartLocation()
void SetType(const DocumentationPartType &value)
AWS_APIGATEWAY_API DocumentationPartLocation(Aws::Utils::Json::JsonView jsonValue)
DocumentationPartLocation & WithPath(Aws::String &&value)
void SetPath(const char *value)
DocumentationPartLocation & WithMethod(const char *value)
AWS_APIGATEWAY_API Aws::Utils::Json::JsonValue Jsonize() const
bool NameHasBeenSet() const
void SetName(const char *value)
void SetName(const Aws::String &value)
DocumentationPartLocation & WithStatusCode(const char *value)
void SetPath(Aws::String &&value)
DocumentationPartLocation & WithStatusCode(const Aws::String &value)
void SetMethod(Aws::String &&value)
void SetName(Aws::String &&value)
DocumentationPartLocation & WithPath(const char *value)
AWS_APIGATEWAY_API DocumentationPartLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
DocumentationPartLocation & WithName(Aws::String &&value)
bool MethodHasBeenSet() const
void SetMethod(const char *value)
bool PathHasBeenSet() const
const Aws::String & GetMethod() const
DocumentationPartLocation & WithType(const DocumentationPartType &value)
bool TypeHasBeenSet() const
const Aws::String & GetPath() const
bool StatusCodeHasBeenSet() const
void SetType(DocumentationPartType &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue