/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents the input for a request action.See Also:
AWS
* API Reference
A descriptive label that is associated with an alias. Alias names do not need * to be unique.
*/ inline const Aws::String& GetName() const{ return m_name; } /** *A descriptive label that is associated with an alias. Alias names do not need * to be unique.
*/ inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } /** *A descriptive label that is associated with an alias. Alias names do not need * to be unique.
*/ inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; } /** *A descriptive label that is associated with an alias. Alias names do not need * to be unique.
*/ inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } /** *A descriptive label that is associated with an alias. Alias names do not need * to be unique.
*/ inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); } /** *A descriptive label that is associated with an alias. Alias names do not need * to be unique.
*/ inline CreateAliasRequest& WithName(const Aws::String& value) { SetName(value); return *this;} /** *A descriptive label that is associated with an alias. Alias names do not need * to be unique.
*/ inline CreateAliasRequest& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** *A descriptive label that is associated with an alias. Alias names do not need * to be unique.
*/ inline CreateAliasRequest& WithName(const char* value) { SetName(value); return *this;} /** *A human-readable description of the alias.
*/ inline const Aws::String& GetDescription() const{ return m_description; } /** *A human-readable description of the alias.
*/ inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; } /** *A human-readable description of the alias.
*/ inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; } /** *A human-readable description of the alias.
*/ inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); } /** *A human-readable description of the alias.
*/ inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); } /** *A human-readable description of the alias.
*/ inline CreateAliasRequest& WithDescription(const Aws::String& value) { SetDescription(value); return *this;} /** *A human-readable description of the alias.
*/ inline CreateAliasRequest& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;} /** *A human-readable description of the alias.
*/ inline CreateAliasRequest& WithDescription(const char* value) { SetDescription(value); return *this;} /** *The routing configuration, including routing type and fleet target, for the * alias.
*/ inline const RoutingStrategy& GetRoutingStrategy() const{ return m_routingStrategy; } /** *The routing configuration, including routing type and fleet target, for the * alias.
*/ inline bool RoutingStrategyHasBeenSet() const { return m_routingStrategyHasBeenSet; } /** *The routing configuration, including routing type and fleet target, for the * alias.
*/ inline void SetRoutingStrategy(const RoutingStrategy& value) { m_routingStrategyHasBeenSet = true; m_routingStrategy = value; } /** *The routing configuration, including routing type and fleet target, for the * alias.
*/ inline void SetRoutingStrategy(RoutingStrategy&& value) { m_routingStrategyHasBeenSet = true; m_routingStrategy = std::move(value); } /** *The routing configuration, including routing type and fleet target, for the * alias.
*/ inline CreateAliasRequest& WithRoutingStrategy(const RoutingStrategy& value) { SetRoutingStrategy(value); return *this;} /** *The routing configuration, including routing type and fleet target, for the * alias.
*/ inline CreateAliasRequest& WithRoutingStrategy(RoutingStrategy&& value) { SetRoutingStrategy(std::move(value)); return *this;} /** *A list of labels to assign to the new alias resource. Tags are * developer-defined key-value pairs. Tagging AWS resources are useful for resource * management, access management and cost allocation. For more information, see Tagging * AWS Resources in the AWS General Reference. Once the resource is * created, you can use TagResource, UntagResource, and * ListTagsForResource to add, remove, and view tags. The maximum tag limit * may be lower than stated. See the AWS General Reference for actual tagging * limits.
*/ inline const Aws::VectorA list of labels to assign to the new alias resource. Tags are * developer-defined key-value pairs. Tagging AWS resources are useful for resource * management, access management and cost allocation. For more information, see Tagging * AWS Resources in the AWS General Reference. Once the resource is * created, you can use TagResource, UntagResource, and * ListTagsForResource to add, remove, and view tags. The maximum tag limit * may be lower than stated. See the AWS General Reference for actual tagging * limits.
*/ inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; } /** *A list of labels to assign to the new alias resource. Tags are * developer-defined key-value pairs. Tagging AWS resources are useful for resource * management, access management and cost allocation. For more information, see Tagging * AWS Resources in the AWS General Reference. Once the resource is * created, you can use TagResource, UntagResource, and * ListTagsForResource to add, remove, and view tags. The maximum tag limit * may be lower than stated. See the AWS General Reference for actual tagging * limits.
*/ inline void SetTags(const Aws::VectorA list of labels to assign to the new alias resource. Tags are * developer-defined key-value pairs. Tagging AWS resources are useful for resource * management, access management and cost allocation. For more information, see Tagging * AWS Resources in the AWS General Reference. Once the resource is * created, you can use TagResource, UntagResource, and * ListTagsForResource to add, remove, and view tags. The maximum tag limit * may be lower than stated. See the AWS General Reference for actual tagging * limits.
*/ inline void SetTags(Aws::VectorA list of labels to assign to the new alias resource. Tags are * developer-defined key-value pairs. Tagging AWS resources are useful for resource * management, access management and cost allocation. For more information, see Tagging * AWS Resources in the AWS General Reference. Once the resource is * created, you can use TagResource, UntagResource, and * ListTagsForResource to add, remove, and view tags. The maximum tag limit * may be lower than stated. See the AWS General Reference for actual tagging * limits.
*/ inline CreateAliasRequest& WithTags(const Aws::VectorA list of labels to assign to the new alias resource. Tags are * developer-defined key-value pairs. Tagging AWS resources are useful for resource * management, access management and cost allocation. For more information, see Tagging * AWS Resources in the AWS General Reference. Once the resource is * created, you can use TagResource, UntagResource, and * ListTagsForResource to add, remove, and view tags. The maximum tag limit * may be lower than stated. See the AWS General Reference for actual tagging * limits.
*/ inline CreateAliasRequest& WithTags(Aws::VectorA list of labels to assign to the new alias resource. Tags are * developer-defined key-value pairs. Tagging AWS resources are useful for resource * management, access management and cost allocation. For more information, see Tagging * AWS Resources in the AWS General Reference. Once the resource is * created, you can use TagResource, UntagResource, and * ListTagsForResource to add, remove, and view tags. The maximum tag limit * may be lower than stated. See the AWS General Reference for actual tagging * limits.
*/ inline CreateAliasRequest& AddTags(const Tag& value) { m_tagsHasBeenSet = true; m_tags.push_back(value); return *this; } /** *A list of labels to assign to the new alias resource. Tags are * developer-defined key-value pairs. Tagging AWS resources are useful for resource * management, access management and cost allocation. For more information, see Tagging * AWS Resources in the AWS General Reference. Once the resource is * created, you can use TagResource, UntagResource, and * ListTagsForResource to add, remove, and view tags. The maximum tag limit * may be lower than stated. See the AWS General Reference for actual tagging * limits.
*/ inline CreateAliasRequest& AddTags(Tag&& value) { m_tagsHasBeenSet = true; m_tags.push_back(std::move(value)); return *this; } private: Aws::String m_name; bool m_nameHasBeenSet; Aws::String m_description; bool m_descriptionHasBeenSet; RoutingStrategy m_routingStrategy; bool m_routingStrategyHasBeenSet; Aws::Vector