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>
159 template <
typename RouteNameT = Aws::String>
161 m_routeNameHasBeenSet =
true;
162 m_routeName = std::forward<RouteNameT>(value);
164 template <
typename RouteNameT = Aws::String>
179 m_versionHasBeenSet =
true;
194 template <
typename VirtualRouterNameT = Aws::String>
196 m_virtualRouterNameHasBeenSet =
true;
197 m_virtualRouterName = std::forward<VirtualRouterNameT>(value);
199 template <
typename VirtualRouterNameT = Aws::String>
220 long long m_version{0};
223 bool m_arnHasBeenSet =
false;
224 bool m_createdAtHasBeenSet =
false;
225 bool m_lastUpdatedAtHasBeenSet =
false;
226 bool m_meshNameHasBeenSet =
false;
227 bool m_meshOwnerHasBeenSet =
false;
228 bool m_resourceOwnerHasBeenSet =
false;
229 bool m_routeNameHasBeenSet =
false;
230 bool m_versionHasBeenSet =
false;
231 bool m_virtualRouterNameHasBeenSet =
false;
RouteRef & WithRouteName(RouteNameT &&value)
void SetResourceOwner(ResourceOwnerT &&value)
RouteRef & WithCreatedAt(CreatedAtT &&value)
bool RouteNameHasBeenSet() const
bool MeshOwnerHasBeenSet() const
bool CreatedAtHasBeenSet() const
const Aws::String & GetRouteName() const
RouteRef & WithVersion(long long value)
AWS_APPMESH_API RouteRef & operator=(Aws::Utils::Json::JsonView jsonValue)
long long GetVersion() const
RouteRef & WithResourceOwner(ResourceOwnerT &&value)
void SetVirtualRouterName(VirtualRouterNameT &&value)
void SetRouteName(RouteNameT &&value)
bool VersionHasBeenSet() const
const Aws::String & GetResourceOwner() const
bool LastUpdatedAtHasBeenSet() const
void SetArn(ArnT &&value)
bool MeshNameHasBeenSet() const
AWS_APPMESH_API RouteRef()=default
const Aws::Utils::DateTime & GetLastUpdatedAt() const
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetArn() const
AWS_APPMESH_API Aws::Utils::Json::JsonValue Jsonize() const
RouteRef & WithMeshOwner(MeshOwnerT &&value)
bool VirtualRouterNameHasBeenSet() const
bool ArnHasBeenSet() const
void SetLastUpdatedAt(LastUpdatedAtT &&value)
void SetMeshName(MeshNameT &&value)
const Aws::String & GetMeshOwner() const
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_APPMESH_API RouteRef(Aws::Utils::Json::JsonView jsonValue)
RouteRef & WithLastUpdatedAt(LastUpdatedAtT &&value)
RouteRef & WithArn(ArnT &&value)
RouteRef & WithMeshName(MeshNameT &&value)
bool ResourceOwnerHasBeenSet() const
const Aws::String & GetVirtualRouterName() const
void SetMeshOwner(MeshOwnerT &&value)
RouteRef & WithVirtualRouterName(VirtualRouterNameT &&value)
const Aws::String & GetMeshName() const
void SetVersion(long long value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue