7#include <aws/apigateway/APIGatewayRequest.h>
8#include <aws/apigateway/APIGateway_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename RestApiIdT = Aws::String>
43 m_restApiIdHasBeenSet =
true;
44 m_restApiId = std::forward<RestApiIdT>(value);
46 template <
typename RestApiIdT = Aws::String>
59 template <
typename ParentIdT = Aws::String>
61 m_parentIdHasBeenSet =
true;
62 m_parentId = std::forward<ParentIdT>(value);
64 template <
typename ParentIdT = Aws::String>
77 template <
typename PathPartT = Aws::String>
79 m_pathPartHasBeenSet =
true;
80 m_pathPart = std::forward<PathPartT>(value);
82 template <
typename PathPartT = Aws::String>
94 bool m_restApiIdHasBeenSet =
false;
95 bool m_parentIdHasBeenSet =
false;
96 bool m_pathPartHasBeenSet =
false;
void SetPathPart(PathPartT &&value)
const Aws::String & GetPathPart() const
bool ParentIdHasBeenSet() const
CreateResourceRequest & WithPathPart(PathPartT &&value)
bool RestApiIdHasBeenSet() const
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
CreateResourceRequest & WithParentId(ParentIdT &&value)
void SetParentId(ParentIdT &&value)
const Aws::String & GetParentId() const
void SetRestApiId(RestApiIdT &&value)
bool PathPartHasBeenSet() const
const Aws::String & GetRestApiId() const
virtual const char * GetServiceRequestName() const override
CreateResourceRequest & WithRestApiId(RestApiIdT &&value)
AWS_APIGATEWAY_API CreateResourceRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String