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 IdT = Aws::String>
48 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
49 template<
typename IdT = Aws::String>
59 template<
typename ArnT = Aws::String>
60 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
61 template<
typename ArnT = Aws::String>
71 template<
typename UsernameT = Aws::String>
72 void SetUsername(UsernameT&& value) { m_usernameHasBeenSet =
true; m_username = std::forward<UsernameT>(value); }
73 template<
typename UsernameT = Aws::String>
83 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
84 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
85 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
95 template<
typename LastModifiedRegionT = Aws::String>
96 void SetLastModifiedRegion(LastModifiedRegionT&& value) { m_lastModifiedRegionHasBeenSet =
true; m_lastModifiedRegion = std::forward<LastModifiedRegionT>(value); }
97 template<
typename LastModifiedRegionT = Aws::String>
103 bool m_idHasBeenSet =
false;
106 bool m_arnHasBeenSet =
false;
109 bool m_usernameHasBeenSet =
false;
112 bool m_lastModifiedTimeHasBeenSet =
false;
115 bool m_lastModifiedRegionHasBeenSet =
false;
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
UserSummary & WithUsername(UsernameT &&value)
const Aws::String & GetArn() const
UserSummary & WithId(IdT &&value)
void SetArn(ArnT &&value)
const Aws::String & GetUsername() const
AWS_CONNECT_API UserSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
UserSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
const Aws::String & GetLastModifiedRegion() const
bool ArnHasBeenSet() const
bool IdHasBeenSet() const
bool UsernameHasBeenSet() const
UserSummary & WithLastModifiedRegion(LastModifiedRegionT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
const Aws::String & GetId() const
UserSummary & WithArn(ArnT &&value)
bool LastModifiedRegionHasBeenSet() const
AWS_CONNECT_API UserSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API UserSummary()=default
void SetUsername(UsernameT &&value)
bool LastModifiedTimeHasBeenSet() const
void SetLastModifiedRegion(LastModifiedRegionT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue