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>
46 template <
typename RestApiIdT = Aws::String>
48 m_restApiIdHasBeenSet =
true;
49 m_restApiId = std::forward<RestApiIdT>(value);
51 template <
typename RestApiIdT = Aws::String>
64 template <
typename ResourceIdT = Aws::String>
66 m_resourceIdHasBeenSet =
true;
67 m_resourceId = std::forward<ResourceIdT>(value);
69 template <
typename ResourceIdT = Aws::String>
88 template <
typename EmbedT = Aws::Vector<Aws::String>>
90 m_embedHasBeenSet =
true;
91 m_embed = std::forward<EmbedT>(value);
93 template <
typename EmbedT = Aws::Vector<Aws::String>>
95 SetEmbed(std::forward<EmbedT>(value));
98 template <
typename EmbedT = Aws::String>
100 m_embedHasBeenSet =
true;
101 m_embed.emplace_back(std::forward<EmbedT>(value));
111 bool m_restApiIdHasBeenSet =
false;
112 bool m_resourceIdHasBeenSet =
false;
113 bool m_embedHasBeenSet =
false;
GetResourceRequest & AddEmbed(EmbedT &&value)
void SetRestApiId(RestApiIdT &&value)
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
const Aws::String & GetRestApiId() const
void SetResourceId(ResourceIdT &&value)
const Aws::Vector< Aws::String > & GetEmbed() const
GetResourceRequest & WithRestApiId(RestApiIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_APIGATEWAY_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
GetResourceRequest & WithEmbed(EmbedT &&value)
AWS_APIGATEWAY_API GetResourceRequest()=default
bool RestApiIdHasBeenSet() const
GetResourceRequest & WithResourceId(ResourceIdT &&value)
const Aws::String & GetResourceId() const
bool EmbedHasBeenSet() const
void SetEmbed(EmbedT &&value)
bool ResourceIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector