7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace ApiGatewayV2 {
41 template <
typename MethodT = Aws::String>
43 m_methodHasBeenSet =
true;
44 m_method = std::forward<MethodT>(value);
46 template <
typename MethodT = Aws::String>
59 template <
typename PathT = Aws::String>
61 m_pathHasBeenSet =
true;
62 m_path = std::forward<PathT>(value);
64 template <
typename PathT = Aws::String>
66 SetPath(std::forward<PathT>(value));
77 template <
typename RestApiIdT = Aws::String>
79 m_restApiIdHasBeenSet =
true;
80 m_restApiId = std::forward<RestApiIdT>(value);
82 template <
typename RestApiIdT = Aws::String>
95 template <
typename StageT = Aws::String>
97 m_stageHasBeenSet =
true;
98 m_stage = std::forward<StageT>(value);
100 template <
typename StageT = Aws::String>
102 SetStage(std::forward<StageT>(value));
114 bool m_methodHasBeenSet =
false;
115 bool m_pathHasBeenSet =
false;
116 bool m_restApiIdHasBeenSet =
false;
117 bool m_stageHasBeenSet =
false;
void SetStage(StageT &&value)
const Aws::String & GetStage() const
bool StageHasBeenSet() const
IdentifierParts & WithRestApiId(RestApiIdT &&value)
IdentifierParts & WithPath(PathT &&value)
AWS_APIGATEWAYV2_API IdentifierParts(Aws::Utils::Json::JsonView jsonValue)
AWS_APIGATEWAYV2_API IdentifierParts()=default
void SetMethod(MethodT &&value)
void SetPath(PathT &&value)
bool RestApiIdHasBeenSet() const
bool PathHasBeenSet() const
IdentifierParts & WithMethod(MethodT &&value)
IdentifierParts & WithStage(StageT &&value)
AWS_APIGATEWAYV2_API IdentifierParts & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRestApiId(RestApiIdT &&value)
AWS_APIGATEWAYV2_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetRestApiId() const
const Aws::String & GetMethod() const
bool MethodHasBeenSet() const
const Aws::String & GetPath() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue