7#include <aws/iotanalytics/IoTAnalytics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
52 template<
typename S3PathsT = Aws::Vector<Aws::String>>
53 void SetS3Paths(S3PathsT&& value) { m_s3PathsHasBeenSet =
true; m_s3Paths = std::forward<S3PathsT>(value); }
54 template<
typename S3PathsT = Aws::Vector<Aws::String>>
56 template<
typename S3PathsT = Aws::String>
57 ChannelMessages&
AddS3Paths(S3PathsT&& value) { m_s3PathsHasBeenSet =
true; m_s3Paths.emplace_back(std::forward<S3PathsT>(value));
return *
this; }
62 bool m_s3PathsHasBeenSet =
false;
AWS_IOTANALYTICS_API ChannelMessages()=default
AWS_IOTANALYTICS_API ChannelMessages(Aws::Utils::Json::JsonView jsonValue)
ChannelMessages & AddS3Paths(S3PathsT &&value)
ChannelMessages & WithS3Paths(S3PathsT &&value)
const Aws::Vector< Aws::String > & GetS3Paths() const
AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
bool S3PathsHasBeenSet() const
AWS_IOTANALYTICS_API ChannelMessages & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetS3Paths(S3PathsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue