7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/apigateway/model/DocumentationPartType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 m_typeHasBeenSet =
true;
74 template <
typename PathT = Aws::String>
76 m_pathHasBeenSet =
true;
77 m_path = std::forward<PathT>(value);
79 template <
typename PathT = Aws::String>
81 SetPath(std::forward<PathT>(value));
99 template <
typename MethodT = Aws::String>
101 m_methodHasBeenSet =
true;
102 m_method = std::forward<MethodT>(value);
104 template <
typename MethodT = Aws::String>
123 template <
typename StatusCodeT = Aws::String>
125 m_statusCodeHasBeenSet =
true;
126 m_statusCode = std::forward<StatusCodeT>(value);
128 template <
typename StatusCodeT = Aws::String>
146 template <
typename NameT = Aws::String>
148 m_nameHasBeenSet =
true;
149 m_name = std::forward<NameT>(value);
151 template <
typename NameT = Aws::String>
153 SetName(std::forward<NameT>(value));
167 bool m_typeHasBeenSet =
false;
168 bool m_pathHasBeenSet =
false;
169 bool m_methodHasBeenSet =
false;
170 bool m_statusCodeHasBeenSet =
false;
171 bool m_nameHasBeenSet =
false;
DocumentationPartLocation & WithPath(PathT &&value)
DocumentationPartLocation & WithMethod(MethodT &&value)
const Aws::String & GetStatusCode() const
const Aws::String & GetName() const
void SetPath(PathT &&value)
DocumentationPartLocation & WithStatusCode(StatusCodeT &&value)
void SetStatusCode(StatusCodeT &&value)
void SetName(NameT &&value)
AWS_APIGATEWAY_API DocumentationPartLocation(Aws::Utils::Json::JsonView jsonValue)
AWS_APIGATEWAY_API Aws::Utils::Json::JsonValue Jsonize() const
bool NameHasBeenSet() const
DocumentationPartLocation & WithType(DocumentationPartType value)
DocumentationPartLocation & WithName(NameT &&value)
AWS_APIGATEWAY_API DocumentationPartLocation()=default
AWS_APIGATEWAY_API DocumentationPartLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MethodHasBeenSet() const
void SetMethod(MethodT &&value)
bool PathHasBeenSet() const
DocumentationPartType GetType() const
const Aws::String & GetMethod() const
void SetType(DocumentationPartType value)
bool TypeHasBeenSet() const
const Aws::String & GetPath() const
bool StatusCodeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue