7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
59 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
60 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
61 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
71 template<
typename LastModifiedRegionT = Aws::String>
72 void SetLastModifiedRegion(LastModifiedRegionT&& value) { m_lastModifiedRegionHasBeenSet =
true; m_lastModifiedRegion = std::forward<LastModifiedRegionT>(value); }
73 template<
typename LastModifiedRegionT = Aws::String>
79 bool m_nameHasBeenSet =
false;
82 bool m_lastModifiedTimeHasBeenSet =
false;
85 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