7#include <aws/appmesh/AppMesh_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename ArnT = Aws::String>
44 m_arnHasBeenSet =
true;
45 m_arn = std::forward<ArnT>(value);
47 template <
typename ArnT = Aws::String>
49 SetArn(std::forward<ArnT>(value));
60 template <
typename CreatedAtT = Aws::Utils::DateTime>
62 m_createdAtHasBeenSet =
true;
63 m_createdAt = std::forward<CreatedAtT>(value);
65 template <
typename CreatedAtT = Aws::Utils::DateTime>
79 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
81 m_lastUpdatedAtHasBeenSet =
true;
82 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
84 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
97 template <
typename MeshNameT = Aws::String>
99 m_meshNameHasBeenSet =
true;
100 m_meshName = std::forward<MeshNameT>(value);
102 template <
typename MeshNameT = Aws::String>
119 template <
typename MeshOwnerT = Aws::String>
121 m_meshOwnerHasBeenSet =
true;
122 m_meshOwner = std::forward<MeshOwnerT>(value);
124 template <
typename MeshOwnerT = Aws::String>
141 template <
typename ResourceOwnerT = Aws::String>
143 m_resourceOwnerHasBeenSet =
true;
144 m_resourceOwner = std::forward<ResourceOwnerT>(value);
146 template <
typename ResourceOwnerT = Aws::String>
161 m_versionHasBeenSet =
true;
176 template <
typename VirtualServiceNameT = Aws::String>
178 m_virtualServiceNameHasBeenSet =
true;
179 m_virtualServiceName = std::forward<VirtualServiceNameT>(value);
181 template <
typename VirtualServiceNameT = Aws::String>
200 long long m_version{0};
203 bool m_arnHasBeenSet =
false;
204 bool m_createdAtHasBeenSet =
false;
205 bool m_lastUpdatedAtHasBeenSet =
false;
206 bool m_meshNameHasBeenSet =
false;
207 bool m_meshOwnerHasBeenSet =
false;
208 bool m_resourceOwnerHasBeenSet =
false;
209 bool m_versionHasBeenSet =
false;
210 bool m_virtualServiceNameHasBeenSet =
false;
const Aws::String & GetMeshName() const
AWS_APPMESH_API VirtualServiceRef(Aws::Utils::Json::JsonView jsonValue)
VirtualServiceRef & WithLastUpdatedAt(LastUpdatedAtT &&value)
bool VirtualServiceNameHasBeenSet() const
bool ArnHasBeenSet() const
bool LastUpdatedAtHasBeenSet() const
const Aws::String & GetArn() const
void SetResourceOwner(ResourceOwnerT &&value)
long long GetVersion() const
bool MeshOwnerHasBeenSet() const
void SetVersion(long long value)
const Aws::String & GetMeshOwner() const
VirtualServiceRef & WithVirtualServiceName(VirtualServiceNameT &&value)
void SetMeshOwner(MeshOwnerT &&value)
AWS_APPMESH_API VirtualServiceRef & operator=(Aws::Utils::Json::JsonView jsonValue)
VirtualServiceRef & WithMeshOwner(MeshOwnerT &&value)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
VirtualServiceRef & WithArn(ArnT &&value)
bool MeshNameHasBeenSet() const
AWS_APPMESH_API Aws::Utils::Json::JsonValue Jsonize() const
bool VersionHasBeenSet() const
bool ResourceOwnerHasBeenSet() const
VirtualServiceRef & WithVersion(long long value)
void SetVirtualServiceName(VirtualServiceNameT &&value)
const Aws::String & GetResourceOwner() const
bool CreatedAtHasBeenSet() const
VirtualServiceRef & WithResourceOwner(ResourceOwnerT &&value)
void SetMeshName(MeshNameT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetVirtualServiceName() const
void SetArn(ArnT &&value)
VirtualServiceRef & WithMeshName(MeshNameT &&value)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
VirtualServiceRef & WithCreatedAt(CreatedAtT &&value)
AWS_APPMESH_API VirtualServiceRef()=default
void SetCreatedAt(CreatedAtT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue