AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
InferenceComponentRuntimeConfigSummary.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace SageMaker
20{
21namespace Model
22{
23
31 {
32 public:
36 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
44 inline int GetDesiredCopyCount() const{ return m_desiredCopyCount; }
45 inline bool DesiredCopyCountHasBeenSet() const { return m_desiredCopyCountHasBeenSet; }
46 inline void SetDesiredCopyCount(int value) { m_desiredCopyCountHasBeenSet = true; m_desiredCopyCount = value; }
49
51
55 inline int GetCurrentCopyCount() const{ return m_currentCopyCount; }
56 inline bool CurrentCopyCountHasBeenSet() const { return m_currentCopyCountHasBeenSet; }
57 inline void SetCurrentCopyCount(int value) { m_currentCopyCountHasBeenSet = true; m_currentCopyCount = value; }
60 private:
61
62 int m_desiredCopyCount;
63 bool m_desiredCopyCountHasBeenSet = false;
64
65 int m_currentCopyCount;
66 bool m_currentCopyCountHasBeenSet = false;
67 };
68
69} // namespace Model
70} // namespace SageMaker
71} // 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