7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
41 template <
typename TeamNameT = Aws::String>
43 m_teamNameHasBeenSet =
true;
44 m_teamName = std::forward<TeamNameT>(value);
46 template <
typename TeamNameT = Aws::String>
63 m_fairShareWeightHasBeenSet =
true;
64 m_fairShareWeight = value;
74 int m_fairShareWeight{0};
75 bool m_teamNameHasBeenSet =
false;
76 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