7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/model/TopicRuleDestinationStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/iot/model/HttpUrlDestinationSummary.h>
12#include <aws/iot/model/VpcDestinationSummary.h>
50 template<
typename ArnT = Aws::String>
51 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
52 template<
typename ArnT = Aws::String>
89 template<
typename CreatedAtT = Aws::Utils::DateTime>
90 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
91 template<
typename CreatedAtT = Aws::Utils::DateTime>
101 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
102 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
103 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
113 template<
typename StatusReasonT = Aws::String>
114 void SetStatusReason(StatusReasonT&& value) { m_statusReasonHasBeenSet =
true; m_statusReason = std::forward<StatusReasonT>(value); }
115 template<
typename StatusReasonT = Aws::String>
125 template<
typename HttpUrlSummaryT = HttpUrlDestinationSummary>
126 void SetHttpUrlSummary(HttpUrlSummaryT&& value) { m_httpUrlSummaryHasBeenSet =
true; m_httpUrlSummary = std::forward<HttpUrlSummaryT>(value); }
127 template<
typename HttpUrlSummaryT = HttpUrlDestinationSummary>
137 template<
typename VpcDestinationSummaryT = VpcDestinationSummary>
138 void SetVpcDestinationSummary(VpcDestinationSummaryT&& value) { m_vpcDestinationSummaryHasBeenSet =
true; m_vpcDestinationSummary = std::forward<VpcDestinationSummaryT>(value); }
139 template<
typename VpcDestinationSummaryT = VpcDestinationSummary>
145 bool m_arnHasBeenSet =
false;
148 bool m_statusHasBeenSet =
false;
151 bool m_createdAtHasBeenSet =
false;
154 bool m_lastUpdatedAtHasBeenSet =
false;
157 bool m_statusReasonHasBeenSet =
false;
159 HttpUrlDestinationSummary m_httpUrlSummary;
160 bool m_httpUrlSummaryHasBeenSet =
false;
162 VpcDestinationSummary m_vpcDestinationSummary;
163 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