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 IdT = Aws::String>
43 m_idHasBeenSet =
true;
44 m_id = std::forward<IdT>(value);
46 template <
typename IdT = Aws::String>
48 SetId(std::forward<IdT>(value));
59 template <
typename NameT = Aws::String>
61 m_nameHasBeenSet =
true;
62 m_name = std::forward<NameT>(value);
64 template <
typename NameT = Aws::String>
66 SetName(std::forward<NameT>(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_idHasBeenSet =
false;
135 bool m_nameHasBeenSet =
false;
136 bool m_arnHasBeenSet =
false;
137 bool m_lastModifiedTimeHasBeenSet =
false;
138 bool m_lastModifiedRegionHasBeenSet =
false;
AWS_CONNECT_API WorkspaceSummary()=default
bool LastModifiedRegionHasBeenSet() const
const Aws::String & GetName() const
bool ArnHasBeenSet() const
bool LastModifiedTimeHasBeenSet() const
AWS_CONNECT_API WorkspaceSummary(Aws::Utils::Json::JsonView jsonValue)
WorkspaceSummary & WithId(IdT &&value)
const Aws::String & GetLastModifiedRegion() const
WorkspaceSummary & WithName(NameT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetArn(ArnT &&value)
AWS_CONNECT_API WorkspaceSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLastModifiedRegion(LastModifiedRegionT &&value)
bool IdHasBeenSet() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
bool NameHasBeenSet() const
const Aws::String & GetArn() const
const Aws::String & GetId() const
void SetName(NameT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
WorkspaceSummary & WithArn(ArnT &&value)
WorkspaceSummary & WithLastModifiedRegion(LastModifiedRegionT &&value)
WorkspaceSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue