7#include <aws/appmesh/AppMeshRequest.h>
8#include <aws/appmesh/AppMesh_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template <
typename MeshNameT = Aws::String>
47 m_meshNameHasBeenSet =
true;
48 m_meshName = std::forward<MeshNameT>(value);
50 template <
typename MeshNameT = Aws::String>
67 template <
typename MeshOwnerT = Aws::String>
69 m_meshOwnerHasBeenSet =
true;
70 m_meshOwner = std::forward<MeshOwnerT>(value);
72 template <
typename MeshOwnerT = Aws::String>
85 template <
typename VirtualServiceNameT = Aws::String>
87 m_virtualServiceNameHasBeenSet =
true;
88 m_virtualServiceName = std::forward<VirtualServiceNameT>(value);
90 template <
typename VirtualServiceNameT = Aws::String>
102 bool m_meshNameHasBeenSet =
false;
103 bool m_meshOwnerHasBeenSet =
false;
104 bool m_virtualServiceNameHasBeenSet =
false;
bool MeshNameHasBeenSet() const
const Aws::String & GetMeshName() const
bool MeshOwnerHasBeenSet() const
void SetMeshOwner(MeshOwnerT &&value)
virtual const char * GetServiceRequestName() const override
void SetMeshName(MeshNameT &&value)
AWS_APPMESH_API Aws::String SerializePayload() const override
bool VirtualServiceNameHasBeenSet() const
void SetVirtualServiceName(VirtualServiceNameT &&value)
AWS_APPMESH_API DeleteVirtualServiceRequest()=default
DeleteVirtualServiceRequest & WithMeshOwner(MeshOwnerT &&value)
DeleteVirtualServiceRequest & WithVirtualServiceName(VirtualServiceNameT &&value)
AWS_APPMESH_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetMeshOwner() const
DeleteVirtualServiceRequest & WithMeshName(MeshNameT &&value)
const Aws::String & GetVirtualServiceName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String