7#include <aws/apigatewayv2/ApiGatewayV2Request.h>
8#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ApiGatewayV2 {
41 template <
typename ApiIdT = Aws::String>
43 m_apiIdHasBeenSet =
true;
44 m_apiId = std::forward<ApiIdT>(value);
46 template <
typename ApiIdT = Aws::String>
48 SetApiId(std::forward<ApiIdT>(value));
59 template <
typename DescriptionT = Aws::String>
61 m_descriptionHasBeenSet =
true;
62 m_description = std::forward<DescriptionT>(value);
64 template <
typename DescriptionT = Aws::String>
77 template <
typename StageNameT = Aws::String>
79 m_stageNameHasBeenSet =
true;
80 m_stageName = std::forward<StageNameT>(value);
82 template <
typename StageNameT = Aws::String>
94 bool m_apiIdHasBeenSet =
false;
95 bool m_descriptionHasBeenSet =
false;
96 bool m_stageNameHasBeenSet =
false;
CreateDeploymentRequest & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
void SetApiId(ApiIdT &&value)
const Aws::String & GetStageName() const
void SetStageName(StageNameT &&value)
AWS_APIGATEWAYV2_API Aws::String SerializePayload() const override
CreateDeploymentRequest & WithStageName(StageNameT &&value)
bool StageNameHasBeenSet() const
bool DescriptionHasBeenSet() const
bool ApiIdHasBeenSet() const
const Aws::String & GetApiId() const
AWS_APIGATEWAYV2_API CreateDeploymentRequest()=default
CreateDeploymentRequest & WithApiId(ApiIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDescription() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String