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>
53 inline void SetRestApiId(
const char* value) { m_restApiIdHasBeenSet =
true; m_restApiId.assign(value); }
67 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
96 bool m_restApiIdHasBeenSet =
false;
99 bool m_resourceIdHasBeenSet =
false;
102 bool m_embedHasBeenSet =
false;
GetResourceRequest & WithRestApiId(Aws::String &&value)
AWS_APIGATEWAY_API GetResourceRequest()
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
const Aws::String & GetRestApiId() const
void SetResourceId(Aws::String &&value)
void SetEmbed(const Aws::Vector< Aws::String > &value)
GetResourceRequest & AddEmbed(const char *value)
GetResourceRequest & WithRestApiId(const Aws::String &value)
const Aws::Vector< Aws::String > & GetEmbed() const
GetResourceRequest & WithResourceId(Aws::String &&value)
GetResourceRequest & AddEmbed(const Aws::String &value)
GetResourceRequest & WithEmbed(const Aws::Vector< Aws::String > &value)
virtual const char * GetServiceRequestName() const override
void SetRestApiId(const char *value)
GetResourceRequest & WithResourceId(const Aws::String &value)
void SetEmbed(Aws::Vector< Aws::String > &&value)
AWS_APIGATEWAY_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
GetResourceRequest & WithRestApiId(const char *value)
void SetRestApiId(Aws::String &&value)
GetResourceRequest & WithEmbed(Aws::Vector< Aws::String > &&value)
GetResourceRequest & WithResourceId(const char *value)
bool RestApiIdHasBeenSet() const
GetResourceRequest & AddEmbed(Aws::String &&value)
void SetRestApiId(const Aws::String &value)
const Aws::String & GetResourceId() const
void SetResourceId(const Aws::String &value)
bool EmbedHasBeenSet() const
bool ResourceIdHasBeenSet() const
void SetResourceId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector