7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/kafka/KafkaRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/kafka/model/EnhancedMonitoring.h>
11#include <aws/kafka/model/OpenMonitoringInfo.h>
12#include <aws/kafka/model/LoggingInfo.h>
50 template<
typename ClusterArnT = Aws::String>
51 void SetClusterArn(ClusterArnT&& value) { m_clusterArnHasBeenSet =
true; m_clusterArn = std::forward<ClusterArnT>(value); }
52 template<
typename ClusterArnT = Aws::String>
67 template<
typename CurrentVersionT = Aws::String>
68 void SetCurrentVersion(CurrentVersionT&& value) { m_currentVersionHasBeenSet =
true; m_currentVersion = std::forward<CurrentVersionT>(value); }
69 template<
typename CurrentVersionT = Aws::String>
94 template<
typename OpenMonitoringT = OpenMonitoringInfo>
95 void SetOpenMonitoring(OpenMonitoringT&& value) { m_openMonitoringHasBeenSet =
true; m_openMonitoring = std::forward<OpenMonitoringT>(value); }
96 template<
typename OpenMonitoringT = OpenMonitoringInfo>
104 template<
typename LoggingInfoT = LoggingInfo>
105 void SetLoggingInfo(LoggingInfoT&& value) { m_loggingInfoHasBeenSet =
true; m_loggingInfo = std::forward<LoggingInfoT>(value); }
106 template<
typename LoggingInfoT = LoggingInfo>
112 bool m_clusterArnHasBeenSet =
false;
115 bool m_currentVersionHasBeenSet =
false;
118 bool m_enhancedMonitoringHasBeenSet =
false;
120 OpenMonitoringInfo m_openMonitoring;
121 bool m_openMonitoringHasBeenSet =
false;
123 LoggingInfo m_loggingInfo;
124 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