7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/apigatewayv2/ApiGatewayV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetApiId(
const char* value) { m_apiIdHasBeenSet =
true; m_apiId.assign(value); }
57 inline void SetDeploymentId(
const char* value) { m_deploymentIdHasBeenSet =
true; m_deploymentId.assign(value); }
65 bool m_apiIdHasBeenSet =
false;
68 bool m_deploymentIdHasBeenSet =
false;
DeleteDeploymentRequest & WithDeploymentId(const Aws::String &value)
bool DeploymentIdHasBeenSet() const
DeleteDeploymentRequest & WithDeploymentId(Aws::String &&value)
DeleteDeploymentRequest & WithApiId(const Aws::String &value)
void SetApiId(const char *value)
AWS_APIGATEWAYV2_API DeleteDeploymentRequest()
DeleteDeploymentRequest & WithDeploymentId(const char *value)
void SetApiId(const Aws::String &value)
void SetApiId(Aws::String &&value)
const Aws::String & GetDeploymentId() const
void SetDeploymentId(Aws::String &&value)
const Aws::String & GetApiId() const
void SetDeploymentId(const Aws::String &value)
AWS_APIGATEWAYV2_API Aws::String SerializePayload() const override
bool ApiIdHasBeenSet() const
DeleteDeploymentRequest & WithApiId(const char *value)
void SetDeploymentId(const char *value)
virtual const char * GetServiceRequestName() const override
DeleteDeploymentRequest & WithApiId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String