7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/apigatewayv2/ApiGatewayV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename ApiIdT = Aws::String>
46 void SetApiId(ApiIdT&& value) { m_apiIdHasBeenSet =
true; m_apiId = std::forward<ApiIdT>(value); }
47 template<
typename ApiIdT = Aws::String>
57 template<
typename DescriptionT = Aws::String>
58 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
59 template<
typename DescriptionT = Aws::String>
69 template<
typename StageNameT = Aws::String>
70 void SetStageName(StageNameT&& value) { m_stageNameHasBeenSet =
true; m_stageName = std::forward<StageNameT>(value); }
71 template<
typename StageNameT = Aws::String>
77 bool m_apiIdHasBeenSet =
false;
80 bool m_descriptionHasBeenSet =
false;
83 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