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/ConnectivityInfo.h>
44 template <
typename ClusterArnT = Aws::String>
46 m_clusterArnHasBeenSet =
true;
47 m_clusterArn = std::forward<ClusterArnT>(value);
49 template <
typename ClusterArnT = Aws::String>
64 template <
typename ConnectivityInfoT = ConnectivityInfo>
66 m_connectivityInfoHasBeenSet =
true;
67 m_connectivityInfo = std::forward<ConnectivityInfoT>(value);
69 template <
typename ConnectivityInfoT = ConnectivityInfo>
87 template <
typename CurrentVersionT = Aws::String>
89 m_currentVersionHasBeenSet =
true;
90 m_currentVersion = std::forward<CurrentVersionT>(value);
92 template <
typename CurrentVersionT = Aws::String>
104 bool m_clusterArnHasBeenSet =
false;
105 bool m_connectivityInfoHasBeenSet =
false;
106 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