7#include <aws/apigateway/APIGatewayRequest.h>
8#include <aws/apigateway/APIGateway_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
47 template <
typename RestApiIdT = Aws::String>
49 m_restApiIdHasBeenSet =
true;
50 m_restApiId = std::forward<RestApiIdT>(value);
52 template <
typename RestApiIdT = Aws::String>
65 template <
typename PositionT = Aws::String>
67 m_positionHasBeenSet =
true;
68 m_position = std::forward<PositionT>(value);
70 template <
typename PositionT = Aws::String>
82 inline int GetLimit()
const {
return m_limit; }
85 m_limitHasBeenSet =
true;
105 template <
typename EmbedT = Aws::Vector<Aws::String>>
107 m_embedHasBeenSet =
true;
108 m_embed = std::forward<EmbedT>(value);
110 template <
typename EmbedT = Aws::Vector<Aws::String>>
112 SetEmbed(std::forward<EmbedT>(value));
115 template <
typename EmbedT = Aws::String>
117 m_embedHasBeenSet =
true;
118 m_embed.emplace_back(std::forward<EmbedT>(value));
130 bool m_restApiIdHasBeenSet =
false;
131 bool m_positionHasBeenSet =
false;
132 bool m_limitHasBeenSet =
false;
133 bool m_embedHasBeenSet =
false;
bool RestApiIdHasBeenSet() const
const Aws::String & GetRestApiId() const
GetResourcesRequest & WithLimit(int value)
GetResourcesRequest & WithRestApiId(RestApiIdT &&value)
GetResourcesRequest & WithEmbed(EmbedT &&value)
const Aws::String & GetPosition() const
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
AWS_APIGATEWAY_API GetResourcesRequest()=default
void SetRestApiId(RestApiIdT &&value)
GetResourcesRequest & AddEmbed(EmbedT &&value)
void SetEmbed(EmbedT &&value)
bool LimitHasBeenSet() const
const Aws::Vector< Aws::String > & GetEmbed() const
bool PositionHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_APIGATEWAY_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool EmbedHasBeenSet() const
GetResourcesRequest & WithPosition(PositionT &&value)
void SetPosition(PositionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector