7#include <aws/datasync/DataSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
52 template<
typename AgentArnsT = Aws::Vector<Aws::String>>
53 void SetAgentArns(AgentArnsT&& value) { m_agentArnsHasBeenSet =
true; m_agentArns = std::forward<AgentArnsT>(value); }
54 template<
typename AgentArnsT = Aws::Vector<Aws::String>>
56 template<
typename AgentArnsT = Aws::String>
57 OnPremConfig&
AddAgentArns(AgentArnsT&& value) { m_agentArnsHasBeenSet =
true; m_agentArns.emplace_back(std::forward<AgentArnsT>(value));
return *
this; }
62 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