AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
ContainerInfo.h
1
6#pragma once
7#include <aws/emr-containers/EMRContainers_EXPORTS.h>
8#include <aws/emr-containers/model/EksInfo.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace EMRContainers
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_EMRCONTAINERS_API ContainerInfo() = default;
36 AWS_EMRCONTAINERS_API ContainerInfo(Aws::Utils::Json::JsonView jsonValue);
37 AWS_EMRCONTAINERS_API ContainerInfo& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_EMRCONTAINERS_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const EksInfo& GetEksInfo() const { return m_eksInfo; }
46 inline bool EksInfoHasBeenSet() const { return m_eksInfoHasBeenSet; }
47 template<typename EksInfoT = EksInfo>
48 void SetEksInfo(EksInfoT&& value) { m_eksInfoHasBeenSet = true; m_eksInfo = std::forward<EksInfoT>(value); }
49 template<typename EksInfoT = EksInfo>
50 ContainerInfo& WithEksInfo(EksInfoT&& value) { SetEksInfo(std::forward<EksInfoT>(value)); return *this;}
52 private:
53
54 EksInfo m_eksInfo;
55 bool m_eksInfoHasBeenSet = false;
56 };
57
58} // namespace Model
59} // namespace EMRContainers
60} // namespace Aws
AWS_EMRCONTAINERS_API ContainerInfo()=default
AWS_EMRCONTAINERS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_EMRCONTAINERS_API ContainerInfo(Aws::Utils::Json::JsonView jsonValue)
ContainerInfo & WithEksInfo(EksInfoT &&value)
AWS_EMRCONTAINERS_API ContainerInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue