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/ProvisionedThroughput.h>
11#include <aws/kafka/model/StorageMode.h>
48 template <
typename ClusterArnT = Aws::String>
50 m_clusterArnHasBeenSet =
true;
51 m_clusterArn = std::forward<ClusterArnT>(value);
53 template <
typename ClusterArnT = Aws::String>
69 template <
typename CurrentVersionT = Aws::String>
71 m_currentVersionHasBeenSet =
true;
72 m_currentVersion = std::forward<CurrentVersionT>(value);
74 template <
typename CurrentVersionT = Aws::String>
89 template <
typename ProvisionedThroughputT = ProvisionedThroughput>
91 m_provisionedThroughputHasBeenSet =
true;
92 m_provisionedThroughput = std::forward<ProvisionedThroughputT>(value);
94 template <
typename ProvisionedThroughputT = ProvisionedThroughput>
110 m_storageModeHasBeenSet =
true;
111 m_storageMode = value;
128 m_volumeSizeGBHasBeenSet =
true;
129 m_volumeSizeGB = value;
145 int m_volumeSizeGB{0};
146 bool m_clusterArnHasBeenSet =
false;
147 bool m_currentVersionHasBeenSet =
false;
148 bool m_provisionedThroughputHasBeenSet =
false;
149 bool m_storageModeHasBeenSet =
false;
150 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