/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include An object that represents a route returned by a list operation.See
* Also:
AWS
* API Reference
The full Amazon Resource Name (ARN) for the route.
*/ inline const Aws::String& GetArn() const{ return m_arn; } /** *The full Amazon Resource Name (ARN) for the route.
*/ inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; } /** *The full Amazon Resource Name (ARN) for the route.
*/ inline void SetArn(const Aws::String& value) { m_arnHasBeenSet = true; m_arn = value; } /** *The full Amazon Resource Name (ARN) for the route.
*/ inline void SetArn(Aws::String&& value) { m_arnHasBeenSet = true; m_arn = std::move(value); } /** *The full Amazon Resource Name (ARN) for the route.
*/ inline void SetArn(const char* value) { m_arnHasBeenSet = true; m_arn.assign(value); } /** *The full Amazon Resource Name (ARN) for the route.
*/ inline RouteRef& WithArn(const Aws::String& value) { SetArn(value); return *this;} /** *The full Amazon Resource Name (ARN) for the route.
*/ inline RouteRef& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;} /** *The full Amazon Resource Name (ARN) for the route.
*/ inline RouteRef& WithArn(const char* value) { SetArn(value); return *this;} /** *The Unix epoch timestamp in seconds for when the resource was created.
*/ inline const Aws::Utils::DateTime& GetCreatedAt() const{ return m_createdAt; } /** *The Unix epoch timestamp in seconds for when the resource was created.
*/ inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; } /** *The Unix epoch timestamp in seconds for when the resource was created.
*/ inline void SetCreatedAt(const Aws::Utils::DateTime& value) { m_createdAtHasBeenSet = true; m_createdAt = value; } /** *The Unix epoch timestamp in seconds for when the resource was created.
*/ inline void SetCreatedAt(Aws::Utils::DateTime&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::move(value); } /** *The Unix epoch timestamp in seconds for when the resource was created.
*/ inline RouteRef& WithCreatedAt(const Aws::Utils::DateTime& value) { SetCreatedAt(value); return *this;} /** *The Unix epoch timestamp in seconds for when the resource was created.
*/ inline RouteRef& WithCreatedAt(Aws::Utils::DateTime&& value) { SetCreatedAt(std::move(value)); return *this;} /** *The Unix epoch timestamp in seconds for when the resource was last * updated.
*/ inline const Aws::Utils::DateTime& GetLastUpdatedAt() const{ return m_lastUpdatedAt; } /** *The Unix epoch timestamp in seconds for when the resource was last * updated.
*/ inline bool LastUpdatedAtHasBeenSet() const { return m_lastUpdatedAtHasBeenSet; } /** *The Unix epoch timestamp in seconds for when the resource was last * updated.
*/ inline void SetLastUpdatedAt(const Aws::Utils::DateTime& value) { m_lastUpdatedAtHasBeenSet = true; m_lastUpdatedAt = value; } /** *The Unix epoch timestamp in seconds for when the resource was last * updated.
*/ inline void SetLastUpdatedAt(Aws::Utils::DateTime&& value) { m_lastUpdatedAtHasBeenSet = true; m_lastUpdatedAt = std::move(value); } /** *The Unix epoch timestamp in seconds for when the resource was last * updated.
*/ inline RouteRef& WithLastUpdatedAt(const Aws::Utils::DateTime& value) { SetLastUpdatedAt(value); return *this;} /** *The Unix epoch timestamp in seconds for when the resource was last * updated.
*/ inline RouteRef& WithLastUpdatedAt(Aws::Utils::DateTime&& value) { SetLastUpdatedAt(std::move(value)); return *this;} /** *The name of the service mesh that the route resides in.
*/ inline const Aws::String& GetMeshName() const{ return m_meshName; } /** *The name of the service mesh that the route resides in.
*/ inline bool MeshNameHasBeenSet() const { return m_meshNameHasBeenSet; } /** *The name of the service mesh that the route resides in.
*/ inline void SetMeshName(const Aws::String& value) { m_meshNameHasBeenSet = true; m_meshName = value; } /** *The name of the service mesh that the route resides in.
*/ inline void SetMeshName(Aws::String&& value) { m_meshNameHasBeenSet = true; m_meshName = std::move(value); } /** *The name of the service mesh that the route resides in.
*/ inline void SetMeshName(const char* value) { m_meshNameHasBeenSet = true; m_meshName.assign(value); } /** *The name of the service mesh that the route resides in.
*/ inline RouteRef& WithMeshName(const Aws::String& value) { SetMeshName(value); return *this;} /** *The name of the service mesh that the route resides in.
*/ inline RouteRef& WithMeshName(Aws::String&& value) { SetMeshName(std::move(value)); return *this;} /** *The name of the service mesh that the route resides in.
*/ inline RouteRef& WithMeshName(const char* value) { SetMeshName(value); return *this;} /** *The Amazon Web Services IAM account ID of the service mesh owner. If the * account ID is not your own, then it's the ID of the account that shared the mesh * with your account. For more information about mesh sharing, see Working * with shared meshes.
*/ inline const Aws::String& GetMeshOwner() const{ return m_meshOwner; } /** *The Amazon Web Services IAM account ID of the service mesh owner. If the * account ID is not your own, then it's the ID of the account that shared the mesh * with your account. For more information about mesh sharing, see Working * with shared meshes.
*/ inline bool MeshOwnerHasBeenSet() const { return m_meshOwnerHasBeenSet; } /** *The Amazon Web Services IAM account ID of the service mesh owner. If the * account ID is not your own, then it's the ID of the account that shared the mesh * with your account. For more information about mesh sharing, see Working * with shared meshes.
*/ inline void SetMeshOwner(const Aws::String& value) { m_meshOwnerHasBeenSet = true; m_meshOwner = value; } /** *The Amazon Web Services IAM account ID of the service mesh owner. If the * account ID is not your own, then it's the ID of the account that shared the mesh * with your account. For more information about mesh sharing, see Working * with shared meshes.
*/ inline void SetMeshOwner(Aws::String&& value) { m_meshOwnerHasBeenSet = true; m_meshOwner = std::move(value); } /** *The Amazon Web Services IAM account ID of the service mesh owner. If the * account ID is not your own, then it's the ID of the account that shared the mesh * with your account. For more information about mesh sharing, see Working * with shared meshes.
*/ inline void SetMeshOwner(const char* value) { m_meshOwnerHasBeenSet = true; m_meshOwner.assign(value); } /** *The Amazon Web Services IAM account ID of the service mesh owner. If the * account ID is not your own, then it's the ID of the account that shared the mesh * with your account. For more information about mesh sharing, see Working * with shared meshes.
*/ inline RouteRef& WithMeshOwner(const Aws::String& value) { SetMeshOwner(value); return *this;} /** *The Amazon Web Services IAM account ID of the service mesh owner. If the * account ID is not your own, then it's the ID of the account that shared the mesh * with your account. For more information about mesh sharing, see Working * with shared meshes.
*/ inline RouteRef& WithMeshOwner(Aws::String&& value) { SetMeshOwner(std::move(value)); return *this;} /** *The Amazon Web Services IAM account ID of the service mesh owner. If the * account ID is not your own, then it's the ID of the account that shared the mesh * with your account. For more information about mesh sharing, see Working * with shared meshes.
*/ inline RouteRef& WithMeshOwner(const char* value) { SetMeshOwner(value); return *this;} /** *The Amazon Web Services IAM account ID of the resource owner. If the account * ID is not your own, then it's the ID of the mesh owner or of another account * that the mesh is shared with. For more information about mesh sharing, see Working * with shared meshes.
*/ inline const Aws::String& GetResourceOwner() const{ return m_resourceOwner; } /** *The Amazon Web Services IAM account ID of the resource owner. If the account * ID is not your own, then it's the ID of the mesh owner or of another account * that the mesh is shared with. For more information about mesh sharing, see Working * with shared meshes.
*/ inline bool ResourceOwnerHasBeenSet() const { return m_resourceOwnerHasBeenSet; } /** *The Amazon Web Services IAM account ID of the resource owner. If the account * ID is not your own, then it's the ID of the mesh owner or of another account * that the mesh is shared with. For more information about mesh sharing, see Working * with shared meshes.
*/ inline void SetResourceOwner(const Aws::String& value) { m_resourceOwnerHasBeenSet = true; m_resourceOwner = value; } /** *The Amazon Web Services IAM account ID of the resource owner. If the account * ID is not your own, then it's the ID of the mesh owner or of another account * that the mesh is shared with. For more information about mesh sharing, see Working * with shared meshes.
*/ inline void SetResourceOwner(Aws::String&& value) { m_resourceOwnerHasBeenSet = true; m_resourceOwner = std::move(value); } /** *The Amazon Web Services IAM account ID of the resource owner. If the account * ID is not your own, then it's the ID of the mesh owner or of another account * that the mesh is shared with. For more information about mesh sharing, see Working * with shared meshes.
*/ inline void SetResourceOwner(const char* value) { m_resourceOwnerHasBeenSet = true; m_resourceOwner.assign(value); } /** *The Amazon Web Services IAM account ID of the resource owner. If the account * ID is not your own, then it's the ID of the mesh owner or of another account * that the mesh is shared with. For more information about mesh sharing, see Working * with shared meshes.
*/ inline RouteRef& WithResourceOwner(const Aws::String& value) { SetResourceOwner(value); return *this;} /** *The Amazon Web Services IAM account ID of the resource owner. If the account * ID is not your own, then it's the ID of the mesh owner or of another account * that the mesh is shared with. For more information about mesh sharing, see Working * with shared meshes.
*/ inline RouteRef& WithResourceOwner(Aws::String&& value) { SetResourceOwner(std::move(value)); return *this;} /** *The Amazon Web Services IAM account ID of the resource owner. If the account * ID is not your own, then it's the ID of the mesh owner or of another account * that the mesh is shared with. For more information about mesh sharing, see Working * with shared meshes.
*/ inline RouteRef& WithResourceOwner(const char* value) { SetResourceOwner(value); return *this;} /** *The name of the route.
*/ inline const Aws::String& GetRouteName() const{ return m_routeName; } /** *The name of the route.
*/ inline bool RouteNameHasBeenSet() const { return m_routeNameHasBeenSet; } /** *The name of the route.
*/ inline void SetRouteName(const Aws::String& value) { m_routeNameHasBeenSet = true; m_routeName = value; } /** *The name of the route.
*/ inline void SetRouteName(Aws::String&& value) { m_routeNameHasBeenSet = true; m_routeName = std::move(value); } /** *The name of the route.
*/ inline void SetRouteName(const char* value) { m_routeNameHasBeenSet = true; m_routeName.assign(value); } /** *The name of the route.
*/ inline RouteRef& WithRouteName(const Aws::String& value) { SetRouteName(value); return *this;} /** *The name of the route.
*/ inline RouteRef& WithRouteName(Aws::String&& value) { SetRouteName(std::move(value)); return *this;} /** *The name of the route.
*/ inline RouteRef& WithRouteName(const char* value) { SetRouteName(value); return *this;} /** *The version of the resource. Resources are created at version 1, and this * version is incremented each time that they're updated.
*/ inline long long GetVersion() const{ return m_version; } /** *The version of the resource. Resources are created at version 1, and this * version is incremented each time that they're updated.
*/ inline bool VersionHasBeenSet() const { return m_versionHasBeenSet; } /** *The version of the resource. Resources are created at version 1, and this * version is incremented each time that they're updated.
*/ inline void SetVersion(long long value) { m_versionHasBeenSet = true; m_version = value; } /** *The version of the resource. Resources are created at version 1, and this * version is incremented each time that they're updated.
*/ inline RouteRef& WithVersion(long long value) { SetVersion(value); return *this;} /** *The virtual router that the route is associated with.
*/ inline const Aws::String& GetVirtualRouterName() const{ return m_virtualRouterName; } /** *The virtual router that the route is associated with.
*/ inline bool VirtualRouterNameHasBeenSet() const { return m_virtualRouterNameHasBeenSet; } /** *The virtual router that the route is associated with.
*/ inline void SetVirtualRouterName(const Aws::String& value) { m_virtualRouterNameHasBeenSet = true; m_virtualRouterName = value; } /** *The virtual router that the route is associated with.
*/ inline void SetVirtualRouterName(Aws::String&& value) { m_virtualRouterNameHasBeenSet = true; m_virtualRouterName = std::move(value); } /** *The virtual router that the route is associated with.
*/ inline void SetVirtualRouterName(const char* value) { m_virtualRouterNameHasBeenSet = true; m_virtualRouterName.assign(value); } /** *The virtual router that the route is associated with.
*/ inline RouteRef& WithVirtualRouterName(const Aws::String& value) { SetVirtualRouterName(value); return *this;} /** *The virtual router that the route is associated with.
*/ inline RouteRef& WithVirtualRouterName(Aws::String&& value) { SetVirtualRouterName(std::move(value)); return *this;} /** *The virtual router that the route is associated with.
*/ inline RouteRef& WithVirtualRouterName(const char* value) { SetVirtualRouterName(value); return *this;} private: Aws::String m_arn; bool m_arnHasBeenSet = false; Aws::Utils::DateTime m_createdAt; bool m_createdAtHasBeenSet = false; Aws::Utils::DateTime m_lastUpdatedAt; bool m_lastUpdatedAtHasBeenSet = false; Aws::String m_meshName; bool m_meshNameHasBeenSet = false; Aws::String m_meshOwner; bool m_meshOwnerHasBeenSet = false; Aws::String m_resourceOwner; bool m_resourceOwnerHasBeenSet = false; Aws::String m_routeName; bool m_routeNameHasBeenSet = false; long long m_version; bool m_versionHasBeenSet = false; Aws::String m_virtualRouterName; bool m_virtualRouterNameHasBeenSet = false; }; } // namespace Model } // namespace AppMesh } // namespace Aws