@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 |
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String domainId()
The domain ID.
public String userProfileArn()
The user profile Amazon Resource Name (ARN).
public String userProfileName()
The user profile name.
public String homeEfsFileSystemUid()
The homa Amazon Elastic File System (EFS) Uid.
public 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 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 Instant lastModifiedTime()
The last modified time.
public Instant creationTime()
The creation time.
public String failureReason()
The failure reason.
public String singleSignOnUserIdentifier()
The SSO user identifier.
public String singleSignOnUserValue()
The SSO user value.
public 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 int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.