7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetModelName(
const char* value) { m_modelNameHasBeenSet =
true; m_modelName.assign(value); }
62 inline void SetModelVersion(
const char* value) { m_modelVersionHasBeenSet =
true; m_modelVersion.assign(value); }
75 inline void SetOfflineDeviceCount(
long long value) { m_offlineDeviceCountHasBeenSet =
true; m_offlineDeviceCount = value; }
86 inline void SetConnectedDeviceCount(
long long value) { m_connectedDeviceCountHasBeenSet =
true; m_connectedDeviceCount = value; }
97 inline void SetActiveDeviceCount(
long long value) { m_activeDeviceCountHasBeenSet =
true; m_activeDeviceCount = value; }
108 inline void SetSamplingDeviceCount(
long long value) { m_samplingDeviceCountHasBeenSet =
true; m_samplingDeviceCount = value; }
114 bool m_modelNameHasBeenSet =
false;
117 bool m_modelVersionHasBeenSet =
false;
119 long long m_offlineDeviceCount;
120 bool m_offlineDeviceCountHasBeenSet =
false;
122 long long m_connectedDeviceCount;
123 bool m_connectedDeviceCountHasBeenSet =
false;
125 long long m_activeDeviceCount;
126 bool m_activeDeviceCountHasBeenSet =
false;
128 long long m_samplingDeviceCount;
129 bool m_samplingDeviceCountHasBeenSet =
false;
EdgeModelStat & WithModelVersion(Aws::String &&value)
EdgeModelStat & WithModelName(const char *value)
void SetModelName(Aws::String &&value)
void SetModelName(const char *value)
AWS_SAGEMAKER_API EdgeModelStat & operator=(Aws::Utils::Json::JsonView jsonValue)
EdgeModelStat & WithModelVersion(const Aws::String &value)
void SetActiveDeviceCount(long long value)
const Aws::String & GetModelName() const
long long GetConnectedDeviceCount() const
void SetModelVersion(const Aws::String &value)
AWS_SAGEMAKER_API EdgeModelStat(Aws::Utils::Json::JsonView jsonValue)
EdgeModelStat & WithConnectedDeviceCount(long long value)
void SetSamplingDeviceCount(long long value)
EdgeModelStat & WithSamplingDeviceCount(long long value)
EdgeModelStat & WithModelName(Aws::String &&value)
void SetModelVersion(Aws::String &&value)
EdgeModelStat & WithActiveDeviceCount(long long value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API EdgeModelStat()
bool ConnectedDeviceCountHasBeenSet() const
long long GetOfflineDeviceCount() const
EdgeModelStat & WithModelName(const Aws::String &value)
bool SamplingDeviceCountHasBeenSet() const
long long GetSamplingDeviceCount() const
void SetConnectedDeviceCount(long long value)
void SetOfflineDeviceCount(long long value)
EdgeModelStat & WithModelVersion(const char *value)
long long GetActiveDeviceCount() const
const Aws::String & GetModelVersion() const
EdgeModelStat & WithOfflineDeviceCount(long long value)
void SetModelVersion(const char *value)
bool ActiveDeviceCountHasBeenSet() const
void SetModelName(const Aws::String &value)
bool ModelNameHasBeenSet() const
bool ModelVersionHasBeenSet() const
bool OfflineDeviceCountHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue