@Generated(value="software.amazon.awssdk:codegen") public final class DescribeUserProfileResponse extends SageMakerResponse implements ToCopyableBuilder<DescribeUserProfileResponse.Builder,DescribeUserProfileResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeUserProfileResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeUserProfileResponse.Builder |
builder() |
Instant |
creationTime()
The creation time.
|
String |
domainId()
The ID of the domain that contains the profile.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
The failure reason.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
homeEfsFileSystemUid()
The ID of the user's profile in the Amazon Elastic File System (EFS) volume.
|
Instant |
lastModifiedTime()
The last modified time.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeUserProfileResponse.Builder> |
serializableBuilderClass() |
String |
singleSignOnUserIdentifier()
The SSO user identifier.
|
String |
singleSignOnUserValue()
The SSO user value.
|
UserProfileStatus |
status()
The status.
|
String |
statusAsString()
The status.
|
DescribeUserProfileResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userProfileArn()
The user profile Amazon Resource Name (ARN).
|
String |
userProfileName()
The user profile name.
|
UserSettings |
userSettings()
A collection of settings.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainId()
The ID of the domain that contains the profile.
public final String userProfileArn()
The user profile Amazon Resource Name (ARN).
public final String userProfileName()
The user profile name.
public final String homeEfsFileSystemUid()
The ID of the user's profile in the Amazon Elastic File System (EFS) volume.
public final UserProfileStatus status()
The status.
If the service returns an enum value that is not available in the current SDK version, status will
return UserProfileStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
UserProfileStatuspublic final String statusAsString()
The status.
If the service returns an enum value that is not available in the current SDK version, status will
return UserProfileStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
UserProfileStatuspublic final Instant lastModifiedTime()
The last modified time.
public final Instant creationTime()
The creation time.
public final String failureReason()
The failure reason.
public final String singleSignOnUserIdentifier()
The SSO user identifier.
public final String singleSignOnUserValue()
The SSO user value.
public final UserSettings userSettings()
A collection of settings.
public DescribeUserProfileResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeUserProfileResponse.Builder,DescribeUserProfileResponse>toBuilder in class AwsResponsepublic static DescribeUserProfileResponse.Builder builder()
public static Class<? extends DescribeUserProfileResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.