7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/drs/Drs_EXPORTS.h>
9#include <aws/drs/model/RecoveryPlanExecutionServer.h>
42 template <
typename ServersT = Aws::Vector<RecoveryPlanExecutionServer>>
44 m_serversHasBeenSet =
true;
45 m_servers = std::forward<ServersT>(value);
47 template <
typename ServersT = Aws::Vector<RecoveryPlanExecutionServer>>
52 template <
typename ServersT = RecoveryPlanExecutionServer>
54 m_serversHasBeenSet =
true;
55 m_servers.emplace_back(std::forward<ServersT>(value));
61 bool m_serversHasBeenSet =
false;
ExecutionServerStepConfiguration & WithServers(ServersT &&value)
void SetServers(ServersT &&value)
AWS_DRS_API ExecutionServerStepConfiguration()=default
bool ServersHasBeenSet() const
AWS_DRS_API ExecutionServerStepConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_DRS_API ExecutionServerStepConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< RecoveryPlanExecutionServer > & GetServers() const
ExecutionServerStepConfiguration & AddServers(ServersT &&value)
AWS_DRS_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue