7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/crt/cbor/Cbor.h>
10#include <aws/monitoring/CloudWatch_EXPORTS.h>
31 AWS_CLOUDWATCH_API
DashboardEntry(
const std::shared_ptr<Aws::Crt::Cbor::CborDecoder>& decoder);
33 AWS_CLOUDWATCH_API
void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder)
const;
41 template <
typename DashboardNameT = Aws::String>
43 m_dashboardNameHasBeenSet =
true;
44 m_dashboardName = std::forward<DashboardNameT>(value);
46 template <
typename DashboardNameT = Aws::String>
59 template <
typename DashboardArnT = Aws::String>
61 m_dashboardArnHasBeenSet =
true;
62 m_dashboardArn = std::forward<DashboardArnT>(value);
64 template <
typename DashboardArnT = Aws::String>
79 template <
typename LastModifiedT = Aws::Utils::DateTime>
81 m_lastModifiedHasBeenSet =
true;
82 m_lastModified = std::forward<LastModifiedT>(value);
84 template <
typename LastModifiedT = Aws::Utils::DateTime>
95 inline long long GetSize()
const {
return m_size; }
98 m_sizeHasBeenSet =
true;
114 bool m_dashboardNameHasBeenSet =
false;
115 bool m_dashboardArnHasBeenSet =
false;
116 bool m_lastModifiedHasBeenSet =
false;
117 bool m_sizeHasBeenSet =
false;
void SetDashboardName(DashboardNameT &&value)
const Aws::String & GetDashboardArn() const
AWS_CLOUDWATCH_API DashboardEntry(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
bool SizeHasBeenSet() const
AWS_CLOUDWATCH_API DashboardEntry & operator=(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
AWS_CLOUDWATCH_API DashboardEntry()=default
bool DashboardNameHasBeenSet() const
DashboardEntry & WithSize(long long value)
bool LastModifiedHasBeenSet() const
void SetLastModified(LastModifiedT &&value)
void SetSize(long long value)
AWS_CLOUDWATCH_API void CborEncode(Aws::Crt::Cbor::CborEncoder &encoder) const
bool DashboardArnHasBeenSet() const
const Aws::String & GetDashboardName() const
const Aws::Utils::DateTime & GetLastModified() const
long long GetSize() const
DashboardEntry & WithDashboardName(DashboardNameT &&value)
DashboardEntry & WithLastModified(LastModifiedT &&value)
void SetDashboardArn(DashboardArnT &&value)
DashboardEntry & WithDashboardArn(DashboardArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String