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/apigateway/model/GatewayResponseType.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/apigateway/model/PatchOperation.h>
48 template<
typename RestApiIdT = Aws::String>
49 void SetRestApiId(RestApiIdT&& value) { m_restApiIdHasBeenSet =
true; m_restApiId = std::forward<RestApiIdT>(value); }
50 template<
typename RestApiIdT = Aws::String>
72 template<
typename PatchOperationsT = Aws::Vector<PatchOperation>>
73 void SetPatchOperations(PatchOperationsT&& value) { m_patchOperationsHasBeenSet =
true; m_patchOperations = std::forward<PatchOperationsT>(value); }
74 template<
typename PatchOperationsT = Aws::Vector<PatchOperation>>
76 template<
typename PatchOperationsT = PatchOperation>
82 bool m_restApiIdHasBeenSet =
false;
85 bool m_responseTypeHasBeenSet =
false;
88 bool m_patchOperationsHasBeenSet =
false;
UpdateGatewayResponseRequest & WithRestApiId(RestApiIdT &&value)
const Aws::String & GetRestApiId() const
UpdateGatewayResponseRequest & AddPatchOperations(PatchOperationsT &&value)
GatewayResponseType GetResponseType() const
const Aws::Vector< PatchOperation > & GetPatchOperations() const
void SetPatchOperations(PatchOperationsT &&value)
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
void SetRestApiId(RestApiIdT &&value)
UpdateGatewayResponseRequest & WithPatchOperations(PatchOperationsT &&value)
bool PatchOperationsHasBeenSet() const
UpdateGatewayResponseRequest & WithResponseType(GatewayResponseType value)
virtual const char * GetServiceRequestName() const override
void SetResponseType(GatewayResponseType value)
bool ResponseTypeHasBeenSet() const
AWS_APIGATEWAY_API UpdateGatewayResponseRequest()=default
bool RestApiIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector