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>
54 inline void SetRestApiId(
const char* value) { m_restApiIdHasBeenSet =
true; m_restApiId.assign(value); }
68 inline void SetDeploymentId(
const char* value) { m_deploymentIdHasBeenSet =
true; m_deploymentId.assign(value); }
100 bool m_restApiIdHasBeenSet =
false;
103 bool m_deploymentIdHasBeenSet =
false;
106 bool m_embedHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
GetDeploymentRequest & WithRestApiId(Aws::String &&value)
const Aws::String & GetRestApiId() const
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
AWS_APIGATEWAY_API GetDeploymentRequest()
GetDeploymentRequest & WithDeploymentId(const char *value)
GetDeploymentRequest & WithEmbed(const Aws::Vector< Aws::String > &value)
bool RestApiIdHasBeenSet() const
GetDeploymentRequest & WithRestApiId(const Aws::String &value)
bool EmbedHasBeenSet() const
GetDeploymentRequest & AddEmbed(Aws::String &&value)
bool DeploymentIdHasBeenSet() const
const Aws::String & GetDeploymentId() const
void SetDeploymentId(Aws::String &&value)
void SetEmbed(Aws::Vector< Aws::String > &&value)
GetDeploymentRequest & AddEmbed(const char *value)
GetDeploymentRequest & WithDeploymentId(Aws::String &&value)
GetDeploymentRequest & WithRestApiId(const char *value)
GetDeploymentRequest & WithEmbed(Aws::Vector< Aws::String > &&value)
void SetEmbed(const Aws::Vector< Aws::String > &value)
GetDeploymentRequest & AddEmbed(const Aws::String &value)
void SetRestApiId(Aws::String &&value)
void SetDeploymentId(const Aws::String &value)
const Aws::Vector< Aws::String > & GetEmbed() const
void SetRestApiId(const char *value)
AWS_APIGATEWAY_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetDeploymentId(const char *value)
GetDeploymentRequest & WithDeploymentId(const Aws::String &value)
void SetRestApiId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector