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>
11#include <aws/apigateway/model/PatchOperation.h>
49 inline void SetRestApiId(
const char* value) { m_restApiIdHasBeenSet =
true; m_restApiId.assign(value); }
64 inline void SetDeploymentId(
const char* value) { m_deploymentIdHasBeenSet =
true; m_deploymentId.assign(value); }
88 bool m_restApiIdHasBeenSet =
false;
91 bool m_deploymentIdHasBeenSet =
false;
94 bool m_patchOperationsHasBeenSet =
false;
bool RestApiIdHasBeenSet() const
AWS_APIGATEWAY_API UpdateDeploymentRequest()
void SetPatchOperations(Aws::Vector< PatchOperation > &&value)
UpdateDeploymentRequest & WithRestApiId(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetRestApiId(Aws::String &&value)
UpdateDeploymentRequest & WithRestApiId(const char *value)
void SetDeploymentId(const char *value)
void SetPatchOperations(const Aws::Vector< PatchOperation > &value)
UpdateDeploymentRequest & AddPatchOperations(const PatchOperation &value)
UpdateDeploymentRequest & WithDeploymentId(const char *value)
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
UpdateDeploymentRequest & WithRestApiId(const Aws::String &value)
UpdateDeploymentRequest & WithDeploymentId(const Aws::String &value)
UpdateDeploymentRequest & WithPatchOperations(const Aws::Vector< PatchOperation > &value)
const Aws::String & GetDeploymentId() const
bool DeploymentIdHasBeenSet() const
const Aws::Vector< PatchOperation > & GetPatchOperations() const
UpdateDeploymentRequest & AddPatchOperations(PatchOperation &&value)
void SetDeploymentId(const Aws::String &value)
bool PatchOperationsHasBeenSet() const
void SetRestApiId(const Aws::String &value)
const Aws::String & GetRestApiId() const
UpdateDeploymentRequest & WithPatchOperations(Aws::Vector< PatchOperation > &&value)
void SetDeploymentId(Aws::String &&value)
UpdateDeploymentRequest & WithDeploymentId(Aws::String &&value)
void SetRestApiId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector