/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Properties that describe an alias resource. Related actions
* See Also:
AWS API
* Reference
A unique identifier for the alias. Alias IDs are unique within a Region.
*/ inline const Aws::String& GetAliasId() const{ return m_aliasId; } /** *A unique identifier for the alias. Alias IDs are unique within a Region.
*/ inline bool AliasIdHasBeenSet() const { return m_aliasIdHasBeenSet; } /** *A unique identifier for the alias. Alias IDs are unique within a Region.
*/ inline void SetAliasId(const Aws::String& value) { m_aliasIdHasBeenSet = true; m_aliasId = value; } /** *A unique identifier for the alias. Alias IDs are unique within a Region.
*/ inline void SetAliasId(Aws::String&& value) { m_aliasIdHasBeenSet = true; m_aliasId = std::move(value); } /** *A unique identifier for the alias. Alias IDs are unique within a Region.
*/ inline void SetAliasId(const char* value) { m_aliasIdHasBeenSet = true; m_aliasId.assign(value); } /** *A unique identifier for the alias. Alias IDs are unique within a Region.
*/ inline Alias& WithAliasId(const Aws::String& value) { SetAliasId(value); return *this;} /** *A unique identifier for the alias. Alias IDs are unique within a Region.
*/ inline Alias& WithAliasId(Aws::String&& value) { SetAliasId(std::move(value)); return *this;} /** *A unique identifier for the alias. Alias IDs are unique within a Region.
*/ inline Alias& WithAliasId(const char* value) { SetAliasId(value); return *this;} /** *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 Alias& 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 Alias& 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 Alias& WithName(const char* value) { SetName(value); return *this;} /** *The Amazon Resource Name (ARN)
* that is assigned to a Amazon GameLift alias resource and uniquely identifies it.
* ARNs are unique across all Regions. Format is
* arn:aws:gamelift:<region>::alias/alias-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912
.
* In a GameLift alias ARN, the resource ID matches the alias ID value.
The Amazon Resource Name (ARN)
* that is assigned to a Amazon GameLift alias resource and uniquely identifies it.
* ARNs are unique across all Regions. Format is
* arn:aws:gamelift:<region>::alias/alias-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912
.
* In a GameLift alias ARN, the resource ID matches the alias ID value.
The Amazon Resource Name (ARN)
* that is assigned to a Amazon GameLift alias resource and uniquely identifies it.
* ARNs are unique across all Regions. Format is
* arn:aws:gamelift:<region>::alias/alias-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912
.
* In a GameLift alias ARN, the resource ID matches the alias ID value.
The Amazon Resource Name (ARN)
* that is assigned to a Amazon GameLift alias resource and uniquely identifies it.
* ARNs are unique across all Regions. Format is
* arn:aws:gamelift:<region>::alias/alias-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912
.
* In a GameLift alias ARN, the resource ID matches the alias ID value.
The Amazon Resource Name (ARN)
* that is assigned to a Amazon GameLift alias resource and uniquely identifies it.
* ARNs are unique across all Regions. Format is
* arn:aws:gamelift:<region>::alias/alias-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912
.
* In a GameLift alias ARN, the resource ID matches the alias ID value.
The Amazon Resource Name (ARN)
* that is assigned to a Amazon GameLift alias resource and uniquely identifies it.
* ARNs are unique across all Regions. Format is
* arn:aws:gamelift:<region>::alias/alias-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912
.
* In a GameLift alias ARN, the resource ID matches the alias ID value.
The Amazon Resource Name (ARN)
* that is assigned to a Amazon GameLift alias resource and uniquely identifies it.
* ARNs are unique across all Regions. Format is
* arn:aws:gamelift:<region>::alias/alias-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912
.
* In a GameLift alias ARN, the resource ID matches the alias ID value.
The Amazon Resource Name (ARN)
* that is assigned to a Amazon GameLift alias resource and uniquely identifies it.
* ARNs are unique across all Regions. Format is
* arn:aws:gamelift:<region>::alias/alias-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912
.
* In a GameLift alias ARN, the resource ID matches the alias ID value.
A human-readable description of an alias.
*/ inline const Aws::String& GetDescription() const{ return m_description; } /** *A human-readable description of an alias.
*/ inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; } /** *A human-readable description of an alias.
*/ inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; } /** *A human-readable description of an alias.
*/ inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); } /** *A human-readable description of an alias.
*/ inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); } /** *A human-readable description of an alias.
*/ inline Alias& WithDescription(const Aws::String& value) { SetDescription(value); return *this;} /** *A human-readable description of an alias.
*/ inline Alias& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;} /** *A human-readable description of an alias.
*/ inline Alias& 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 Alias& WithRoutingStrategy(const RoutingStrategy& value) { SetRoutingStrategy(value); return *this;} /** *The routing configuration, including routing type and fleet target, for the * alias.
*/ inline Alias& WithRoutingStrategy(RoutingStrategy&& value) { SetRoutingStrategy(std::move(value)); return *this;} /** *A time stamp indicating when this data object was created. Format is a number
* expressed in Unix time as milliseconds (for example
* "1469498468.057"
).
A time stamp indicating when this data object was created. Format is a number
* expressed in Unix time as milliseconds (for example
* "1469498468.057"
).
A time stamp indicating when this data object was created. Format is a number
* expressed in Unix time as milliseconds (for example
* "1469498468.057"
).
A time stamp indicating when this data object was created. Format is a number
* expressed in Unix time as milliseconds (for example
* "1469498468.057"
).
A time stamp indicating when this data object was created. Format is a number
* expressed in Unix time as milliseconds (for example
* "1469498468.057"
).
A time stamp indicating when this data object was created. Format is a number
* expressed in Unix time as milliseconds (for example
* "1469498468.057"
).
The time that this data object was last modified. Format is a number
* expressed in Unix time as milliseconds (for example
* "1469498468.057"
).
The time that this data object was last modified. Format is a number
* expressed in Unix time as milliseconds (for example
* "1469498468.057"
).
The time that this data object was last modified. Format is a number
* expressed in Unix time as milliseconds (for example
* "1469498468.057"
).
The time that this data object was last modified. Format is a number
* expressed in Unix time as milliseconds (for example
* "1469498468.057"
).
The time that this data object was last modified. Format is a number
* expressed in Unix time as milliseconds (for example
* "1469498468.057"
).
The time that this data object was last modified. Format is a number
* expressed in Unix time as milliseconds (for example
* "1469498468.057"
).