/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The system generated response showing the DNS aliases that Amazon FSx is
* attempting to disassociate from the file system. Use the API operation to
* monitor the status of the aliases Amazon FSx is removing from the file
* system.See Also:
AWS
* API Reference
An array of one or more DNS aliases that Amazon FSx is attempting to * disassociate from the file system.
*/ inline const Aws::VectorAn array of one or more DNS aliases that Amazon FSx is attempting to * disassociate from the file system.
*/ inline void SetAliases(const Aws::VectorAn array of one or more DNS aliases that Amazon FSx is attempting to * disassociate from the file system.
*/ inline void SetAliases(Aws::VectorAn array of one or more DNS aliases that Amazon FSx is attempting to * disassociate from the file system.
*/ inline DisassociateFileSystemAliasesResult& WithAliases(const Aws::VectorAn array of one or more DNS aliases that Amazon FSx is attempting to * disassociate from the file system.
*/ inline DisassociateFileSystemAliasesResult& WithAliases(Aws::VectorAn array of one or more DNS aliases that Amazon FSx is attempting to * disassociate from the file system.
*/ inline DisassociateFileSystemAliasesResult& AddAliases(const Alias& value) { m_aliases.push_back(value); return *this; } /** *An array of one or more DNS aliases that Amazon FSx is attempting to * disassociate from the file system.
*/ inline DisassociateFileSystemAliasesResult& AddAliases(Alias&& value) { m_aliases.push_back(std::move(value)); return *this; } inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline DisassociateFileSystemAliasesResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline DisassociateFileSystemAliasesResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline DisassociateFileSystemAliasesResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector