7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/UserProfileStatus.h>
10#include <aws/core/utils/DateTime.h>
48 template<
typename DomainIdT = Aws::String>
49 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
50 template<
typename DomainIdT = Aws::String>
60 template<
typename UserProfileNameT = Aws::String>
61 void SetUserProfileName(UserProfileNameT&& value) { m_userProfileNameHasBeenSet =
true; m_userProfileName = std::forward<UserProfileNameT>(value); }
62 template<
typename UserProfileNameT = Aws::String>
82 template<
typename CreationTimeT = Aws::Utils::DateTime>
83 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
84 template<
typename CreationTimeT = Aws::Utils::DateTime>
94 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
95 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
96 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
102 bool m_domainIdHasBeenSet =
false;
105 bool m_userProfileNameHasBeenSet =
false;
108 bool m_statusHasBeenSet =
false;
111 bool m_creationTimeHasBeenSet =
false;
114 bool m_lastModifiedTimeHasBeenSet =
false;
bool UserProfileNameHasBeenSet() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
bool StatusHasBeenSet() const
bool LastModifiedTimeHasBeenSet() const
UserProfileDetails & WithUserProfileName(UserProfileNameT &&value)
bool DomainIdHasBeenSet() const
UserProfileStatus GetStatus() const
AWS_SAGEMAKER_API UserProfileDetails(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetCreationTime() const
const Aws::String & GetDomainId() const
UserProfileDetails & WithDomainId(DomainIdT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCreationTime(CreationTimeT &&value)
void SetUserProfileName(UserProfileNameT &&value)
const Aws::String & GetUserProfileName() const
UserProfileDetails & WithCreationTime(CreationTimeT &&value)
bool CreationTimeHasBeenSet() const
void SetDomainId(DomainIdT &&value)
AWS_SAGEMAKER_API UserProfileDetails()=default
AWS_SAGEMAKER_API UserProfileDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLastModifiedTime(LastModifiedTimeT &&value)
UserProfileDetails & WithStatus(UserProfileStatus value)
void SetStatus(UserProfileStatus value)
UserProfileDetails & WithLastModifiedTime(LastModifiedTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue