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>
48 inline void SetClusterArn(
const char* value) { m_clusterArnHasBeenSet =
true; m_clusterArn.assign(value); }
65 inline void SetCurrentVersion(
const char* value) { m_currentVersionHasBeenSet =
true; m_currentVersion.assign(value); }
90 bool m_clusterArnHasBeenSet =
false;
93 bool m_currentVersionHasBeenSet =
false;
96 bool m_targetBrokerEBSVolumeInfoHasBeenSet =
false;
AWS_KAFKA_API UpdateBrokerStorageRequest()
void SetClusterArn(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
UpdateBrokerStorageRequest & AddTargetBrokerEBSVolumeInfo(BrokerEBSVolumeInfo &&value)
void SetTargetBrokerEBSVolumeInfo(Aws::Vector< BrokerEBSVolumeInfo > &&value)
bool ClusterArnHasBeenSet() const
UpdateBrokerStorageRequest & WithCurrentVersion(const Aws::String &value)
AWS_KAFKA_API Aws::String SerializePayload() const override
UpdateBrokerStorageRequest & WithClusterArn(Aws::String &&value)
UpdateBrokerStorageRequest & WithTargetBrokerEBSVolumeInfo(const Aws::Vector< BrokerEBSVolumeInfo > &value)
void SetClusterArn(Aws::String &&value)
UpdateBrokerStorageRequest & WithTargetBrokerEBSVolumeInfo(Aws::Vector< BrokerEBSVolumeInfo > &&value)
UpdateBrokerStorageRequest & WithClusterArn(const char *value)
const Aws::Vector< BrokerEBSVolumeInfo > & GetTargetBrokerEBSVolumeInfo() const
void SetCurrentVersion(const Aws::String &value)
bool CurrentVersionHasBeenSet() const
void SetCurrentVersion(Aws::String &&value)
const Aws::String & GetClusterArn() const
void SetCurrentVersion(const char *value)
void SetTargetBrokerEBSVolumeInfo(const Aws::Vector< BrokerEBSVolumeInfo > &value)
bool TargetBrokerEBSVolumeInfoHasBeenSet() const
UpdateBrokerStorageRequest & WithCurrentVersion(const char *value)
UpdateBrokerStorageRequest & AddTargetBrokerEBSVolumeInfo(const BrokerEBSVolumeInfo &value)
UpdateBrokerStorageRequest & WithCurrentVersion(Aws::String &&value)
const Aws::String & GetCurrentVersion() const
UpdateBrokerStorageRequest & WithClusterArn(const Aws::String &value)
void SetClusterArn(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector