AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
InferenceComponentRuntimeConfigSummary.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace SageMaker {
17namespace Model {
18
26 public:
27 AWS_SAGEMAKER_API InferenceComponentRuntimeConfigSummary() = default;
30 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
37 inline int GetDesiredCopyCount() const { return m_desiredCopyCount; }
38 inline bool DesiredCopyCountHasBeenSet() const { return m_desiredCopyCountHasBeenSet; }
39 inline void SetDesiredCopyCount(int value) {
40 m_desiredCopyCountHasBeenSet = true;
41 m_desiredCopyCount = value;
42 }
45 return *this;
46 }
48
50
54 inline int GetCurrentCopyCount() const { return m_currentCopyCount; }
55 inline bool CurrentCopyCountHasBeenSet() const { return m_currentCopyCountHasBeenSet; }
56 inline void SetCurrentCopyCount(int value) {
57 m_currentCopyCountHasBeenSet = true;
58 m_currentCopyCount = value;
59 }
62 return *this;
63 }
65 private:
66 int m_desiredCopyCount{0};
67
68 int m_currentCopyCount{0};
69 bool m_desiredCopyCountHasBeenSet = false;
70 bool m_currentCopyCountHasBeenSet = false;
71};
72
73} // namespace Model
74} // namespace SageMaker
75} // namespace Aws
AWS_SAGEMAKER_API InferenceComponentRuntimeConfigSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API InferenceComponentRuntimeConfigSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue