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>
52 template<
typename RestApiIdT = Aws::String>
53 void SetRestApiId(RestApiIdT&& value) { m_restApiIdHasBeenSet =
true; m_restApiId = std::forward<RestApiIdT>(value); }
54 template<
typename RestApiIdT = Aws::String>
64 template<
typename DeploymentIdT = Aws::String>
65 void SetDeploymentId(DeploymentIdT&& value) { m_deploymentIdHasBeenSet =
true; m_deploymentId = std::forward<DeploymentIdT>(value); }
66 template<
typename DeploymentIdT = Aws::String>
85 template<
typename EmbedT = Aws::Vector<Aws::String>>
86 void SetEmbed(EmbedT&& value) { m_embedHasBeenSet =
true; m_embed = std::forward<EmbedT>(value); }
87 template<
typename EmbedT = Aws::Vector<Aws::String>>
89 template<
typename EmbedT = Aws::String>
95 bool m_restApiIdHasBeenSet =
false;
98 bool m_deploymentIdHasBeenSet =
false;
101 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