7#include <aws/appmesh/AppMesh_EXPORTS.h>
8#include <aws/appmesh/model/ResourceMetadata.h>
9#include <aws/appmesh/model/VirtualGatewaySpec.h>
10#include <aws/appmesh/model/VirtualGatewayStatus.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
44 template <
typename MeshNameT = Aws::String>
46 m_meshNameHasBeenSet =
true;
47 m_meshName = std::forward<MeshNameT>(value);
49 template <
typename MeshNameT = Aws::String>
60 template <
typename MetadataT = ResourceMetadata>
62 m_metadataHasBeenSet =
true;
63 m_metadata = std::forward<MetadataT>(value);
65 template <
typename MetadataT = ResourceMetadata>
78 template <
typename SpecT = VirtualGatewaySpec>
80 m_specHasBeenSet =
true;
81 m_spec = std::forward<SpecT>(value);
83 template <
typename SpecT = VirtualGatewaySpec>
85 SetSpec(std::forward<SpecT>(value));
96 template <
typename StatusT = VirtualGatewayStatus>
98 m_statusHasBeenSet =
true;
99 m_status = std::forward<StatusT>(value);
101 template <
typename StatusT = VirtualGatewayStatus>
114 template <
typename VirtualGatewayNameT = Aws::String>
116 m_virtualGatewayNameHasBeenSet =
true;
117 m_virtualGatewayName = std::forward<VirtualGatewayNameT>(value);
119 template <
typename VirtualGatewayNameT = Aws::String>
135 bool m_meshNameHasBeenSet =
false;
136 bool m_metadataHasBeenSet =
false;
137 bool m_specHasBeenSet =
false;
138 bool m_statusHasBeenSet =
false;
139 bool m_virtualGatewayNameHasBeenSet =
false;
void SetSpec(SpecT &&value)
bool VirtualGatewayNameHasBeenSet() const
VirtualGatewayData & WithMeshName(MeshNameT &&value)
VirtualGatewayData & WithSpec(SpecT &&value)
const Aws::String & GetMeshName() const
void SetVirtualGatewayName(VirtualGatewayNameT &&value)
AWS_APPMESH_API VirtualGatewayData & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MeshNameHasBeenSet() const
bool StatusHasBeenSet() const
AWS_APPMESH_API VirtualGatewayData(Aws::Utils::Json::JsonView jsonValue)
const VirtualGatewayStatus & GetStatus() const
AWS_APPMESH_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMetadata(MetadataT &&value)
bool SpecHasBeenSet() const
VirtualGatewayData & WithMetadata(MetadataT &&value)
VirtualGatewayData & WithStatus(StatusT &&value)
const VirtualGatewaySpec & GetSpec() const
const Aws::String & GetVirtualGatewayName() const
bool MetadataHasBeenSet() const
void SetStatus(StatusT &&value)
AWS_APPMESH_API VirtualGatewayData()=default
void SetMeshName(MeshNameT &&value)
const ResourceMetadata & GetMetadata() const
VirtualGatewayData & WithVirtualGatewayName(VirtualGatewayNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue