/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include DescribeSMBFileSharesInputSee Also:
AWS
* API Reference
An array containing the Amazon Resource Name (ARN) of each file share to be * described.
*/ inline const Aws::VectorAn array containing the Amazon Resource Name (ARN) of each file share to be * described.
*/ inline bool FileShareARNListHasBeenSet() const { return m_fileShareARNListHasBeenSet; } /** *An array containing the Amazon Resource Name (ARN) of each file share to be * described.
*/ inline void SetFileShareARNList(const Aws::VectorAn array containing the Amazon Resource Name (ARN) of each file share to be * described.
*/ inline void SetFileShareARNList(Aws::VectorAn array containing the Amazon Resource Name (ARN) of each file share to be * described.
*/ inline DescribeSMBFileSharesRequest& WithFileShareARNList(const Aws::VectorAn array containing the Amazon Resource Name (ARN) of each file share to be * described.
*/ inline DescribeSMBFileSharesRequest& WithFileShareARNList(Aws::VectorAn array containing the Amazon Resource Name (ARN) of each file share to be * described.
*/ inline DescribeSMBFileSharesRequest& AddFileShareARNList(const Aws::String& value) { m_fileShareARNListHasBeenSet = true; m_fileShareARNList.push_back(value); return *this; } /** *An array containing the Amazon Resource Name (ARN) of each file share to be * described.
*/ inline DescribeSMBFileSharesRequest& AddFileShareARNList(Aws::String&& value) { m_fileShareARNListHasBeenSet = true; m_fileShareARNList.push_back(std::move(value)); return *this; } /** *An array containing the Amazon Resource Name (ARN) of each file share to be * described.
*/ inline DescribeSMBFileSharesRequest& AddFileShareARNList(const char* value) { m_fileShareARNListHasBeenSet = true; m_fileShareARNList.push_back(value); return *this; } private: Aws::Vector