7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
59 template <
typename IdT = Aws::String>
61 m_idHasBeenSet =
true;
62 m_id = std::forward<IdT>(value);
64 template <
typename IdT = Aws::String>
66 SetId(std::forward<IdT>(value));
77 template <
typename ArnT = Aws::String>
79 m_arnHasBeenSet =
true;
80 m_arn = std::forward<ArnT>(value);
82 template <
typename ArnT = Aws::String>
84 SetArn(std::forward<ArnT>(value));
95 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
97 m_lastModifiedTimeHasBeenSet =
true;
98 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
100 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
113 template <
typename LastModifiedRegionT = Aws::String>
115 m_lastModifiedRegionHasBeenSet =
true;
116 m_lastModifiedRegion = std::forward<LastModifiedRegionT>(value);
118 template <
typename LastModifiedRegionT = Aws::String>
134 bool m_nameHasBeenSet =
false;
135 bool m_idHasBeenSet =
false;
136 bool m_arnHasBeenSet =
false;
137 bool m_lastModifiedTimeHasBeenSet =
false;
138 bool m_lastModifiedRegionHasBeenSet =
false;
bool LastModifiedTimeHasBeenSet() const
DataTableSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
bool NameHasBeenSet() const
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECT_API DataTableSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLastModifiedRegion() const
void SetName(NameT &&value)
void SetArn(ArnT &&value)
AWS_CONNECT_API DataTableSummary()=default
const Aws::String & GetId() const
void SetLastModifiedRegion(LastModifiedRegionT &&value)
DataTableSummary & WithArn(ArnT &&value)
DataTableSummary & WithName(NameT &&value)
bool IdHasBeenSet() const
DataTableSummary & WithLastModifiedRegion(LastModifiedRegionT &&value)
const Aws::String & GetName() const
bool LastModifiedRegionHasBeenSet() const
AWS_CONNECT_API DataTableSummary(Aws::Utils::Json::JsonView jsonValue)
bool ArnHasBeenSet() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
const Aws::String & GetArn() const
DataTableSummary & WithId(IdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue