7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kafka/KafkaRequest.h>
9#include <aws/kafka/Kafka_EXPORTS.h>
10#include <aws/kafka/model/EnhancedMonitoring.h>
11#include <aws/kafka/model/LoggingInfo.h>
12#include <aws/kafka/model/OpenMonitoringInfo.h>
46 template <
typename ClusterArnT = Aws::String>
48 m_clusterArnHasBeenSet =
true;
49 m_clusterArn = std::forward<ClusterArnT>(value);
51 template <
typename ClusterArnT = Aws::String>
69 template <
typename CurrentVersionT = Aws::String>
71 m_currentVersionHasBeenSet =
true;
72 m_currentVersion = std::forward<CurrentVersionT>(value);
74 template <
typename CurrentVersionT = Aws::String>
91 m_enhancedMonitoringHasBeenSet =
true;
92 m_enhancedMonitoring = value;
108 template <
typename OpenMonitoringT = OpenMonitoringInfo>
110 m_openMonitoringHasBeenSet =
true;
111 m_openMonitoring = std::forward<OpenMonitoringT>(value);
113 template <
typename OpenMonitoringT = OpenMonitoringInfo>
124 template <
typename LoggingInfoT = LoggingInfo>
126 m_loggingInfoHasBeenSet =
true;
127 m_loggingInfo = std::forward<LoggingInfoT>(value);
129 template <
typename LoggingInfoT = LoggingInfo>
142 OpenMonitoringInfo m_openMonitoring;
144 LoggingInfo m_loggingInfo;
145 bool m_clusterArnHasBeenSet =
false;
146 bool m_currentVersionHasBeenSet =
false;
147 bool m_enhancedMonitoringHasBeenSet =
false;
148 bool m_openMonitoringHasBeenSet =
false;
149 bool m_loggingInfoHasBeenSet =
false;
void SetClusterArn(ClusterArnT &&value)
void SetCurrentVersion(CurrentVersionT &&value)
const Aws::String & GetCurrentVersion() const
UpdateMonitoringRequest & WithOpenMonitoring(OpenMonitoringT &&value)
UpdateMonitoringRequest & WithCurrentVersion(CurrentVersionT &&value)
bool OpenMonitoringHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetClusterArn() const
const LoggingInfo & GetLoggingInfo() const
EnhancedMonitoring GetEnhancedMonitoring() const
UpdateMonitoringRequest & WithClusterArn(ClusterArnT &&value)
bool CurrentVersionHasBeenSet() const
void SetOpenMonitoring(OpenMonitoringT &&value)
AWS_KAFKA_API Aws::String SerializePayload() const override
void SetEnhancedMonitoring(EnhancedMonitoring value)
UpdateMonitoringRequest & WithLoggingInfo(LoggingInfoT &&value)
const OpenMonitoringInfo & GetOpenMonitoring() const
AWS_KAFKA_API UpdateMonitoringRequest()=default
bool LoggingInfoHasBeenSet() const
bool ClusterArnHasBeenSet() const
UpdateMonitoringRequest & WithEnhancedMonitoring(EnhancedMonitoring value)
bool EnhancedMonitoringHasBeenSet() const
void SetLoggingInfo(LoggingInfoT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String