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