Class GetUserProfileResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.datazone.model.DataZoneResponse
-
- software.amazon.awssdk.services.datazone.model.GetUserProfileResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetUserProfileResponse.Builder,GetUserProfileResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetUserProfileResponse extends DataZoneResponse implements ToCopyableBuilder<GetUserProfileResponse.Builder,GetUserProfileResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetUserProfileResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetUserProfileResponse.Builderbuilder()UserProfileDetailsdetails()Returns the value of the Details property for this object.StringdomainId()the identifier of the Amazon DataZone domain of which you want to get the user profile.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The identifier of the user profile.List<SdkField<?>>sdkFields()static Class<? extends GetUserProfileResponse.Builder>serializableBuilderClass()UserProfileStatusstatus()The status of the user profile.StringstatusAsString()The status of the user profile.GetUserProfileResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.UserProfileTypetype()The type of the user profile.StringtypeAsString()The type of the user profile.-
Methods inherited from class software.amazon.awssdk.services.datazone.model.DataZoneResponse
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
-
details
public final UserProfileDetails details()
Returns the value of the Details property for this object.- Returns:
- The value of the Details property for this object.
-
domainId
public final String domainId()
the identifier of the Amazon DataZone domain of which you want to get the user profile.
- Returns:
- the identifier of the Amazon DataZone domain of which you want to get the user profile.
-
id
public final String id()
The identifier of the user profile.
- Returns:
- The identifier of the user profile.
-
status
public final UserProfileStatus status()
The status of the user profile.
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 of the user profile.
- See Also:
UserProfileStatus
-
statusAsString
public final String statusAsString()
The status of the user profile.
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 of the user profile.
- See Also:
UserProfileStatus
-
type
public final UserProfileType type()
The type of the user profile.
If the service returns an enum value that is not available in the current SDK version,
typewill returnUserProfileType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the user profile.
- See Also:
UserProfileType
-
typeAsString
public final String typeAsString()
The type of the user profile.
If the service returns an enum value that is not available in the current SDK version,
typewill returnUserProfileType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the user profile.
- See Also:
UserProfileType
-
toBuilder
public GetUserProfileResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetUserProfileResponse.Builder,GetUserProfileResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetUserProfileResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetUserProfileResponse.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
-
-