/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include An object that represents a gateway route returned by a list
* operation.See Also:
AWS
* API Reference
The full Amazon Resource Name (ARN) for the gateway route.
*/ inline const Aws::String& GetArn() const{ return m_arn; } /** *The full Amazon Resource Name (ARN) for the gateway route.
*/ inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; } /** *The full Amazon Resource Name (ARN) for the gateway route.
*/ inline void SetArn(const Aws::String& value) { m_arnHasBeenSet = true; m_arn = value; } /** *The full Amazon Resource Name (ARN) for the gateway route.
*/ inline void SetArn(Aws::String&& value) { m_arnHasBeenSet = true; m_arn = std::move(value); } /** *The full Amazon Resource Name (ARN) for the gateway route.
*/ inline void SetArn(const char* value) { m_arnHasBeenSet = true; m_arn.assign(value); } /** *The full Amazon Resource Name (ARN) for the gateway route.
*/ inline GatewayRouteRef& WithArn(const Aws::String& value) { SetArn(value); return *this;} /** *The full Amazon Resource Name (ARN) for the gateway route.
*/ inline GatewayRouteRef& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;} /** *The full Amazon Resource Name (ARN) for the gateway route.
*/ inline GatewayRouteRef& 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 GatewayRouteRef& WithCreatedAt(const Aws::Utils::DateTime& value) { SetCreatedAt(value); return *this;} /** *The Unix epoch timestamp in seconds for when the resource was created.
*/ inline GatewayRouteRef& WithCreatedAt(Aws::Utils::DateTime&& value) { SetCreatedAt(std::move(value)); return *this;} /** *The name of the gateway route.
*/ inline const Aws::String& GetGatewayRouteName() const{ return m_gatewayRouteName; } /** *The name of the gateway route.
*/ inline bool GatewayRouteNameHasBeenSet() const { return m_gatewayRouteNameHasBeenSet; } /** *The name of the gateway route.
*/ inline void SetGatewayRouteName(const Aws::String& value) { m_gatewayRouteNameHasBeenSet = true; m_gatewayRouteName = value; } /** *The name of the gateway route.
*/ inline void SetGatewayRouteName(Aws::String&& value) { m_gatewayRouteNameHasBeenSet = true; m_gatewayRouteName = std::move(value); } /** *The name of the gateway route.
*/ inline void SetGatewayRouteName(const char* value) { m_gatewayRouteNameHasBeenSet = true; m_gatewayRouteName.assign(value); } /** *The name of the gateway route.
*/ inline GatewayRouteRef& WithGatewayRouteName(const Aws::String& value) { SetGatewayRouteName(value); return *this;} /** *The name of the gateway route.
*/ inline GatewayRouteRef& WithGatewayRouteName(Aws::String&& value) { SetGatewayRouteName(std::move(value)); return *this;} /** *The name of the gateway route.
*/ inline GatewayRouteRef& WithGatewayRouteName(const char* value) { SetGatewayRouteName(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 GatewayRouteRef& WithLastUpdatedAt(const Aws::Utils::DateTime& value) { SetLastUpdatedAt(value); return *this;} /** *The Unix epoch timestamp in seconds for when the resource was last * updated.
*/ inline GatewayRouteRef& WithLastUpdatedAt(Aws::Utils::DateTime&& value) { SetLastUpdatedAt(std::move(value)); return *this;} /** *The name of the service mesh that the resource resides in.
*/ inline const Aws::String& GetMeshName() const{ return m_meshName; } /** *The name of the service mesh that the resource resides in.
*/ inline bool MeshNameHasBeenSet() const { return m_meshNameHasBeenSet; } /** *The name of the service mesh that the resource resides in.
*/ inline void SetMeshName(const Aws::String& value) { m_meshNameHasBeenSet = true; m_meshName = value; } /** *The name of the service mesh that the resource resides in.
*/ inline void SetMeshName(Aws::String&& value) { m_meshNameHasBeenSet = true; m_meshName = std::move(value); } /** *The name of the service mesh that the resource resides in.
*/ inline void SetMeshName(const char* value) { m_meshNameHasBeenSet = true; m_meshName.assign(value); } /** *The name of the service mesh that the resource resides in.
*/ inline GatewayRouteRef& WithMeshName(const Aws::String& value) { SetMeshName(value); return *this;} /** *The name of the service mesh that the resource resides in.
*/ inline GatewayRouteRef& WithMeshName(Aws::String&& value) { SetMeshName(std::move(value)); return *this;} /** *The name of the service mesh that the resource resides in.
*/ inline GatewayRouteRef& 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 GatewayRouteRef& 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 GatewayRouteRef& 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 GatewayRouteRef& 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 GatewayRouteRef& 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 GatewayRouteRef& 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 GatewayRouteRef& WithResourceOwner(const char* value) { SetResourceOwner(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 GatewayRouteRef& WithVersion(long long value) { SetVersion(value); return *this;} /** *The virtual gateway that the gateway route is associated with.
*/ inline const Aws::String& GetVirtualGatewayName() const{ return m_virtualGatewayName; } /** *The virtual gateway that the gateway route is associated with.
*/ inline bool VirtualGatewayNameHasBeenSet() const { return m_virtualGatewayNameHasBeenSet; } /** *The virtual gateway that the gateway route is associated with.
*/ inline void SetVirtualGatewayName(const Aws::String& value) { m_virtualGatewayNameHasBeenSet = true; m_virtualGatewayName = value; } /** *The virtual gateway that the gateway route is associated with.
*/ inline void SetVirtualGatewayName(Aws::String&& value) { m_virtualGatewayNameHasBeenSet = true; m_virtualGatewayName = std::move(value); } /** *The virtual gateway that the gateway route is associated with.
*/ inline void SetVirtualGatewayName(const char* value) { m_virtualGatewayNameHasBeenSet = true; m_virtualGatewayName.assign(value); } /** *The virtual gateway that the gateway route is associated with.
*/ inline GatewayRouteRef& WithVirtualGatewayName(const Aws::String& value) { SetVirtualGatewayName(value); return *this;} /** *The virtual gateway that the gateway route is associated with.
*/ inline GatewayRouteRef& WithVirtualGatewayName(Aws::String&& value) { SetVirtualGatewayName(std::move(value)); return *this;} /** *The virtual gateway that the gateway route is associated with.
*/ inline GatewayRouteRef& WithVirtualGatewayName(const char* value) { SetVirtualGatewayName(value); return *this;} private: Aws::String m_arn; bool m_arnHasBeenSet = false; Aws::Utils::DateTime m_createdAt; bool m_createdAtHasBeenSet = false; Aws::String m_gatewayRouteName; bool m_gatewayRouteNameHasBeenSet = 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; long long m_version; bool m_versionHasBeenSet = false; Aws::String m_virtualGatewayName; bool m_virtualGatewayNameHasBeenSet = false; }; } // namespace Model } // namespace AppMesh } // namespace Aws