/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains the inputs for the CreateAlias operation.See
* Also:
AWS
* API Reference
The identifier of the directory for which to create the alias.
*/ inline const Aws::String& GetDirectoryId() const{ return m_directoryId; } /** *The identifier of the directory for which to create the alias.
*/ inline bool DirectoryIdHasBeenSet() const { return m_directoryIdHasBeenSet; } /** *The identifier of the directory for which to create the alias.
*/ inline void SetDirectoryId(const Aws::String& value) { m_directoryIdHasBeenSet = true; m_directoryId = value; } /** *The identifier of the directory for which to create the alias.
*/ inline void SetDirectoryId(Aws::String&& value) { m_directoryIdHasBeenSet = true; m_directoryId = std::move(value); } /** *The identifier of the directory for which to create the alias.
*/ inline void SetDirectoryId(const char* value) { m_directoryIdHasBeenSet = true; m_directoryId.assign(value); } /** *The identifier of the directory for which to create the alias.
*/ inline CreateAliasRequest& WithDirectoryId(const Aws::String& value) { SetDirectoryId(value); return *this;} /** *The identifier of the directory for which to create the alias.
*/ inline CreateAliasRequest& WithDirectoryId(Aws::String&& value) { SetDirectoryId(std::move(value)); return *this;} /** *The identifier of the directory for which to create the alias.
*/ inline CreateAliasRequest& WithDirectoryId(const char* value) { SetDirectoryId(value); return *this;} /** *The requested alias.
The alias must be unique amongst all aliases in
* Amazon Web Services. This operation throws an
* EntityAlreadyExistsException
error if the alias already exists.
The requested alias.
The alias must be unique amongst all aliases in
* Amazon Web Services. This operation throws an
* EntityAlreadyExistsException
error if the alias already exists.
The requested alias.
The alias must be unique amongst all aliases in
* Amazon Web Services. This operation throws an
* EntityAlreadyExistsException
error if the alias already exists.
The requested alias.
The alias must be unique amongst all aliases in
* Amazon Web Services. This operation throws an
* EntityAlreadyExistsException
error if the alias already exists.
The requested alias.
The alias must be unique amongst all aliases in
* Amazon Web Services. This operation throws an
* EntityAlreadyExistsException
error if the alias already exists.
The requested alias.
The alias must be unique amongst all aliases in
* Amazon Web Services. This operation throws an
* EntityAlreadyExistsException
error if the alias already exists.
The requested alias.
The alias must be unique amongst all aliases in
* Amazon Web Services. This operation throws an
* EntityAlreadyExistsException
error if the alias already exists.
The requested alias.
The alias must be unique amongst all aliases in
* Amazon Web Services. This operation throws an
* EntityAlreadyExistsException
error if the alias already exists.