7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename TeamNameT = Aws::String>
48 void SetTeamName(TeamNameT&& value) { m_teamNameHasBeenSet =
true; m_teamName = std::forward<TeamNameT>(value); }
49 template<
typename TeamNameT = Aws::String>
62 inline void SetFairShareWeight(
int value) { m_fairShareWeightHasBeenSet =
true; m_fairShareWeight = value; }
68 bool m_teamNameHasBeenSet =
false;
70 int m_fairShareWeight{0};
71 bool m_fairShareWeightHasBeenSet =
false;
const Aws::String & GetTeamName() const
ComputeQuotaTarget & WithFairShareWeight(int value)
bool FairShareWeightHasBeenSet() const
AWS_SAGEMAKER_API ComputeQuotaTarget & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API ComputeQuotaTarget()=default
ComputeQuotaTarget & WithTeamName(TeamNameT &&value)
AWS_SAGEMAKER_API ComputeQuotaTarget(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
int GetFairShareWeight() const
void SetFairShareWeight(int value)
bool TeamNameHasBeenSet() const
void SetTeamName(TeamNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue