7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/datasync/DataSync_EXPORTS.h>
46 template <
typename AgentArnsT = Aws::Vector<Aws::String>>
48 m_agentArnsHasBeenSet =
true;
49 m_agentArns = std::forward<AgentArnsT>(value);
51 template <
typename AgentArnsT = Aws::Vector<Aws::String>>
56 template <
typename AgentArnsT = Aws::String>
58 m_agentArnsHasBeenSet =
true;
59 m_agentArns.emplace_back(std::forward<AgentArnsT>(value));
65 bool m_agentArnsHasBeenSet =
false;
AWS_DATASYNC_API OnPremConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_DATASYNC_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DATASYNC_API OnPremConfig()=default
const Aws::Vector< Aws::String > & GetAgentArns() const
bool AgentArnsHasBeenSet() const
AWS_DATASYNC_API OnPremConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAgentArns(AgentArnsT &&value)
OnPremConfig & WithAgentArns(AgentArnsT &&value)
OnPremConfig & AddAgentArns(AgentArnsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue