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>
47 template<
typename RestApiIdT = Aws::String>
48 void SetRestApiId(RestApiIdT&& value) { m_restApiIdHasBeenSet =
true; m_restApiId = std::forward<RestApiIdT>(value); }
49 template<
typename RestApiIdT = Aws::String>
60 template<
typename DeploymentIdT = Aws::String>
61 void SetDeploymentId(DeploymentIdT&& value) { m_deploymentIdHasBeenSet =
true; m_deploymentId = std::forward<DeploymentIdT>(value); }
62 template<
typename DeploymentIdT = Aws::String>
74 template<
typename PatchOperationsT = Aws::Vector<PatchOperation>>
75 void SetPatchOperations(PatchOperationsT&& value) { m_patchOperationsHasBeenSet =
true; m_patchOperations = std::forward<PatchOperationsT>(value); }
76 template<
typename PatchOperationsT = Aws::Vector<PatchOperation>>
78 template<
typename PatchOperationsT = PatchOperation>
84 bool m_restApiIdHasBeenSet =
false;
87 bool m_deploymentIdHasBeenSet =
false;
90 bool m_patchOperationsHasBeenSet =
false;
UpdateDeploymentRequest & WithPatchOperations(PatchOperationsT &&value)
bool RestApiIdHasBeenSet() const
void SetPatchOperations(PatchOperationsT &&value)
void SetRestApiId(RestApiIdT &&value)
virtual const char * GetServiceRequestName() const override
UpdateDeploymentRequest & WithDeploymentId(DeploymentIdT &&value)
AWS_APIGATEWAY_API UpdateDeploymentRequest()=default
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
const Aws::String & GetDeploymentId() const
bool DeploymentIdHasBeenSet() const
const Aws::Vector< PatchOperation > & GetPatchOperations() const
void SetDeploymentId(DeploymentIdT &&value)
bool PatchOperationsHasBeenSet() const
const Aws::String & GetRestApiId() const
UpdateDeploymentRequest & AddPatchOperations(PatchOperationsT &&value)
UpdateDeploymentRequest & WithRestApiId(RestApiIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector