7#include <aws/migrationhubstrategy/MigrationHubStrategyRecommendations_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/migrationhubstrategy/model/NoPreferenceTargetDestination.h>
22namespace MigrationHubStrategyRecommendations
48 template<
typename TargetDestinationT = Aws::Vector<NoPreferenceTargetDestination>>
49 void SetTargetDestination(TargetDestinationT&& value) { m_targetDestinationHasBeenSet =
true; m_targetDestination = std::forward<TargetDestinationT>(value); }
50 template<
typename TargetDestinationT = Aws::Vector<NoPreferenceTargetDestination>>
57 bool m_targetDestinationHasBeenSet =
false;
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
bool TargetDestinationHasBeenSet() const
NoManagementPreference & WithTargetDestination(TargetDestinationT &&value)
NoManagementPreference & AddTargetDestination(NoPreferenceTargetDestination value)
const Aws::Vector< NoPreferenceTargetDestination > & GetTargetDestination() const
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API NoManagementPreference(Aws::Utils::Json::JsonView jsonValue)
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API NoManagementPreference & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API NoManagementPreference()=default
void SetTargetDestination(TargetDestinationT &&value)
NoPreferenceTargetDestination
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue