7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9#include <aws/sagemaker/model/ReservedCapacityInstanceType.h>
42 template <
typename UltraServerTypeT = Aws::String>
44 m_ultraServerTypeHasBeenSet =
true;
45 m_ultraServerType = std::forward<UltraServerTypeT>(value);
47 template <
typename UltraServerTypeT = Aws::String>
61 m_instanceTypeHasBeenSet =
true;
62 m_instanceType = value;
77 m_ultraServerCountHasBeenSet =
true;
78 m_ultraServerCount = value;
93 m_availableSpareInstanceCountHasBeenSet =
true;
94 m_availableSpareInstanceCount = value;
110 m_unhealthyInstanceCountHasBeenSet =
true;
111 m_unhealthyInstanceCount = value;
123 int m_ultraServerCount{0};
125 int m_availableSpareInstanceCount{0};
127 int m_unhealthyInstanceCount{0};
128 bool m_ultraServerTypeHasBeenSet =
false;
129 bool m_instanceTypeHasBeenSet =
false;
130 bool m_ultraServerCountHasBeenSet =
false;
131 bool m_availableSpareInstanceCountHasBeenSet =
false;
132 bool m_unhealthyInstanceCountHasBeenSet =
false;
UltraServerSummary & WithUnhealthyInstanceCount(int value)
bool UnhealthyInstanceCountHasBeenSet() const
void SetUltraServerCount(int value)
AWS_SAGEMAKER_API UltraServerSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
int GetUnhealthyInstanceCount() const
AWS_SAGEMAKER_API UltraServerSummary()=default
UltraServerSummary & WithUltraServerType(UltraServerTypeT &&value)
void SetUltraServerType(UltraServerTypeT &&value)
int GetAvailableSpareInstanceCount() const
UltraServerSummary & WithInstanceType(ReservedCapacityInstanceType value)
UltraServerSummary & WithUltraServerCount(int value)
bool UltraServerTypeHasBeenSet() const
const Aws::String & GetUltraServerType() const
ReservedCapacityInstanceType GetInstanceType() const
UltraServerSummary & WithAvailableSpareInstanceCount(int value)
bool AvailableSpareInstanceCountHasBeenSet() const
int GetUltraServerCount() const
bool UltraServerCountHasBeenSet() const
void SetInstanceType(ReservedCapacityInstanceType value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool InstanceTypeHasBeenSet() const
void SetAvailableSpareInstanceCount(int value)
AWS_SAGEMAKER_API UltraServerSummary(Aws::Utils::Json::JsonView jsonValue)
void SetUnhealthyInstanceCount(int value)
ReservedCapacityInstanceType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue