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/ProvisionedThroughput.h>
11#include <aws/kafka/model/StorageMode.h>
52 template<
typename ClusterArnT = Aws::String>
53 void SetClusterArn(ClusterArnT&& value) { m_clusterArnHasBeenSet =
true; m_clusterArn = std::forward<ClusterArnT>(value); }
54 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>
81 template<
typename ProvisionedThroughputT = ProvisionedThroughput>
82 void SetProvisionedThroughput(ProvisionedThroughputT&& value) { m_provisionedThroughputHasBeenSet =
true; m_provisionedThroughput = std::forward<ProvisionedThroughputT>(value); }
83 template<
typename ProvisionedThroughputT = ProvisionedThroughput>
107 inline void SetVolumeSizeGB(
int value) { m_volumeSizeGBHasBeenSet =
true; m_volumeSizeGB = value; }
113 bool m_clusterArnHasBeenSet =
false;
116 bool m_currentVersionHasBeenSet =
false;
119 bool m_provisionedThroughputHasBeenSet =
false;
122 bool m_storageModeHasBeenSet =
false;
124 int m_volumeSizeGB{0};
125 bool m_volumeSizeGBHasBeenSet =
false;
UpdateStorageRequest & WithProvisionedThroughput(ProvisionedThroughputT &&value)
void SetVolumeSizeGB(int value)
UpdateStorageRequest & WithStorageMode(StorageMode value)
virtual const char * GetServiceRequestName() const override
UpdateStorageRequest & WithVolumeSizeGB(int value)
bool ProvisionedThroughputHasBeenSet() const
UpdateStorageRequest & WithCurrentVersion(CurrentVersionT &&value)
bool VolumeSizeGBHasBeenSet() const
UpdateStorageRequest & WithClusterArn(ClusterArnT &&value)
void SetStorageMode(StorageMode value)
const ProvisionedThroughput & GetProvisionedThroughput() const
AWS_KAFKA_API UpdateStorageRequest()=default
void SetClusterArn(ClusterArnT &&value)
AWS_KAFKA_API Aws::String SerializePayload() const override
const Aws::String & GetCurrentVersion() const
int GetVolumeSizeGB() const
bool CurrentVersionHasBeenSet() const
bool ClusterArnHasBeenSet() const
StorageMode GetStorageMode() const
void SetProvisionedThroughput(ProvisionedThroughputT &&value)
bool StorageModeHasBeenSet() const
const Aws::String & GetClusterArn() const
void SetCurrentVersion(CurrentVersionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String