7#include <aws/apigateway/APIGatewayRequest.h>
8#include <aws/apigateway/APIGateway_EXPORTS.h>
9#include <aws/apigateway/model/PatchOperation.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
44 template <
typename VpcLinkIdT = Aws::String>
46 m_vpcLinkIdHasBeenSet =
true;
47 m_vpcLinkId = std::forward<VpcLinkIdT>(value);
49 template <
typename VpcLinkIdT = Aws::String>
64 template <
typename PatchOperationsT = Aws::Vector<PatchOperation>>
66 m_patchOperationsHasBeenSet =
true;
67 m_patchOperations = std::forward<PatchOperationsT>(value);
69 template <
typename PatchOperationsT = Aws::Vector<PatchOperation>>
74 template <
typename PatchOperationsT = PatchOperation>
76 m_patchOperationsHasBeenSet =
true;
77 m_patchOperations.emplace_back(std::forward<PatchOperationsT>(value));
85 bool m_vpcLinkIdHasBeenSet =
false;
86 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