/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include #include #include #include #include namespace Aws { namespace Http { class URI; } //namespace Http namespace AppMesh { namespace Model { /** */ class CreateGatewayRouteRequest : public AppMeshRequest { public: AWS_APPMESH_API CreateGatewayRouteRequest(); // Service request name is the Operation name which will send this request out, // each operation should has unique request name, so that we can get operation's name from this request. // Note: this is not true for response, multiple operations may have the same response name, // so we can not get operation's name from response. inline virtual const char* GetServiceRequestName() const override { return "CreateGatewayRoute"; } AWS_APPMESH_API Aws::String SerializePayload() const override; AWS_APPMESH_API void AddQueryStringParameters(Aws::Http::URI& uri) const override; /** *

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 CreateGatewayRouteRequest& 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 CreateGatewayRouteRequest& 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 CreateGatewayRouteRequest& WithClientToken(const char* value) { SetClientToken(value); return *this;} /** *

The name to use for the gateway route.

*/ inline const Aws::String& GetGatewayRouteName() const{ return m_gatewayRouteName; } /** *

The name to use for the gateway route.

*/ inline bool GatewayRouteNameHasBeenSet() const { return m_gatewayRouteNameHasBeenSet; } /** *

The name to use for the gateway route.

*/ inline void SetGatewayRouteName(const Aws::String& value) { m_gatewayRouteNameHasBeenSet = true; m_gatewayRouteName = value; } /** *

The name to use for the gateway route.

*/ inline void SetGatewayRouteName(Aws::String&& value) { m_gatewayRouteNameHasBeenSet = true; m_gatewayRouteName = std::move(value); } /** *

The name to use for the gateway route.

*/ inline void SetGatewayRouteName(const char* value) { m_gatewayRouteNameHasBeenSet = true; m_gatewayRouteName.assign(value); } /** *

The name to use for the gateway route.

*/ inline CreateGatewayRouteRequest& WithGatewayRouteName(const Aws::String& value) { SetGatewayRouteName(value); return *this;} /** *

The name to use for the gateway route.

*/ inline CreateGatewayRouteRequest& WithGatewayRouteName(Aws::String&& value) { SetGatewayRouteName(std::move(value)); return *this;} /** *

The name to use for the gateway route.

*/ inline CreateGatewayRouteRequest& WithGatewayRouteName(const char* value) { SetGatewayRouteName(value); return *this;} /** *

The name of the service mesh to create the gateway route in.

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

The name of the service mesh to create the gateway route in.

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

The name of the service mesh to create the gateway route in.

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

The name of the service mesh to create the gateway route in.

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

The name of the service mesh to create the gateway route in.

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

The name of the service mesh to create the gateway route in.

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

The name of the service mesh to create the gateway route in.

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

The name of the service mesh to create the gateway route in.

*/ inline CreateGatewayRouteRequest& 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 the account that you specify must share the * mesh with your account before you can create the resource in the service mesh. * 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 the account that you specify must share the * mesh with your account before you can create the resource in the service mesh. * 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 the account that you specify must share the * mesh with your account before you can create the resource in the service mesh. * 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 the account that you specify must share the * mesh with your account before you can create the resource in the service mesh. * 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 the account that you specify must share the * mesh with your account before you can create the resource in the service mesh. * 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 the account that you specify must share the * mesh with your account before you can create the resource in the service mesh. * For more information about mesh sharing, see Working * with shared meshes.

*/ inline CreateGatewayRouteRequest& 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 the account that you specify must share the * mesh with your account before you can create the resource in the service mesh. * For more information about mesh sharing, see Working * with shared meshes.

*/ inline CreateGatewayRouteRequest& 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 the account that you specify must share the * mesh with your account before you can create the resource in the service mesh. * For more information about mesh sharing, see Working * with shared meshes.

