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>
51 template<
typename RestApiIdT = Aws::String>
52 void SetRestApiId(RestApiIdT&& value) { m_restApiIdHasBeenSet =
true; m_restApiId = std::forward<RestApiIdT>(value); }
53 template<
typename RestApiIdT = Aws::String>
63 template<
typename ResourceIdT = Aws::String>
64 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
65 template<
typename ResourceIdT = Aws::String>
81 template<
typename EmbedT = Aws::Vector<Aws::String>>
82 void SetEmbed(EmbedT&& value) { m_embedHasBeenSet =
true; m_embed = std::forward<EmbedT>(value); }
83 template<
typename EmbedT = Aws::Vector<Aws::String>>
85 template<
typename EmbedT = Aws::String>
86 GetResourceRequest&
AddEmbed(EmbedT&& value) { m_embedHasBeenSet =
true; m_embed.emplace_back(std::forward<EmbedT>(value));
return *
this; }
91 bool m_restApiIdHasBeenSet =
false;
94 bool m_resourceIdHasBeenSet =
false;
97 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