AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
ChannelMessages.h
1
6#pragma once
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>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace IoTAnalytics
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_IOTANALYTICS_API ChannelMessages() = default;
36 AWS_IOTANALYTICS_API ChannelMessages(Aws::Utils::Json::JsonView jsonValue);
37 AWS_IOTANALYTICS_API ChannelMessages& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
50 inline const Aws::Vector<Aws::String>& GetS3Paths() const { return m_s3Paths; }
51 inline bool S3PathsHasBeenSet() const { return m_s3PathsHasBeenSet; }
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>>
55 ChannelMessages& WithS3Paths(S3PathsT&& value) { SetS3Paths(std::forward<S3PathsT>(value)); return *this;}
56 template<typename S3PathsT = Aws::String>
57 ChannelMessages& AddS3Paths(S3PathsT&& value) { m_s3PathsHasBeenSet = true; m_s3Paths.emplace_back(std::forward<S3PathsT>(value)); return *this; }
59 private:
60
62 bool m_s3PathsHasBeenSet = false;
63 };
64
65} // namespace Model
66} // namespace IoTAnalytics
67} // namespace Aws
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
AWS_IOTANALYTICS_API ChannelMessages & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue