7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/UserProfileStatus.h>
11#include <aws/sagemaker/model/UserSettings.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename DomainIdT = Aws::String>
39 m_domainIdHasBeenSet =
true;
40 m_domainId = std::forward<DomainIdT>(value);
42 template <
typename DomainIdT = Aws::String>
54 template <
typename UserProfileArnT = Aws::String>
56 m_userProfileArnHasBeenSet =
true;
57 m_userProfileArn = std::forward<UserProfileArnT>(value);
59 template <
typename UserProfileArnT = Aws::String>
71 template <
typename UserProfileNameT = Aws::String>
73 m_userProfileNameHasBeenSet =
true;
74 m_userProfileName = std::forward<UserProfileNameT>(value);
76 template <
typename UserProfileNameT = Aws::String>
88 template <
typename HomeEfsFileSystemU
idT = Aws::String>
90 m_homeEfsFileSystemUidHasBeenSet =
true;
91 m_homeEfsFileSystemUid = std::forward<HomeEfsFileSystemUidT>(value);
93 template <
typename HomeEfsFileSystemU
idT = Aws::String>
106 m_statusHasBeenSet =
true;
120 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
122 m_lastModifiedTimeHasBeenSet =
true;
123 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
125 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
137 template <
typename CreationTimeT = Aws::Utils::DateTime>
139 m_creationTimeHasBeenSet =
true;
140 m_creationTime = std::forward<CreationTimeT>(value);
142 template <
typename CreationTimeT = Aws::Utils::DateTime>
154 template <
typename FailureReasonT = Aws::String>
156 m_failureReasonHasBeenSet =
true;
157 m_failureReason = std::forward<FailureReasonT>(value);
159 template <
typename FailureReasonT = Aws::String>
171 template <
typename SingleSignOnUserIdentifierT = Aws::String>
173 m_singleSignOnUserIdentifierHasBeenSet =
true;
174 m_singleSignOnUserIdentifier = std::forward<SingleSignOnUserIdentifierT>(value);
176 template <
typename SingleSignOnUserIdentifierT = Aws::String>
188 template <
typename SingleSignOnUserValueT = Aws::String>
190 m_singleSignOnUserValueHasBeenSet =
true;
191 m_singleSignOnUserValue = std::forward<SingleSignOnUserValueT>(value);
193 template <
typename SingleSignOnUserValueT = Aws::String>
205 template <
typename UserSettingsT = UserSettings>
207 m_userSettingsHasBeenSet =
true;
208 m_userSettings = std::forward<UserSettingsT>(value);
210 template <
typename UserSettingsT = UserSettings>
220 template <
typename RequestIdT = Aws::String>
222 m_requestIdHasBeenSet =
true;
223 m_requestId = std::forward<RequestIdT>(value);
225 template <
typename RequestIdT = Aws::String>
252 UserSettings m_userSettings;
255 bool m_domainIdHasBeenSet =
false;
256 bool m_userProfileArnHasBeenSet =
false;
257 bool m_userProfileNameHasBeenSet =
false;
258 bool m_homeEfsFileSystemUidHasBeenSet =
false;
259 bool m_statusHasBeenSet =
false;
260 bool m_lastModifiedTimeHasBeenSet =
false;
261 bool m_creationTimeHasBeenSet =
false;
262 bool m_failureReasonHasBeenSet =
false;
263 bool m_singleSignOnUserIdentifierHasBeenSet =
false;
264 bool m_singleSignOnUserValueHasBeenSet =
false;
265 bool m_userSettingsHasBeenSet =
false;
266 bool m_requestIdHasBeenSet =
false;
DescribeUserProfileResult & WithUserProfileName(UserProfileNameT &&value)
const UserSettings & GetUserSettings() const
const Aws::String & GetSingleSignOnUserIdentifier() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
const Aws::String & GetDomainId() const
void SetUserProfileArn(UserProfileArnT &&value)
AWS_SAGEMAKER_API DescribeUserProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeUserProfileResult & WithRequestId(RequestIdT &&value)
void SetUserSettings(UserSettingsT &&value)
DescribeUserProfileResult & WithStatus(UserProfileStatus value)
const Aws::String & GetUserProfileName() const
DescribeUserProfileResult & WithSingleSignOnUserValue(SingleSignOnUserValueT &&value)
DescribeUserProfileResult & WithCreationTime(CreationTimeT &&value)
void SetSingleSignOnUserValue(SingleSignOnUserValueT &&value)
DescribeUserProfileResult & WithUserSettings(UserSettingsT &&value)
DescribeUserProfileResult & WithHomeEfsFileSystemUid(HomeEfsFileSystemUidT &&value)
DescribeUserProfileResult & WithDomainId(DomainIdT &&value)
AWS_SAGEMAKER_API DescribeUserProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeUserProfileResult & WithLastModifiedTime(LastModifiedTimeT &&value)
AWS_SAGEMAKER_API DescribeUserProfileResult()=default
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetDomainId(DomainIdT &&value)
void SetStatus(UserProfileStatus value)
void SetHomeEfsFileSystemUid(HomeEfsFileSystemUidT &&value)
void SetCreationTime(CreationTimeT &&value)
const Aws::String & GetSingleSignOnUserValue() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
UserProfileStatus GetStatus() const
DescribeUserProfileResult & WithUserProfileArn(UserProfileArnT &&value)
const Aws::String & GetHomeEfsFileSystemUid() const
const Aws::String & GetFailureReason() const
void SetFailureReason(FailureReasonT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
void SetSingleSignOnUserIdentifier(SingleSignOnUserIdentifierT &&value)
void SetUserProfileName(UserProfileNameT &&value)
DescribeUserProfileResult & WithSingleSignOnUserIdentifier(SingleSignOnUserIdentifierT &&value)
DescribeUserProfileResult & WithFailureReason(FailureReasonT &&value)
const Aws::String & GetUserProfileArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue