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 LastModifiedTimeT = Aws::Utils::DateTime>
61 m_lastModifiedTimeHasBeenSet =
true;
62 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
64 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
77 template <
typename LastModifiedRegionT = Aws::String>
79 m_lastModifiedRegionHasBeenSet =
true;
80 m_lastModifiedRegion = std::forward<LastModifiedRegionT>(value);
82 template <
typename LastModifiedRegionT = Aws::String>
94 bool m_nameHasBeenSet =
false;
95 bool m_lastModifiedTimeHasBeenSet =
false;
96 bool m_lastModifiedRegionHasBeenSet =
false;
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
bool LastModifiedRegionHasBeenSet() const
PredefinedAttributeSummary & WithLastModifiedRegion(LastModifiedRegionT &&value)
void SetLastModifiedRegion(LastModifiedRegionT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
PredefinedAttributeSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
PredefinedAttributeSummary & WithName(NameT &&value)
AWS_CONNECT_API PredefinedAttributeSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API PredefinedAttributeSummary()=default
AWS_CONNECT_API PredefinedAttributeSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
void SetName(NameT &&value)
bool NameHasBeenSet() const
bool LastModifiedTimeHasBeenSet() const
const Aws::String & GetLastModifiedRegion() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue