/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include namespace Aws { namespace Utils { namespace Json { class JsonValue; class JsonView; } // namespace Json } // namespace Utils namespace AppMesh { namespace Model { /** *

An object that represents a service mesh returned by a list * operation.

See Also:

AWS API * Reference

*/ class MeshRef { public: AWS_APPMESH_API MeshRef(); AWS_APPMESH_API MeshRef(Aws::Utils::Json::JsonView jsonValue); AWS_APPMESH_API MeshRef& operator=(Aws::Utils::Json::JsonView jsonValue); AWS_APPMESH_API Aws::Utils::Json::JsonValue Jsonize() const; /** *

The full Amazon Resource Name (ARN) of the service mesh.

*/ inline const Aws::String& GetArn() const{ return m_arn; } /** *

The full Amazon Resource Name (ARN) of the service mesh.

*/ inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; } /** *

The full Amazon Resource Name (ARN) of the service mesh.

*/ inline void SetArn(const Aws::String& value) { m_arnHasBeenSet = true; m_arn = value; } /** *

The full Amazon Resource Name (ARN) of the service mesh.

*/ inline void SetArn(Aws::String&& value) { m_arnHasBeenSet = true; m_arn = std::move(value); } /** *

The full Amazon Resource Name (ARN) of the service mesh.

*/ inline void SetArn(const char* value) { m_arnHasBeenSet = true; m_arn.assign(value); } /** *

The full Amazon Resource Name (ARN) of the service mesh.

*/ inline MeshRef& WithArn(const Aws::String& value) { SetArn(value); return *this;} /** *

The full Amazon Resource Name (ARN) of the service mesh.

*/ inline MeshRef& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;} /** *

The full Amazon Resource Name (ARN) of the service mesh.

*/ inline MeshRef& 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 MeshRef& WithCreatedAt(const Aws::Utils::DateTime& value) { SetCreatedAt(value); return *this;} /** *

The Unix epoch timestamp in seconds for when the resource was created.

*/ inline MeshRef& 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 MeshRef& WithLastUpdatedAt(const Aws::Utils::DateTime& value) { SetLastUpdatedAt(value); return *this;} /** *

The Unix epoch timestamp in seconds for when the resource was last * updated.

*/ inline MeshRef& WithLastUpdatedAt(Aws::Utils::DateTime&& value) { SetLastUpdatedAt(std::move(value)); return *this;} /** *

The name of the service mesh.

*/ inline const Aws::String& GetMeshName() const{ return m_meshName; } /** *

The name of the service mesh.

*/ inline bool MeshNameHasBeenSet() const { return m_meshNameHasBeenSet; } /** *

The name of the service mesh.

*/ inline void SetMeshName(const Aws::String& value) { m_meshNameHasBeenSet = true; m_meshName = value; } /** *

The name of the service mesh.

*/ inline void SetMeshName(Aws::String&& value) { m_meshNameHasBeenSet = true; m_meshName = std::move(value); } /** *

The name of the service mesh.

*/ inline void SetMeshName(const char* value) { m_meshNameHasBeenSet = true; m_meshName.assign(value); } /** *

The name of the service mesh.

*/ inline MeshRef& WithMeshName(const Aws::String& value) { SetMeshName(value); return *this;} /** *

The name of the service mesh.

*/ inline MeshRef& WithMeshName(Aws::String&& value) { SetMeshName(std::move(value)); return *this;} /** *

The name of the service mesh.

*/ inline MeshRef& 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 MeshRef& 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 MeshRef& 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 MeshRef& 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 MeshRef& 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 MeshRef& 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 MeshRef& 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 MeshRef& WithVersion(long long value) { SetVersion(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; long long m_version; bool m_versionHasBeenSet = false; }; } // namespace Model } // namespace AppMesh } // namespace Aws