/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A list of Amazon Resource Names (ARNs) of agents to use for a Network File
* System (NFS) location.See Also:
AWS
* API Reference
ARNs of the agents to use for an NFS location.
*/ inline const Aws::VectorARNs of the agents to use for an NFS location.
*/ inline bool AgentArnsHasBeenSet() const { return m_agentArnsHasBeenSet; } /** *ARNs of the agents to use for an NFS location.
*/ inline void SetAgentArns(const Aws::VectorARNs of the agents to use for an NFS location.
*/ inline void SetAgentArns(Aws::VectorARNs of the agents to use for an NFS location.
*/ inline OnPremConfig& WithAgentArns(const Aws::VectorARNs of the agents to use for an NFS location.
*/ inline OnPremConfig& WithAgentArns(Aws::VectorARNs of the agents to use for an NFS location.
*/ inline OnPremConfig& AddAgentArns(const Aws::String& value) { m_agentArnsHasBeenSet = true; m_agentArns.push_back(value); return *this; } /** *ARNs of the agents to use for an NFS location.
*/ inline OnPremConfig& AddAgentArns(Aws::String&& value) { m_agentArnsHasBeenSet = true; m_agentArns.push_back(std::move(value)); return *this; } /** *ARNs of the agents to use for an NFS location.
*/ inline OnPremConfig& AddAgentArns(const char* value) { m_agentArnsHasBeenSet = true; m_agentArns.push_back(value); return *this; } private: Aws::Vector