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>
47 template <
typename RestApiIdT = Aws::String>
49 m_restApiIdHasBeenSet =
true;
50 m_restApiId = std::forward<RestApiIdT>(value);
52 template <
typename RestApiIdT = Aws::String>
65 template <
typename DeploymentIdT = Aws::String>
67 m_deploymentIdHasBeenSet =
true;
68 m_deploymentId = std::forward<DeploymentIdT>(value);
70 template <
typename DeploymentIdT = Aws::String>
92 template <
typename EmbedT = Aws::Vector<Aws::String>>
94 m_embedHasBeenSet =
true;
95 m_embed = std::forward<EmbedT>(value);
97 template <
typename EmbedT = Aws::Vector<Aws::String>>
99 SetEmbed(std::forward<EmbedT>(value));
102 template <
typename EmbedT = Aws::String>
104 m_embedHasBeenSet =
true;
105 m_embed.emplace_back(std::forward<EmbedT>(value));
115 bool m_restApiIdHasBeenSet =
false;
116 bool m_deploymentIdHasBeenSet =
false;
117 bool m_embedHasBeenSet =
false;
GetDeploymentRequest & WithEmbed(EmbedT &&value)
AWS_APIGATEWAY_API GetDeploymentRequest()=default
virtual const char * GetServiceRequestName() const override
GetDeploymentRequest & WithDeploymentId(DeploymentIdT &&value)
const Aws::String & GetRestApiId() const
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
bool RestApiIdHasBeenSet() const
bool EmbedHasBeenSet() const
bool DeploymentIdHasBeenSet() const
const Aws::String & GetDeploymentId() const
void SetDeploymentId(DeploymentIdT &&value)
void SetRestApiId(RestApiIdT &&value)
const Aws::Vector< Aws::String > & GetEmbed() const
GetDeploymentRequest & AddEmbed(EmbedT &&value)
GetDeploymentRequest & WithRestApiId(RestApiIdT &&value)
AWS_APIGATEWAY_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetEmbed(EmbedT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector