@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.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String domainId()
The ID of the domain that contains the profile.
public String userProfileArn()
The user profile Amazon Resource Name (ARN).
public String userProfileName()
The user profile name.
public String homeEfsFileSystemUid()
The ID of the user's profile in the Amazon Elastic File System (EFS) volume.
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()
.
UserProfileStatus
public 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()
.
UserProfileStatus
public 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 AwsResponse
public static DescribeUserProfileResponse.Builder builder()
public static Class<? extends DescribeUserProfileResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsResponse
public boolean equals(Object obj)
equals
in class AwsResponse
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2020. All rights reserved.