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/ConnectivityInfo.h>
48 template<
typename ClusterArnT = Aws::String>
49 void SetClusterArn(ClusterArnT&& value) { m_clusterArnHasBeenSet =
true; m_clusterArn = std::forward<ClusterArnT>(value); }
50 template<
typename ClusterArnT = Aws::String>
62 template<
typename ConnectivityInfoT = ConnectivityInfo>
63 void SetConnectivityInfo(ConnectivityInfoT&& value) { m_connectivityInfoHasBeenSet =
true; m_connectivityInfo = std::forward<ConnectivityInfoT>(value); }
64 template<
typename ConnectivityInfoT = ConnectivityInfo>
79 template<
typename CurrentVersionT = Aws::String>
80 void SetCurrentVersion(CurrentVersionT&& value) { m_currentVersionHasBeenSet =
true; m_currentVersion = std::forward<CurrentVersionT>(value); }
81 template<
typename CurrentVersionT = Aws::String>
87 bool m_clusterArnHasBeenSet =
false;
90 bool m_connectivityInfoHasBeenSet =
false;
93 bool m_currentVersionHasBeenSet =
false;
const ConnectivityInfo & GetConnectivityInfo() const
bool ConnectivityInfoHasBeenSet() const
UpdateConnectivityRequest & WithCurrentVersion(CurrentVersionT &&value)
bool CurrentVersionHasBeenSet() const
UpdateConnectivityRequest & WithConnectivityInfo(ConnectivityInfoT &&value)
UpdateConnectivityRequest & WithClusterArn(ClusterArnT &&value)
bool ClusterArnHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetConnectivityInfo(ConnectivityInfoT &&value)
void SetCurrentVersion(CurrentVersionT &&value)
const Aws::String & GetClusterArn() const
AWS_KAFKA_API UpdateConnectivityRequest()=default
const Aws::String & GetCurrentVersion() const
void SetClusterArn(ClusterArnT &&value)
AWS_KAFKA_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String