*/ inline CreateGatewayRouteRequest& WithMeshOwner(const char* value) { SetMeshOwner(value); return *this;} /** *

The gateway route specification to apply.

*/ inline const GatewayRouteSpec& GetSpec() const{ return m_spec; } /** *

The gateway route specification to apply.

*/ inline bool SpecHasBeenSet() const { return m_specHasBeenSet; } /** *

The gateway route specification to apply.

*/ inline void SetSpec(const GatewayRouteSpec& value) { m_specHasBeenSet = true; m_spec = value; } /** *

The gateway route specification to apply.

*/ inline void SetSpec(GatewayRouteSpec&& value) { m_specHasBeenSet = true; m_spec = std::move(value); } /** *

The gateway route specification to apply.

*/ inline CreateGatewayRouteRequest& WithSpec(const GatewayRouteSpec& value) { SetSpec(value); return *this;} /** *

The gateway route specification to apply.

*/ inline CreateGatewayRouteRequest& WithSpec(GatewayRouteSpec&& value) { SetSpec(std::move(value)); return *this;} /** *

Optional metadata that you can apply to the gateway route to assist with * categorization and organization. Each tag consists of a key and an optional * value, both of which you define. Tag keys can have a maximum character length of * 128 characters, and tag values can have a maximum length of 256 characters.

*/ inline const Aws::Vector& GetTags() const{ return m_tags; } /** *

Optional metadata that you can apply to the gateway route to assist with * categorization and organization. Each tag consists of a key and an optional * value, both of which you define. Tag keys can have a maximum character length of * 128 characters, and tag values can have a maximum length of 256 characters.

*/ inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; } /** *

Optional metadata that you can apply to the gateway route to assist with * categorization and organization. Each tag consists of a key and an optional * value, both of which you define. Tag keys can have a maximum character length of * 128 characters, and tag values can have a maximum length of 256 characters.

*/ inline void SetTags(const Aws::Vector& value) { m_tagsHasBeenSet = true; m_tags = value; } /** *

Optional metadata that you can apply to the gateway route to assist with * categorization and organization. Each tag consists of a key and an optional * value, both of which you define. Tag keys can have a maximum character length of * 128 characters, and tag values can have a maximum length of 256 characters.

*/ inline void SetTags(Aws::Vector&& value) { m_tagsHasBeenSet = true; m_tags = std::move(value); } /** *

Optional metadata that you can apply to the gateway route to assist with * categorization and organization. Each tag consists of a key and an optional * value, both of which you define. Tag keys can have a maximum character length of * 128 characters, and tag values can have a maximum length of 256 characters.

*/ inline CreateGatewayRouteRequest& WithTags(const Aws::Vector& value) { SetTags(value); return *this;} /** *

Optional metadata that you can apply to the gateway route to assist with * categorization and organization. Each tag consists of a key and an optional * value, both of which you define. Tag keys can have a maximum character length of * 128 characters, and tag values can have a maximum length of 256 characters.

*/ inline CreateGatewayRouteRequest& WithTags(Aws::Vector&& value) { SetTags(std::move(value)); return *this;} /** *

Optional metadata that you can apply to the gateway route to assist with * categorization and organization. Each tag consists of a key and an optional * value, both of which you define. Tag keys can have a maximum character length of * 128 characters, and tag values can have a maximum length of 256 characters.

*/ inline CreateGatewayRouteRequest& AddTags(const TagRef& value) { m_tagsHasBeenSet = true; m_tags.push_back(value); return *this; } /** *

Optional metadata that you can apply to the gateway route to assist with * categorization and organization. Each tag consists of a key and an optional * value, both of which you define. Tag keys can have a maximum character length of * 128 characters, and tag values can have a maximum length of 256 characters.

*/ inline CreateGatewayRouteRequest& AddTags(TagRef&& value) { m_tagsHasBeenSet = true; m_tags.push_back(std::move(value)); return *this; } /** *

The name of the virtual gateway to associate the gateway route with. If the * virtual gateway is in a shared mesh, then you must be the owner of the virtual * gateway resource.

*/ inline const Aws::String& GetVirtualGatewayName() const{ return m_virtualGatewayName; } /** *

The name of the virtual gateway to associate the gateway route with. If the * virtual gateway is in a shared mesh, then you must be the owner of the virtual * gateway resource.

*/ inline bool VirtualGatewayNameHasBeenSet() const { return m_virtualGatewayNameHasBeenSet; } /** *

The name of the virtual gateway to associate the gateway route with. If the * virtual gateway is in a shared mesh, then you must be the owner of the virtual * gateway resource.

*/ inline void SetVirtualGatewayName(const Aws::String& value) { m_virtualGatewayNameHasBeenSet = true; m_virtualGatewayName = value; } /** *

The name of the virtual gateway to associate the gateway route with. If the * virtual gateway is in a shared mesh, then you must be the owner of the virtual * gateway resource.

*/ inline void SetVirtualGatewayName(Aws::String&& value) { m_virtualGatewayNameHasBeenSet = true; m_virtualGatewayName = std::move(value); } /** *

The name of the virtual gateway to associate the gateway route with. If the * virtual gateway is in a shared mesh, then you must be the owner of the virtual * gateway resource.

*/ inline void SetVirtualGatewayName(const char* value) { m_virtualGatewayNameHasBeenSet = true; m_virtualGatewayName.assign(value); } /** *

The name of the virtual gateway to associate the gateway route with. If the * virtual gateway is in a shared mesh, then you must be the owner of the virtual * gateway resource.

*/ inline CreateGatewayRouteRequest& WithVirtualGatewayName(const Aws::String& value) { SetVirtualGatewayName(value); return *this;} /** *

The name of the virtual gateway to associate the gateway route with. If the * virtual gateway is in a shared mesh, then you must be the owner of the virtual * gateway resource.

*/ inline CreateGatewayRouteRequest& WithVirtualGatewayName(Aws::String&& value) { SetVirtualGatewayName(std::move(value)); return *this;} /** *

The name of the virtual gateway to associate the gateway route with. If the * virtual gateway is in a shared mesh, then you must be the owner of the virtual * gateway resource.

*/ inline CreateGatewayRouteRequest& WithVirtualGatewayName(const char* value) { SetVirtualGatewayName(value); return *this;} private: Aws::String m_clientToken; bool m_clientTokenHasBeenSet = false; Aws::String m_gatewayRouteName; bool m_gatewayRouteNameHasBeenSet = false; Aws::String m_meshName; bool m_meshNameHasBeenSet = false; Aws::String m_meshOwner; bool m_meshOwnerHasBeenSet = false; GatewayRouteSpec m_spec; bool m_specHasBeenSet = false; Aws::Vector m_tags; bool m_tagsHasBeenSet = false; Aws::String m_virtualGatewayName; bool m_virtualGatewayNameHasBeenSet = false; }; } // namespace Model } // namespace AppMesh } // namespace Aws