7#include <aws/apigateway/APIGatewayRequest.h>
8#include <aws/apigateway/APIGateway_EXPORTS.h>
9#include <aws/apigateway/model/GatewayResponseType.h>
10#include <aws/apigateway/model/PatchOperation.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
44 template <
typename RestApiIdT = Aws::String>
46 m_restApiIdHasBeenSet =
true;
47 m_restApiId = std::forward<RestApiIdT>(value);
49 template <
typename RestApiIdT = Aws::String>
63 m_responseTypeHasBeenSet =
true;
64 m_responseType = value;
80 template <
typename PatchOperationsT = Aws::Vector<PatchOperation>>
82 m_patchOperationsHasBeenSet =
true;
83 m_patchOperations = std::forward<PatchOperationsT>(value);
85 template <
typename PatchOperationsT = Aws::Vector<PatchOperation>>
90 template <
typename PatchOperationsT = PatchOperation>
92 m_patchOperationsHasBeenSet =
true;
93 m_patchOperations.emplace_back(std::forward<PatchOperationsT>(value));
103 bool m_restApiIdHasBeenSet =
false;
104 bool m_responseTypeHasBeenSet =
false;
105 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