AWS SDK for C++

AWS SDK for C++ Version 1.11.718

Loading...
Searching...
No Matches
AwsEksClusterLoggingDetails.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
9#include <aws/securityhub/model/AwsEksClusterLoggingClusterLoggingDetails.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace SecurityHub {
21namespace Model {
22
30 public:
31 AWS_SECURITYHUB_API AwsEksClusterLoggingDetails() = default;
34 AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline const Aws::Vector<AwsEksClusterLoggingClusterLoggingDetails>& GetClusterLogging() const { return m_clusterLogging; }
41 inline bool ClusterLoggingHasBeenSet() const { return m_clusterLoggingHasBeenSet; }
42 template <typename ClusterLoggingT = Aws::Vector<AwsEksClusterLoggingClusterLoggingDetails>>
43 void SetClusterLogging(ClusterLoggingT&& value) {
44 m_clusterLoggingHasBeenSet = true;
45 m_clusterLogging = std::forward<ClusterLoggingT>(value);
46 }
47 template <typename ClusterLoggingT = Aws::Vector<AwsEksClusterLoggingClusterLoggingDetails>>
49 SetClusterLogging(std::forward<ClusterLoggingT>(value));
50 return *this;
51 }
52 template <typename ClusterLoggingT = AwsEksClusterLoggingClusterLoggingDetails>
54 m_clusterLoggingHasBeenSet = true;
55 m_clusterLogging.emplace_back(std::forward<ClusterLoggingT>(value));
56 return *this;
57 }
59 private:
61 bool m_clusterLoggingHasBeenSet = false;
62};
63
64} // namespace Model
65} // namespace SecurityHub
66} // namespace Aws
const Aws::Vector< AwsEksClusterLoggingClusterLoggingDetails > & GetClusterLogging() const
AWS_SECURITYHUB_API AwsEksClusterLoggingDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYHUB_API AwsEksClusterLoggingDetails(Aws::Utils::Json::JsonView jsonValue)
AwsEksClusterLoggingDetails & AddClusterLogging(ClusterLoggingT &&value)
AWS_SECURITYHUB_API AwsEksClusterLoggingDetails()=default
AwsEksClusterLoggingDetails & WithClusterLogging(ClusterLoggingT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue