/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Rank of business goals based on priority. See Also:
AWS
* API Reference
Rank of business goals based on priority.
*/ inline const BusinessGoals& GetBusinessGoals() const{ return m_businessGoals; } /** *Rank of business goals based on priority.
*/ inline bool BusinessGoalsHasBeenSet() const { return m_businessGoalsHasBeenSet; } /** *Rank of business goals based on priority.
*/ inline void SetBusinessGoals(const BusinessGoals& value) { m_businessGoalsHasBeenSet = true; m_businessGoals = value; } /** *Rank of business goals based on priority.
*/ inline void SetBusinessGoals(BusinessGoals&& value) { m_businessGoalsHasBeenSet = true; m_businessGoals = std::move(value); } /** *Rank of business goals based on priority.
*/ inline PrioritizeBusinessGoals& WithBusinessGoals(const BusinessGoals& value) { SetBusinessGoals(value); return *this;} /** *Rank of business goals based on priority.
*/ inline PrioritizeBusinessGoals& WithBusinessGoals(BusinessGoals&& value) { SetBusinessGoals(std::move(value)); return *this;} private: BusinessGoals m_businessGoals; bool m_businessGoalsHasBeenSet = false; }; } // namespace Model } // namespace MigrationHubStrategyRecommendations } // namespace Aws