AWS SDK for C++

AWS SDK for C++ Version 1.11.875

Loading...
Searching...
No Matches
EcsSettings.h
1
6#pragma once
7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/batch/model/ContainerInsights.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Batch {
20namespace Model {
21
31 public:
32 AWS_BATCH_API EcsSettings() = default;
33 AWS_BATCH_API EcsSettings(Aws::Utils::Json::JsonView jsonValue);
35 AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
51 inline ContainerInsights GetContainerInsights() const { return m_containerInsights; }
52 inline bool ContainerInsightsHasBeenSet() const { return m_containerInsightsHasBeenSet; }
54 m_containerInsightsHasBeenSet = true;
55 m_containerInsights = value;
56 }
59 return *this;
60 }
62 private:
64 bool m_containerInsightsHasBeenSet = false;
65};
66
67} // namespace Model
68} // namespace Batch
69} // namespace Aws
AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const
void SetContainerInsights(ContainerInsights value)
Definition EcsSettings.h:53
AWS_BATCH_API EcsSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BATCH_API EcsSettings()=default
ContainerInsights GetContainerInsights() const
Definition EcsSettings.h:51
EcsSettings & WithContainerInsights(ContainerInsights value)
Definition EcsSettings.h:57
AWS_BATCH_API EcsSettings(Aws::Utils::Json::JsonView jsonValue)
bool ContainerInsightsHasBeenSet() const
Definition EcsSettings.h:52
Aws::Utils::Json::JsonValue JsonValue