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>
43 template <
typename ClientCertificateIdT = Aws::String>
45 m_clientCertificateIdHasBeenSet =
true;
46 m_clientCertificateId = std::forward<ClientCertificateIdT>(value);
48 template <
typename ClientCertificateIdT = Aws::String>
63 template <
typename PatchOperationsT = Aws::Vector<PatchOperation>>
65 m_patchOperationsHasBeenSet =
true;
66 m_patchOperations = std::forward<PatchOperationsT>(value);
68 template <
typename PatchOperationsT = Aws::Vector<PatchOperation>>
73 template <
typename PatchOperationsT = PatchOperation>
75 m_patchOperationsHasBeenSet =
true;
76 m_patchOperations.emplace_back(std::forward<PatchOperationsT>(value));
84 bool m_clientCertificateIdHasBeenSet =
false;
85 bool m_patchOperationsHasBeenSet =
false;
const Aws::String & GetClientCertificateId() const
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
UpdateClientCertificateRequest & WithPatchOperations(PatchOperationsT &&value)
UpdateClientCertificateRequest & WithClientCertificateId(ClientCertificateIdT &&value)
bool ClientCertificateIdHasBeenSet() const
void SetPatchOperations(PatchOperationsT &&value)
const Aws::Vector< PatchOperation > & GetPatchOperations() const
virtual const char * GetServiceRequestName() const override
void SetClientCertificateId(ClientCertificateIdT &&value)
bool PatchOperationsHasBeenSet() const
UpdateClientCertificateRequest & AddPatchOperations(PatchOperationsT &&value)
AWS_APIGATEWAY_API UpdateClientCertificateRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector