7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/IoT_EXPORTS.h>
10#include <aws/iot/model/HttpUrlDestinationSummary.h>
11#include <aws/iot/model/TopicRuleDestinationStatus.h>
12#include <aws/iot/model/VpcDestinationSummary.h>
44 template <
typename ArnT = Aws::String>
46 m_arnHasBeenSet =
true;
47 m_arn = std::forward<ArnT>(value);
49 template <
typename ArnT = Aws::String>
51 SetArn(std::forward<ArnT>(value));
80 m_statusHasBeenSet =
true;
95 template <
typename CreatedAtT = Aws::Utils::DateTime>
97 m_createdAtHasBeenSet =
true;
98 m_createdAt = std::forward<CreatedAtT>(value);
100 template <
typename CreatedAtT = Aws::Utils::DateTime>
113 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
115 m_lastUpdatedAtHasBeenSet =
true;
116 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
118 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
131 template <
typename StatusReasonT = Aws::String>
133 m_statusReasonHasBeenSet =
true;
134 m_statusReason = std::forward<StatusReasonT>(value);
136 template <
typename StatusReasonT = Aws::String>
149 template <
typename HttpUrlSummaryT = HttpUrlDestinationSummary>
151 m_httpUrlSummaryHasBeenSet =
true;
152 m_httpUrlSummary = std::forward<HttpUrlSummaryT>(value);
154 template <
typename HttpUrlSummaryT = HttpUrlDestinationSummary>
167 template <
typename VpcDestinationSummaryT = VpcDestinationSummary>
169 m_vpcDestinationSummaryHasBeenSet =
true;
170 m_vpcDestinationSummary = std::forward<VpcDestinationSummaryT>(value);
172 template <
typename VpcDestinationSummaryT = VpcDestinationSummary>
189 HttpUrlDestinationSummary m_httpUrlSummary;
191 VpcDestinationSummary m_vpcDestinationSummary;
192 bool m_arnHasBeenSet =
false;
193 bool m_statusHasBeenSet =
false;
194 bool m_createdAtHasBeenSet =
false;
195 bool m_lastUpdatedAtHasBeenSet =
false;
196 bool m_statusReasonHasBeenSet =
false;
197 bool m_httpUrlSummaryHasBeenSet =
false;
198 bool m_vpcDestinationSummaryHasBeenSet =
false;
void SetArn(ArnT &&value)
bool LastUpdatedAtHasBeenSet() const
void SetHttpUrlSummary(HttpUrlSummaryT &&value)
bool StatusReasonHasBeenSet() const
TopicRuleDestinationStatus GetStatus() const
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
bool StatusHasBeenSet() const
const VpcDestinationSummary & GetVpcDestinationSummary() const
void SetStatus(TopicRuleDestinationStatus value)
TopicRuleDestinationSummary & WithArn(ArnT &&value)
TopicRuleDestinationSummary & WithHttpUrlSummary(HttpUrlSummaryT &&value)
const Aws::String & GetStatusReason() const
bool CreatedAtHasBeenSet() const
TopicRuleDestinationSummary & WithVpcDestinationSummary(VpcDestinationSummaryT &&value)
AWS_IOT_API TopicRuleDestinationSummary(Aws::Utils::Json::JsonView jsonValue)
void SetStatusReason(StatusReasonT &&value)
TopicRuleDestinationSummary & WithCreatedAt(CreatedAtT &&value)
bool VpcDestinationSummaryHasBeenSet() const
TopicRuleDestinationSummary & WithStatus(TopicRuleDestinationStatus value)
void SetCreatedAt(CreatedAtT &&value)
void SetVpcDestinationSummary(VpcDestinationSummaryT &&value)
bool ArnHasBeenSet() const
void SetLastUpdatedAt(LastUpdatedAtT &&value)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
const Aws::String & GetArn() const
AWS_IOT_API TopicRuleDestinationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const HttpUrlDestinationSummary & GetHttpUrlSummary() const
const Aws::Utils::DateTime & GetCreatedAt() const
TopicRuleDestinationSummary & WithLastUpdatedAt(LastUpdatedAtT &&value)
AWS_IOT_API TopicRuleDestinationSummary()=default
TopicRuleDestinationSummary & WithStatusReason(StatusReasonT &&value)
bool HttpUrlSummaryHasBeenSet() const
TopicRuleDestinationStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue