7#include <aws/cloudwatchomni/CloudWatchOmni_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/crt/cbor/Cbor.h>
21namespace CloudWatchOmni {
35 AWS_CLOUDWATCHOMNI_API
void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder)
const;
43 template <
typename DashboardIdT = Aws::String>
45 m_dashboardIdHasBeenSet =
true;
46 m_dashboardId = std::forward<DashboardIdT>(value);
48 template <
typename DashboardIdT = Aws::String>
61 template <
typename ArnT = Aws::String>
63 m_arnHasBeenSet =
true;
64 m_arn = std::forward<ArnT>(value);
66 template <
typename ArnT = Aws::String>
68 SetArn(std::forward<ArnT>(value));
79 template <
typename NameT = Aws::String>
81 m_nameHasBeenSet =
true;
82 m_name = std::forward<NameT>(value);
84 template <
typename NameT = Aws::String>
86 SetName(std::forward<NameT>(value));
97 template <
typename CreatedByT = Aws::String>
99 m_createdByHasBeenSet =
true;
100 m_createdBy = std::forward<CreatedByT>(value);
102 template <
typename CreatedByT = Aws::String>
115 template <
typename DescriptionT = Aws::String>
117 m_descriptionHasBeenSet =
true;
118 m_description = std::forward<DescriptionT>(value);
120 template <
typename DescriptionT = Aws::String>
133 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
135 m_tagsHasBeenSet =
true;
136 m_tags = std::forward<TagsT>(value);
138 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
140 SetTags(std::forward<TagsT>(value));
143 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
145 m_tagsHasBeenSet =
true;
146 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
157 template <
typename CreatedAtT = Aws::Utils::DateTime>
159 m_createdAtHasBeenSet =
true;
160 m_createdAt = std::forward<CreatedAtT>(value);
162 template <
typename CreatedAtT = Aws::Utils::DateTime>
175 template <
typename UpdatedAtT = Aws::Utils::DateTime>
177 m_updatedAtHasBeenSet =
true;
178 m_updatedAt = std::forward<UpdatedAtT>(value);
180 template <
typename UpdatedAtT = Aws::Utils::DateTime>
202 bool m_dashboardIdHasBeenSet =
false;
203 bool m_arnHasBeenSet =
false;
204 bool m_nameHasBeenSet =
false;
205 bool m_createdByHasBeenSet =
false;
206 bool m_descriptionHasBeenSet =
false;
207 bool m_tagsHasBeenSet =
false;
208 bool m_createdAtHasBeenSet =
false;
209 bool m_updatedAtHasBeenSet =
false;
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool DescriptionHasBeenSet() const
const Aws::String & GetArn() const
void SetTags(TagsT &&value)
bool UpdatedAtHasBeenSet() const
OmniDashboardSummary & WithUpdatedAt(UpdatedAtT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
void SetDescription(DescriptionT &&value)
OmniDashboardSummary & WithDescription(DescriptionT &&value)
const Aws::String & GetName() const
const Aws::String & GetDescription() const
bool DashboardIdHasBeenSet() const
OmniDashboardSummary & WithArn(ArnT &&value)
bool NameHasBeenSet() const
const Aws::String & GetDashboardId() const
void SetName(NameT &&value)
void SetArn(ArnT &&value)
void SetDashboardId(DashboardIdT &&value)
AWS_CLOUDWATCHOMNI_API void CborEncode(Aws::Crt::Cbor::CborEncoder &encoder) const
AWS_CLOUDWATCHOMNI_API OmniDashboardSummary & operator=(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
const Aws::Utils::DateTime & GetUpdatedAt() const
OmniDashboardSummary & WithTags(TagsT &&value)
bool CreatedAtHasBeenSet() const
OmniDashboardSummary & WithCreatedAt(CreatedAtT &&value)
OmniDashboardSummary & WithName(NameT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetCreatedBy(CreatedByT &&value)
void SetCreatedAt(CreatedAtT &&value)
OmniDashboardSummary & WithDashboardId(DashboardIdT &&value)
AWS_CLOUDWATCHOMNI_API OmniDashboardSummary()=default
AWS_CLOUDWATCHOMNI_API OmniDashboardSummary(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
OmniDashboardSummary & WithCreatedBy(CreatedByT &&value)
bool CreatedByHasBeenSet() const
bool ArnHasBeenSet() const
const Aws::String & GetCreatedBy() const
OmniDashboardSummary & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool TagsHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String