7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/UserProfileStatus.h>
12#include <aws/sagemaker/model/UserSettings.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename DomainIdT = Aws::String>
40 m_domainIdHasBeenSet =
true;
41 m_domainId = std::forward<DomainIdT>(value);
43 template <
typename DomainIdT = Aws::String>
55 template <
typename UserProfileArnT = Aws::String>
57 m_userProfileArnHasBeenSet =
true;
58 m_userProfileArn = std::forward<UserProfileArnT>(value);
60 template <
typename UserProfileArnT = Aws::String>
72 template <
typename UserProfileNameT = Aws::String>
74 m_userProfileNameHasBeenSet =
true;
75 m_userProfileName = std::forward<UserProfileNameT>(value);
77 template <
typename UserProfileNameT = Aws::String>
89 template <
typename HomeEfsFileSystemU
idT = Aws::String>
91 m_homeEfsFileSystemUidHasBeenSet =
true;
92 m_homeEfsFileSystemUid = std::forward<HomeEfsFileSystemUidT>(value);
94 template <
typename HomeEfsFileSystemU
idT = Aws::String>
107 m_statusHasBeenSet =
true;
121 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
123 m_lastModifiedTimeHasBeenSet =
true;
124 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
126 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
138 template <
typename CreationTimeT = Aws::Utils::DateTime>
140 m_creationTimeHasBeenSet =
true;
141 m_creationTime = std::forward<CreationTimeT>(value);
143 template <
typename CreationTimeT = Aws::Utils::DateTime>
155 template <
typename FailureReasonT = Aws::String>
157 m_failureReasonHasBeenSet =
true;
158 m_failureReason = std::forward<FailureReasonT>(value);
160 template <
typename FailureReasonT = Aws::String>
172 template <
typename SingleSignOnUserIdentifierT = Aws::String>
174 m_singleSignOnUserIdentifierHasBeenSet =
true;
175 m_singleSignOnUserIdentifier = std::forward<SingleSignOnUserIdentifierT>(value);
177 template <
typename SingleSignOnUserIdentifierT = Aws::String>
189 template <
typename SingleSignOnUserValueT = Aws::String>
191 m_singleSignOnUserValueHasBeenSet =
true;
192 m_singleSignOnUserValue = std::forward<SingleSignOnUserValueT>(value);
194 template <
typename SingleSignOnUserValueT = Aws::String>
206 template <
typename UserSettingsT = UserSettings>
208 m_userSettingsHasBeenSet =
true;
209 m_userSettings = std::forward<UserSettingsT>(value);
211 template <
typename UserSettingsT = UserSettings>
221 template <
typename RequestIdT = Aws::String>
223 m_requestIdHasBeenSet =
true;
224 m_requestId = std::forward<RequestIdT>(value);
226 template <
typename RequestIdT = Aws::String>
255 UserSettings m_userSettings;
259 bool m_domainIdHasBeenSet =
false;
260 bool m_userProfileArnHasBeenSet =
false;
261 bool m_userProfileNameHasBeenSet =
false;
262 bool m_homeEfsFileSystemUidHasBeenSet =
false;
263 bool m_statusHasBeenSet =
false;
264 bool m_lastModifiedTimeHasBeenSet =
false;
265 bool m_creationTimeHasBeenSet =
false;
266 bool m_failureReasonHasBeenSet =
false;
267 bool m_singleSignOnUserIdentifierHasBeenSet =
false;
268 bool m_singleSignOnUserValueHasBeenSet =
false;
269 bool m_userSettingsHasBeenSet =
false;
270 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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