7#include <aws/appmesh/AppMesh_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
48 template<
typename ArnT = Aws::String>
49 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
50 template<
typename ArnT = Aws::String>
60 template<
typename CreatedAtT = Aws::Utils::DateTime>
61 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
62 template<
typename CreatedAtT = Aws::Utils::DateTime>
73 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
74 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
75 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
85 template<
typename MeshNameT = Aws::String>
86 void SetMeshName(MeshNameT&& value) { m_meshNameHasBeenSet =
true; m_meshName = std::forward<MeshNameT>(value); }
87 template<
typename MeshNameT = Aws::String>
101 template<
typename MeshOwnerT = Aws::String>
102 void SetMeshOwner(MeshOwnerT&& value) { m_meshOwnerHasBeenSet =
true; m_meshOwner = std::forward<MeshOwnerT>(value); }
103 template<
typename MeshOwnerT = Aws::String>
117 template<
typename ResourceOwnerT = Aws::String>
118 void SetResourceOwner(ResourceOwnerT&& value) { m_resourceOwnerHasBeenSet =
true; m_resourceOwner = std::forward<ResourceOwnerT>(value); }
119 template<
typename ResourceOwnerT = Aws::String>
129 template<
typename RouteNameT = Aws::String>
130 void SetRouteName(RouteNameT&& value) { m_routeNameHasBeenSet =
true; m_routeName = std::forward<RouteNameT>(value); }
131 template<
typename RouteNameT = Aws::String>
142 inline void SetVersion(
long long value) { m_versionHasBeenSet =
true; m_version = value; }
152 template<
typename VirtualRouterNameT = Aws::String>
153 void SetVirtualRouterName(VirtualRouterNameT&& value) { m_virtualRouterNameHasBeenSet =
true; m_virtualRouterName = std::forward<VirtualRouterNameT>(value); }
154 template<
typename VirtualRouterNameT = Aws::String>
160 bool m_arnHasBeenSet =
false;
163 bool m_createdAtHasBeenSet =
false;
166 bool m_lastUpdatedAtHasBeenSet =
false;
169 bool m_meshNameHasBeenSet =
false;
172 bool m_meshOwnerHasBeenSet =
false;
175 bool m_resourceOwnerHasBeenSet =
false;
178 bool m_routeNameHasBeenSet =
false;
180 long long m_version{0};
181 bool m_versionHasBeenSet =
false;
184 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