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/IcebergDestinationUpdate.h>
11#include <aws/kafka/model/S3DestinationUpdate.h>
44 template <
typename ChannelArnT = Aws::String>
46 m_channelArnHasBeenSet =
true;
47 m_channelArn = std::forward<ChannelArnT>(value);
49 template <
typename ChannelArnT = Aws::String>
62 template <
typename ClusterArnT = Aws::String>
64 m_clusterArnHasBeenSet =
true;
65 m_clusterArn = std::forward<ClusterArnT>(value);
67 template <
typename ClusterArnT = Aws::String>
81 template <
typename IcebergDestinationUpdateT = IcebergDestinationUpdate>
83 m_icebergDestinationUpdateHasBeenSet =
true;
84 m_icebergDestinationUpdate = std::forward<IcebergDestinationUpdateT>(value);
86 template <
typename IcebergDestinationUpdateT = IcebergDestinationUpdate>
100 template <
typename S3DestinationUpdateT = S3DestinationUpdate>
102 m_s3DestinationUpdateHasBeenSet =
true;
103 m_s3DestinationUpdate = std::forward<S3DestinationUpdateT>(value);
105 template <
typename S3DestinationUpdateT = S3DestinationUpdate>
119 bool m_channelArnHasBeenSet =
false;
120 bool m_clusterArnHasBeenSet =
false;
121 bool m_icebergDestinationUpdateHasBeenSet =
false;
122 bool m_s3DestinationUpdateHasBeenSet =
false;
bool IcebergDestinationUpdateHasBeenSet() const
const IcebergDestinationUpdate & GetIcebergDestinationUpdate() const
virtual const char * GetServiceRequestName() const override
UpdateChannelRequest & WithS3DestinationUpdate(S3DestinationUpdateT &&value)
void SetIcebergDestinationUpdate(IcebergDestinationUpdateT &&value)
const S3DestinationUpdate & GetS3DestinationUpdate() const
const Aws::String & GetClusterArn() const
void SetClusterArn(ClusterArnT &&value)
UpdateChannelRequest & WithChannelArn(ChannelArnT &&value)
bool ClusterArnHasBeenSet() const
void SetChannelArn(ChannelArnT &&value)
AWS_KAFKA_API Aws::String SerializePayload() const override
bool ChannelArnHasBeenSet() const
void SetS3DestinationUpdate(S3DestinationUpdateT &&value)
AWS_KAFKA_API UpdateChannelRequest()=default
bool S3DestinationUpdateHasBeenSet() const
UpdateChannelRequest & WithClusterArn(ClusterArnT &&value)
UpdateChannelRequest & WithIcebergDestinationUpdate(IcebergDestinationUpdateT &&value)
const Aws::String & GetChannelArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String