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