/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include See Also:
AWS
* API Reference
Unique, case-sensitive identifier that you provide to ensure the idempotency * of the request. Up to 36 letters, numbers, hyphens, and underscores are * allowed.
*/ inline const Aws::String& GetClientToken() const{ return m_clientToken; } /** *Unique, case-sensitive identifier that you provide to ensure the idempotency * of the request. Up to 36 letters, numbers, hyphens, and underscores are * allowed.
*/ inline bool ClientTokenHasBeenSet() const { return m_clientTokenHasBeenSet; } /** *Unique, case-sensitive identifier that you provide to ensure the idempotency * of the request. Up to 36 letters, numbers, hyphens, and underscores are * allowed.
*/ inline void SetClientToken(const Aws::String& value) { m_clientTokenHasBeenSet = true; m_clientToken = value; } /** *Unique, case-sensitive identifier that you provide to ensure the idempotency * of the request. Up to 36 letters, numbers, hyphens, and underscores are * allowed.
*/ inline void SetClientToken(Aws::String&& value) { m_clientTokenHasBeenSet = true; m_clientToken = std::move(value); } /** *Unique, case-sensitive identifier that you provide to ensure the idempotency * of the request. Up to 36 letters, numbers, hyphens, and underscores are * allowed.
*/ inline void SetClientToken(const char* value) { m_clientTokenHasBeenSet = true; m_clientToken.assign(value); } /** *Unique, case-sensitive identifier that you provide to ensure the idempotency * of the request. Up to 36 letters, numbers, hyphens, and underscores are * allowed.
*/ inline UpdateRouteRequest& WithClientToken(const Aws::String& value) { SetClientToken(value); return *this;} /** *Unique, case-sensitive identifier that you provide to ensure the idempotency * of the request. Up to 36 letters, numbers, hyphens, and underscores are * allowed.
*/ inline UpdateRouteRequest& WithClientToken(Aws::String&& value) { SetClientToken(std::move(value)); return *this;} /** *Unique, case-sensitive identifier that you provide to ensure the idempotency * of the request. Up to 36 letters, numbers, hyphens, and underscores are * allowed.
*/ inline UpdateRouteRequest& WithClientToken(const char* value) { SetClientToken(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 UpdateRouteRequest& WithMeshName(const Aws::String& value) { SetMeshName(value); return *this;} /** *The name of the service mesh that the route resides in.
*/ inline UpdateRouteRequest& WithMeshName(Aws::String&& value) { SetMeshName(std::move(value)); return *this;} /** *The name of the service mesh that the route resides in.
*/ inline UpdateRouteRequest& 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 UpdateRouteRequest& 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 UpdateRouteRequest& 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 UpdateRouteRequest& WithMeshOwner(const char* value) { SetMeshOwner(value); return *this;} /** *The name of the route to update.
*/ inline const Aws::String& GetRouteName() const{ return m_routeName; } /** *The name of the route to update.
*/ inline bool RouteNameHasBeenSet() const { return m_routeNameHasBeenSet; } /** *The name of the route to update.
*/ inline void SetRouteName(const Aws::String& value) { m_routeNameHasBeenSet = true; m_routeName = value; } /** *The name of the route to update.
*/ inline void SetRouteName(Aws::String&& value) { m_routeNameHasBeenSet = true; m_routeName = std::move(value); } /** *The name of the route to update.
*/ inline void SetRouteName(const char* value) { m_routeNameHasBeenSet = true; m_routeName.assign(value); } /** *The name of the route to update.
*/ inline UpdateRouteRequest& WithRouteName(const Aws::String& value) { SetRouteName(value); return *this;} /** *The name of the route to update.
*/ inline UpdateRouteRequest& WithRouteName(Aws::String&& value) { SetRouteName(std::move(value)); return *this;} /** *The name of the route to update.
*/ inline UpdateRouteRequest& WithRouteName(const char* value) { SetRouteName(value); return *this;} /** *The new route specification to apply. This overwrites the existing data.
*/ inline const RouteSpec& GetSpec() const{ return m_spec; } /** *The new route specification to apply. This overwrites the existing data.
*/ inline bool SpecHasBeenSet() const { return m_specHasBeenSet; } /** *The new route specification to apply. This overwrites the existing data.
*/ inline void SetSpec(const RouteSpec& value) { m_specHasBeenSet = true; m_spec = value; } /** *The new route specification to apply. This overwrites the existing data.
*/ inline void SetSpec(RouteSpec&& value) { m_specHasBeenSet = true; m_spec = std::move(value); } /** *The new route specification to apply. This overwrites the existing data.
*/ inline UpdateRouteRequest& WithSpec(const RouteSpec& value) { SetSpec(value); return *this;} /** *The new route specification to apply. This overwrites the existing data.
*/ inline UpdateRouteRequest& WithSpec(RouteSpec&& value) { SetSpec(std::move(value)); return *this;} /** *The name of the virtual router that the route is associated with.
*/ inline const Aws::String& GetVirtualRouterName() const{ return m_virtualRouterName; } /** *The name of the virtual router that the route is associated with.
*/ inline bool VirtualRouterNameHasBeenSet() const { return m_virtualRouterNameHasBeenSet; } /** *The name of the virtual router that the route is associated with.
*/ inline void SetVirtualRouterName(const Aws::String& value) { m_virtualRouterNameHasBeenSet = true; m_virtualRouterName = value; } /** *The name of the virtual router that the route is associated with.
*/ inline void SetVirtualRouterName(Aws::String&& value) { m_virtualRouterNameHasBeenSet = true; m_virtualRouterName = std::move(value); } /** *The name of the virtual router that the route is associated with.
*/ inline void SetVirtualRouterName(const char* value) { m_virtualRouterNameHasBeenSet = true; m_virtualRouterName.assign(value); } /** *The name of the virtual router that the route is associated with.
*/ inline UpdateRouteRequest& WithVirtualRouterName(const Aws::String& value) { SetVirtualRouterName(value); return *this;} /** *The name of the virtual router that the route is associated with.
*/ inline UpdateRouteRequest& WithVirtualRouterName(Aws::String&& value) { SetVirtualRouterName(std::move(value)); return *this;} /** *The name of the virtual router that the route is associated with.
*/ inline UpdateRouteRequest& WithVirtualRouterName(const char* value) { SetVirtualRouterName(value); return *this;} private: Aws::String m_clientToken; bool m_clientTokenHasBeenSet = false; Aws::String m_meshName; bool m_meshNameHasBeenSet = false; Aws::String m_meshOwner; bool m_meshOwnerHasBeenSet = false; Aws::String m_routeName; bool m_routeNameHasBeenSet = false; RouteSpec m_spec; bool m_specHasBeenSet = false; Aws::String m_virtualRouterName; bool m_virtualRouterNameHasBeenSet = false; }; } // namespace Model } // namespace AppMesh } // namespace Aws