AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
InsightResourceDetail.h
1
6#pragma once
7#include <aws/eks/EKS_EXPORTS.h>
8#include <aws/eks/model/InsightStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace EKS
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_EKS_API InsightResourceDetail() = default;
40
41
43
46 inline const InsightStatus& GetInsightStatus() const { return m_insightStatus; }
47 inline bool InsightStatusHasBeenSet() const { return m_insightStatusHasBeenSet; }
48 template<typename InsightStatusT = InsightStatus>
49 void SetInsightStatus(InsightStatusT&& value) { m_insightStatusHasBeenSet = true; m_insightStatus = std::forward<InsightStatusT>(value); }
50 template<typename InsightStatusT = InsightStatus>
51 InsightResourceDetail& WithInsightStatus(InsightStatusT&& value) { SetInsightStatus(std::forward<InsightStatusT>(value)); return *this;}
53
55
58 inline const Aws::String& GetKubernetesResourceUri() const { return m_kubernetesResourceUri; }
59 inline bool KubernetesResourceUriHasBeenSet() const { return m_kubernetesResourceUriHasBeenSet; }
60 template<typename KubernetesResourceUriT = Aws::String>
61 void SetKubernetesResourceUri(KubernetesResourceUriT&& value) { m_kubernetesResourceUriHasBeenSet = true; m_kubernetesResourceUri = std::forward<KubernetesResourceUriT>(value); }
62 template<typename KubernetesResourceUriT = Aws::String>
63 InsightResourceDetail& WithKubernetesResourceUri(KubernetesResourceUriT&& value) { SetKubernetesResourceUri(std::forward<KubernetesResourceUriT>(value)); return *this;}
65
67
70 inline const Aws::String& GetArn() const { return m_arn; }
71 inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; }
72 template<typename ArnT = Aws::String>
73 void SetArn(ArnT&& value) { m_arnHasBeenSet = true; m_arn = std::forward<ArnT>(value); }
74 template<typename ArnT = Aws::String>
75 InsightResourceDetail& WithArn(ArnT&& value) { SetArn(std::forward<ArnT>(value)); return *this;}
77 private:
78
79 InsightStatus m_insightStatus;
80 bool m_insightStatusHasBeenSet = false;
81
82 Aws::String m_kubernetesResourceUri;
83 bool m_kubernetesResourceUriHasBeenSet = false;
84
85 Aws::String m_arn;
86 bool m_arnHasBeenSet = false;
87 };
88
89} // namespace Model
90} // namespace EKS
91} // namespace Aws
void SetKubernetesResourceUri(KubernetesResourceUriT &&value)
AWS_EKS_API InsightResourceDetail()=default
void SetInsightStatus(InsightStatusT &&value)
const InsightStatus & GetInsightStatus() const
InsightResourceDetail & WithKubernetesResourceUri(KubernetesResourceUriT &&value)
AWS_EKS_API InsightResourceDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
InsightResourceDetail & WithInsightStatus(InsightStatusT &&value)
AWS_EKS_API InsightResourceDetail(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetKubernetesResourceUri() const
InsightResourceDetail & WithArn(ArnT &&value)
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue