7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/apigateway/APIGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
52 template<
typename RestApiIdT = Aws::String>
53 void SetRestApiId(RestApiIdT&& value) { m_restApiIdHasBeenSet =
true; m_restApiId = std::forward<RestApiIdT>(value); }
54 template<
typename RestApiIdT = Aws::String>
64 template<
typename PositionT = Aws::String>
65 void SetPosition(PositionT&& value) { m_positionHasBeenSet =
true; m_position = std::forward<PositionT>(value); }
66 template<
typename PositionT = Aws::String>
75 inline int GetLimit()
const {
return m_limit; }
77 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
92 template<
typename EmbedT = Aws::Vector<Aws::String>>
93 void SetEmbed(EmbedT&& value) { m_embedHasBeenSet =
true; m_embed = std::forward<EmbedT>(value); }
94 template<
typename EmbedT = Aws::Vector<Aws::String>>
96 template<
typename EmbedT = Aws::String>
102 bool m_restApiIdHasBeenSet =
false;
105 bool m_positionHasBeenSet =
false;
108 bool m_limitHasBeenSet =
false;
111 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