7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/apigatewayv2/ApiGatewayV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 inline void SetApiId(
const char* value) { m_apiIdHasBeenSet =
true; m_apiId.assign(value); }
60 inline void SetDeploymentId(
const char* value) { m_deploymentIdHasBeenSet =
true; m_deploymentId.assign(value); }
74 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
82 bool m_apiIdHasBeenSet =
false;
85 bool m_deploymentIdHasBeenSet =
false;
88 bool m_descriptionHasBeenSet =
false;
void SetDescription(const Aws::String &value)
const Aws::String & GetDeploymentId() const
void SetApiId(Aws::String &&value)
void SetDeploymentId(const char *value)
UpdateDeploymentRequest & WithApiId(const Aws::String &value)
void SetDeploymentId(Aws::String &&value)
void SetDescription(const char *value)
UpdateDeploymentRequest & WithApiId(Aws::String &&value)
AWS_APIGATEWAYV2_API UpdateDeploymentRequest()
UpdateDeploymentRequest & WithDeploymentId(const char *value)
UpdateDeploymentRequest & WithDeploymentId(Aws::String &&value)
bool ApiIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
UpdateDeploymentRequest & WithDescription(const char *value)
UpdateDeploymentRequest & WithDeploymentId(const Aws::String &value)
bool DeploymentIdHasBeenSet() const
void SetApiId(const Aws::String &value)
void SetApiId(const char *value)
void SetDeploymentId(const Aws::String &value)
void SetDescription(Aws::String &&value)
AWS_APIGATEWAYV2_API Aws::String SerializePayload() const override
const Aws::String & GetApiId() const
UpdateDeploymentRequest & WithDescription(Aws::String &&value)
bool DescriptionHasBeenSet() const
UpdateDeploymentRequest & WithApiId(const char *value)
const Aws::String & GetDescription() const
UpdateDeploymentRequest & WithDescription(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String