7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/ActivationState.h>
11#include <aws/sagemaker/model/ComputeQuotaConfig.h>
12#include <aws/sagemaker/model/ComputeQuotaTarget.h>
13#include <aws/sagemaker/model/SchedulerResourceStatus.h>
45 template <
typename ComputeQuotaArnT = Aws::String>
47 m_computeQuotaArnHasBeenSet =
true;
48 m_computeQuotaArn = std::forward<ComputeQuotaArnT>(value);
50 template <
typename ComputeQuotaArnT = Aws::String>
63 template <
typename ComputeQuotaIdT = Aws::String>
65 m_computeQuotaIdHasBeenSet =
true;
66 m_computeQuotaId = std::forward<ComputeQuotaIdT>(value);
68 template <
typename ComputeQuotaIdT = Aws::String>
81 template <
typename NameT = Aws::String>
83 m_nameHasBeenSet =
true;
84 m_name = std::forward<NameT>(value);
86 template <
typename NameT = Aws::String>
88 SetName(std::forward<NameT>(value));
100 m_computeQuotaVersionHasBeenSet =
true;
101 m_computeQuotaVersion = value;
116 m_statusHasBeenSet =
true;
131 template <
typename ClusterArnT = Aws::String>
133 m_clusterArnHasBeenSet =
true;
134 m_clusterArn = std::forward<ClusterArnT>(value);
136 template <
typename ClusterArnT = Aws::String>
150 template <
typename ComputeQuotaConfigT = ComputeQuotaConfig>
152 m_computeQuotaConfigHasBeenSet =
true;
153 m_computeQuotaConfig = std::forward<ComputeQuotaConfigT>(value);
155 template <
typename ComputeQuotaConfigT = ComputeQuotaConfig>
168 template <
typename ComputeQuotaTargetT = ComputeQuotaTarget>
170 m_computeQuotaTargetHasBeenSet =
true;
171 m_computeQuotaTarget = std::forward<ComputeQuotaTargetT>(value);
173 template <
typename ComputeQuotaTargetT = ComputeQuotaTarget>
188 m_activationStateHasBeenSet =
true;
189 m_activationState = value;
203 template <
typename CreationTimeT = Aws::Utils::DateTime>
205 m_creationTimeHasBeenSet =
true;
206 m_creationTime = std::forward<CreationTimeT>(value);
208 template <
typename CreationTimeT = Aws::Utils::DateTime>
221 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
223 m_lastModifiedTimeHasBeenSet =
true;
224 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
226 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
239 int m_computeQuotaVersion{0};
245 ComputeQuotaConfig m_computeQuotaConfig;
247 ComputeQuotaTarget m_computeQuotaTarget;
254 bool m_computeQuotaArnHasBeenSet =
false;
255 bool m_computeQuotaIdHasBeenSet =
false;
256 bool m_nameHasBeenSet =
false;
257 bool m_computeQuotaVersionHasBeenSet =
false;
258 bool m_statusHasBeenSet =
false;
259 bool m_clusterArnHasBeenSet =
false;
260 bool m_computeQuotaConfigHasBeenSet =
false;
261 bool m_computeQuotaTargetHasBeenSet =
false;
262 bool m_activationStateHasBeenSet =
false;
263 bool m_creationTimeHasBeenSet =
false;
264 bool m_lastModifiedTimeHasBeenSet =
false;
void SetLastModifiedTime(LastModifiedTimeT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
bool ComputeQuotaTargetHasBeenSet() const
const Aws::String & GetName() const
void SetComputeQuotaVersion(int value)
const ComputeQuotaConfig & GetComputeQuotaConfig() const
const ComputeQuotaTarget & GetComputeQuotaTarget() const
bool StatusHasBeenSet() const
void SetComputeQuotaTarget(ComputeQuotaTargetT &&value)
ComputeQuotaSummary & WithComputeQuotaVersion(int value)
AWS_SAGEMAKER_API ComputeQuotaSummary(Aws::Utils::Json::JsonView jsonValue)
void SetComputeQuotaConfig(ComputeQuotaConfigT &&value)
ComputeQuotaSummary & WithCreationTime(CreationTimeT &&value)
ComputeQuotaSummary & WithComputeQuotaArn(ComputeQuotaArnT &&value)
const Aws::String & GetComputeQuotaArn() const
bool ClusterArnHasBeenSet() const
ComputeQuotaSummary & WithComputeQuotaConfig(ComputeQuotaConfigT &&value)
bool ActivationStateHasBeenSet() const
ActivationState GetActivationState() const
bool ComputeQuotaVersionHasBeenSet() const
ComputeQuotaSummary & WithComputeQuotaId(ComputeQuotaIdT &&value)
bool NameHasBeenSet() const
void SetStatus(SchedulerResourceStatus value)
bool LastModifiedTimeHasBeenSet() const
void SetName(NameT &&value)
ComputeQuotaSummary & WithActivationState(ActivationState value)
bool ComputeQuotaConfigHasBeenSet() const
bool ComputeQuotaIdHasBeenSet() const
ComputeQuotaSummary & WithComputeQuotaTarget(ComputeQuotaTargetT &&value)
void SetCreationTime(CreationTimeT &&value)
AWS_SAGEMAKER_API ComputeQuotaSummary()=default
SchedulerResourceStatus GetStatus() const
const Aws::String & GetComputeQuotaId() const
void SetComputeQuotaArn(ComputeQuotaArnT &&value)
void SetActivationState(ActivationState value)
bool ComputeQuotaArnHasBeenSet() const
bool CreationTimeHasBeenSet() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
ComputeQuotaSummary & WithClusterArn(ClusterArnT &&value)
void SetClusterArn(ClusterArnT &&value)
void SetComputeQuotaId(ComputeQuotaIdT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
AWS_SAGEMAKER_API ComputeQuotaSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
int GetComputeQuotaVersion() const
const Aws::String & GetClusterArn() const
ComputeQuotaSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
ComputeQuotaSummary & WithName(NameT &&value)
ComputeQuotaSummary & WithStatus(SchedulerResourceStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue