Class DescribeUserProfileResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.sagemaker.model.SageMakerResponse
-
- software.amazon.awssdk.services.sagemaker.model.DescribeUserProfileResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeUserProfileResponse.Builder,DescribeUserProfileResponse>
@Generated("software.amazon.awssdk:codegen") public final class DescribeUserProfileResponse extends SageMakerResponse implements ToCopyableBuilder<DescribeUserProfileResponse.Builder,DescribeUserProfileResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeUserProfileResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeUserProfileResponse.Builderbuilder()InstantcreationTime()The creation time.StringdomainId()The ID of the domain that contains the profile.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfailureReason()The failure reason.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringhomeEfsFileSystemUid()The ID of the user's profile in the Amazon Elastic File System (EFS) volume.InstantlastModifiedTime()The last modified time.List<SdkField<?>>sdkFields()static Class<? extends DescribeUserProfileResponse.Builder>serializableBuilderClass()StringsingleSignOnUserIdentifier()The IAM Identity Center user identifier.StringsingleSignOnUserValue()The IAM Identity Center user value.UserProfileStatusstatus()The status.StringstatusAsString()The status.DescribeUserProfileResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringuserProfileArn()The user profile Amazon Resource Name (ARN).StringuserProfileName()The user profile name.UserSettingsuserSettings()A collection of settings.-
Methods inherited from class software.amazon.awssdk.services.sagemaker.model.SageMakerResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
domainId
public final String domainId()
The ID of the domain that contains the profile.
- Returns:
- The ID of the domain that contains the profile.
-
userProfileArn
public final String userProfileArn()
The user profile Amazon Resource Name (ARN).
- Returns:
- The user profile Amazon Resource Name (ARN).
-
userProfileName
public final String userProfileName()
The user profile name.
- Returns:
- The user profile name.
-
homeEfsFileSystemUid
public final String homeEfsFileSystemUid()
The ID of the user's profile in the Amazon Elastic File System (EFS) volume.
- Returns:
- The ID of the user's profile in the Amazon Elastic File System (EFS) volume.
-
status
public final UserProfileStatus status()
The status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnUserProfileStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status.
- See Also:
UserProfileStatus
-
statusAsString
public final String statusAsString()
The status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnUserProfileStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status.
- See Also:
UserProfileStatus
-
lastModifiedTime
public final Instant lastModifiedTime()
The last modified time.
- Returns:
- The last modified time.
-
creationTime
public final Instant creationTime()
The creation time.
- Returns:
- The creation time.
-
failureReason
public final String failureReason()
The failure reason.
- Returns:
- The failure reason.
-
singleSignOnUserIdentifier
public final String singleSignOnUserIdentifier()
The IAM Identity Center user identifier.
- Returns:
- The IAM Identity Center user identifier.
-
singleSignOnUserValue
public final String singleSignOnUserValue()
The IAM Identity Center user value.
- Returns:
- The IAM Identity Center user value.
-
userSettings
public final UserSettings userSettings()
A collection of settings.
- Returns:
- A collection of settings.
-
toBuilder
public DescribeUserProfileResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeUserProfileResponse.Builder,DescribeUserProfileResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DescribeUserProfileResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeUserProfileResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-