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>
48 template<
typename VpcLinkIdT = Aws::String>
49 void SetVpcLinkId(VpcLinkIdT&& value) { m_vpcLinkIdHasBeenSet =
true; m_vpcLinkId = std::forward<VpcLinkIdT>(value); }
50 template<
typename VpcLinkIdT = Aws::String>
62 template<
typename PatchOperationsT = Aws::Vector<PatchOperation>>
63 void SetPatchOperations(PatchOperationsT&& value) { m_patchOperationsHasBeenSet =
true; m_patchOperations = std::forward<PatchOperationsT>(value); }
64 template<
typename PatchOperationsT = Aws::Vector<PatchOperation>>
66 template<
typename PatchOperationsT = PatchOperation>
72 bool m_vpcLinkIdHasBeenSet =
false;
75 bool m_patchOperationsHasBeenSet =
false;
UpdateVpcLinkRequest & WithVpcLinkId(VpcLinkIdT &&value)
UpdateVpcLinkRequest & WithPatchOperations(PatchOperationsT &&value)
UpdateVpcLinkRequest & AddPatchOperations(PatchOperationsT &&value)
const Aws::Vector< PatchOperation > & GetPatchOperations() const
virtual const char * GetServiceRequestName() const override
AWS_APIGATEWAY_API UpdateVpcLinkRequest()=default
void SetVpcLinkId(VpcLinkIdT &&value)
bool VpcLinkIdHasBeenSet() const
void SetPatchOperations(PatchOperationsT &&value)
const Aws::String & GetVpcLinkId() const
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
bool PatchOperationsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector