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/core/utils/memory/stl/AWSVector.h>
11#include <aws/kafka/model/BrokerEBSVolumeInfo.h>
46 template<
typename ClusterArnT = Aws::String>
47 void SetClusterArn(ClusterArnT&& value) { m_clusterArnHasBeenSet =
true; m_clusterArn = std::forward<ClusterArnT>(value); }
48 template<
typename ClusterArnT = Aws::String>
61 template<
typename CurrentVersionT = Aws::String>
62 void SetCurrentVersion(CurrentVersionT&& value) { m_currentVersionHasBeenSet =
true; m_currentVersion = std::forward<CurrentVersionT>(value); }
63 template<
typename CurrentVersionT = Aws::String>
76 template<
typename TargetBrokerEBSVolumeInfoT = Aws::Vector<BrokerEBSVolumeInfo>>
77 void SetTargetBrokerEBSVolumeInfo(TargetBrokerEBSVolumeInfoT&& value) { m_targetBrokerEBSVolumeInfoHasBeenSet =
true; m_targetBrokerEBSVolumeInfo = std::forward<TargetBrokerEBSVolumeInfoT>(value); }
78 template<
typename TargetBrokerEBSVolumeInfoT = Aws::Vector<BrokerEBSVolumeInfo>>
80 template<
typename TargetBrokerEBSVolumeInfoT = BrokerEBSVolumeInfo>
86 bool m_clusterArnHasBeenSet =
false;
89 bool m_currentVersionHasBeenSet =
false;
92 bool m_targetBrokerEBSVolumeInfoHasBeenSet =
false;
void SetTargetBrokerEBSVolumeInfo(TargetBrokerEBSVolumeInfoT &&value)
virtual const char * GetServiceRequestName() const override
bool ClusterArnHasBeenSet() const
AWS_KAFKA_API UpdateBrokerStorageRequest()=default
void SetCurrentVersion(CurrentVersionT &&value)
AWS_KAFKA_API Aws::String SerializePayload() const override
UpdateBrokerStorageRequest & AddTargetBrokerEBSVolumeInfo(TargetBrokerEBSVolumeInfoT &&value)
void SetClusterArn(ClusterArnT &&value)
UpdateBrokerStorageRequest & WithTargetBrokerEBSVolumeInfo(TargetBrokerEBSVolumeInfoT &&value)
const Aws::Vector< BrokerEBSVolumeInfo > & GetTargetBrokerEBSVolumeInfo() const
bool CurrentVersionHasBeenSet() const
const Aws::String & GetClusterArn() const
bool TargetBrokerEBSVolumeInfoHasBeenSet() const
UpdateBrokerStorageRequest & WithClusterArn(ClusterArnT &&value)
const Aws::String & GetCurrentVersion() const
UpdateBrokerStorageRequest & WithCurrentVersion(CurrentVersionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector