7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/apigateway/model/DocumentationPartType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
74 template<
typename PathT = Aws::String>
75 void SetPath(PathT&& value) { m_pathHasBeenSet =
true; m_path = std::forward<PathT>(value); }
76 template<
typename PathT = Aws::String>
93 template<
typename MethodT = Aws::String>
94 void SetMethod(MethodT&& value) { m_methodHasBeenSet =
true; m_method = std::forward<MethodT>(value); }
95 template<
typename MethodT = Aws::String>
111 template<
typename StatusCodeT = Aws::String>
112 void SetStatusCode(StatusCodeT&& value) { m_statusCodeHasBeenSet =
true; m_statusCode = std::forward<StatusCodeT>(value); }
113 template<
typename StatusCodeT = Aws::String>
128 template<
typename NameT = Aws::String>
129 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
130 template<
typename NameT = Aws::String>
136 bool m_typeHasBeenSet =
false;
139 bool m_pathHasBeenSet =
false;
142 bool m_methodHasBeenSet =
false;
145 bool m_statusCodeHasBeenSet =
false;
148 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