7#include <aws/iotanalytics/IoTAnalytics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotanalytics/model/ChannelStorageSummary.h>
10#include <aws/iotanalytics/model/ChannelStatus.h>
11#include <aws/core/utils/DateTime.h>
49 template<
typename ChannelNameT = Aws::String>
50 void SetChannelName(ChannelNameT&& value) { m_channelNameHasBeenSet =
true; m_channelName = std::forward<ChannelNameT>(value); }
51 template<
typename ChannelNameT = Aws::String>
61 template<
typename ChannelStorageT = ChannelStorageSummary>
62 void SetChannelStorage(ChannelStorageT&& value) { m_channelStorageHasBeenSet =
true; m_channelStorage = std::forward<ChannelStorageT>(value); }
63 template<
typename ChannelStorageT = ChannelStorageSummary>
83 template<
typename CreationTimeT = Aws::Utils::DateTime>
84 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
85 template<
typename CreationTimeT = Aws::Utils::DateTime>
95 template<
typename LastUpdateTimeT = Aws::Utils::DateTime>
96 void SetLastUpdateTime(LastUpdateTimeT&& value) { m_lastUpdateTimeHasBeenSet =
true; m_lastUpdateTime = std::forward<LastUpdateTimeT>(value); }
97 template<
typename LastUpdateTimeT = Aws::Utils::DateTime>
111 template<
typename LastMessageArrivalTimeT = Aws::Utils::DateTime>
112 void SetLastMessageArrivalTime(LastMessageArrivalTimeT&& value) { m_lastMessageArrivalTimeHasBeenSet =
true; m_lastMessageArrivalTime = std::forward<LastMessageArrivalTimeT>(value); }
113 template<
typename LastMessageArrivalTimeT = Aws::Utils::DateTime>
119 bool m_channelNameHasBeenSet =
false;
122 bool m_channelStorageHasBeenSet =
false;
125 bool m_statusHasBeenSet =
false;
128 bool m_creationTimeHasBeenSet =
false;
131 bool m_lastUpdateTimeHasBeenSet =
false;
134 bool m_lastMessageArrivalTimeHasBeenSet =
false;
const ChannelStorageSummary & GetChannelStorage() const
void SetStatus(ChannelStatus value)
bool ChannelNameHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
const Aws::Utils::DateTime & GetLastMessageArrivalTime() const
ChannelSummary & WithChannelName(ChannelNameT &&value)
ChannelSummary & WithLastUpdateTime(LastUpdateTimeT &&value)
void SetLastMessageArrivalTime(LastMessageArrivalTimeT &&value)
const Aws::Utils::DateTime & GetLastUpdateTime() const
void SetLastUpdateTime(LastUpdateTimeT &&value)
ChannelSummary & WithChannelStorage(ChannelStorageT &&value)
bool ChannelStorageHasBeenSet() const
void SetChannelName(ChannelNameT &&value)
bool LastMessageArrivalTimeHasBeenSet() const
AWS_IOTANALYTICS_API ChannelSummary()=default
bool CreationTimeHasBeenSet() const
ChannelStatus GetStatus() const
AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
ChannelSummary & WithCreationTime(CreationTimeT &&value)
bool StatusHasBeenSet() const
ChannelSummary & WithStatus(ChannelStatus value)
bool LastUpdateTimeHasBeenSet() const
void SetChannelStorage(ChannelStorageT &&value)
AWS_IOTANALYTICS_API ChannelSummary(Aws::Utils::Json::JsonView jsonValue)
void SetCreationTime(CreationTimeT &&value)
AWS_IOTANALYTICS_API ChannelSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetChannelName() const
ChannelSummary & WithLastMessageArrivalTime(LastMessageArrivalTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue