7#include <aws/appmesh/AppMesh_EXPORTS.h>
8#include <aws/appmesh/AppMeshRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename MeshNameT = Aws::String>
51 void SetMeshName(MeshNameT&& value) { m_meshNameHasBeenSet =
true; m_meshName = std::forward<MeshNameT>(value); }
52 template<
typename MeshNameT = Aws::String>
66 template<
typename MeshOwnerT = Aws::String>
67 void SetMeshOwner(MeshOwnerT&& value) { m_meshOwnerHasBeenSet =
true; m_meshOwner = std::forward<MeshOwnerT>(value); }
68 template<
typename MeshOwnerT = Aws::String>
78 template<
typename VirtualServiceNameT = Aws::String>
79 void SetVirtualServiceName(VirtualServiceNameT&& value) { m_virtualServiceNameHasBeenSet =
true; m_virtualServiceName = std::forward<VirtualServiceNameT>(value); }
80 template<
typename VirtualServiceNameT = Aws::String>
86 bool m_meshNameHasBeenSet =
false;
89 bool m_meshOwnerHasBeenSet =
false;
92 bool m_virtualServiceNameHasBeenSet =
false;
DescribeVirtualServiceRequest & WithMeshName(MeshNameT &&value)
void SetVirtualServiceName(VirtualServiceNameT &&value)
bool MeshOwnerHasBeenSet() const
bool VirtualServiceNameHasBeenSet() const
DescribeVirtualServiceRequest & WithVirtualServiceName(VirtualServiceNameT &&value)
const Aws::String & GetMeshName() const
AWS_APPMESH_API Aws::String SerializePayload() const override
const Aws::String & GetVirtualServiceName() const
const Aws::String & GetMeshOwner() const
bool MeshNameHasBeenSet() const
DescribeVirtualServiceRequest & WithMeshOwner(MeshOwnerT &&value)
void SetMeshOwner(MeshOwnerT &&value)
AWS_APPMESH_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetMeshName(MeshNameT &&value)
AWS_APPMESH_API DescribeVirtualServiceRequest()=default
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String