7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/kafka/KafkaRequest.h>
10#include <aws/kafka/Kafka_EXPORTS.h>
11#include <aws/kafka/model/BrokerEBSVolumeInfo.h>
42 template <
typename ClusterArnT = Aws::String>
44 m_clusterArnHasBeenSet =
true;
45 m_clusterArn = std::forward<ClusterArnT>(value);
47 template <
typename ClusterArnT = Aws::String>
63 template <
typename CurrentVersionT = Aws::String>
65 m_currentVersionHasBeenSet =
true;
66 m_currentVersion = std::forward<CurrentVersionT>(value);
68 template <
typename CurrentVersionT = Aws::String>
84 template <
typename TargetBrokerEBSVolumeInfoT = Aws::Vector<BrokerEBSVolumeInfo>>
86 m_targetBrokerEBSVolumeInfoHasBeenSet =
true;
87 m_targetBrokerEBSVolumeInfo = std::forward<TargetBrokerEBSVolumeInfoT>(value);
89 template <
typename TargetBrokerEBSVolumeInfoT = Aws::Vector<BrokerEBSVolumeInfo>>
94 template <
typename TargetBrokerEBSVolumeInfoT = BrokerEBSVolumeInfo>
96 m_targetBrokerEBSVolumeInfoHasBeenSet =
true;
97 m_targetBrokerEBSVolumeInfo.emplace_back(std::forward<TargetBrokerEBSVolumeInfoT>(value));
107 bool m_clusterArnHasBeenSet =
false;
108 bool m_currentVersionHasBeenSet =
false;
109 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