7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/apigateway/APIGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename RestApiIdT = Aws::String>
46 void SetRestApiId(RestApiIdT&& value) { m_restApiIdHasBeenSet =
true; m_restApiId = std::forward<RestApiIdT>(value); }
47 template<
typename RestApiIdT = Aws::String>
57 template<
typename ParentIdT = Aws::String>
58 void SetParentId(ParentIdT&& value) { m_parentIdHasBeenSet =
true; m_parentId = std::forward<ParentIdT>(value); }
59 template<
typename ParentIdT = Aws::String>
69 template<
typename PathPartT = Aws::String>
70 void SetPathPart(PathPartT&& value) { m_pathPartHasBeenSet =
true; m_pathPart = std::forward<PathPartT>(value); }
71 template<
typename PathPartT = Aws::String>
77 bool m_restApiIdHasBeenSet =
false;
80 bool m_parentIdHasBeenSet =
false;
83 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