@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetUserProfileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetUserProfileResult() |
| Modifier and Type | Method and Description |
|---|---|
GetUserProfileResult |
clone() |
boolean |
equals(Object obj) |
UserProfileDetails |
getDetails() |
String |
getDomainId()
the identifier of the Amazon DataZone domain of which you want to get the user profile.
|
String |
getId()
The identifier of the user profile.
|
String |
getStatus()
The status of the user profile.
|
String |
getType()
The type of the user profile.
|
int |
hashCode() |
void |
setDetails(UserProfileDetails details) |
void |
setDomainId(String domainId)
the identifier of the Amazon DataZone domain of which you want to get the user profile.
|
void |
setId(String id)
The identifier of the user profile.
|
void |
setStatus(String status)
The status of the user profile.
|
void |
setType(String type)
The type of the user profile.
|
String |
toString()
Returns a string representation of this object.
|
GetUserProfileResult |
withDetails(UserProfileDetails details) |
GetUserProfileResult |
withDomainId(String domainId)
the identifier of the Amazon DataZone domain of which you want to get the user profile.
|
GetUserProfileResult |
withId(String id)
The identifier of the user profile.
|
GetUserProfileResult |
withStatus(String status)
The status of the user profile.
|
GetUserProfileResult |
withStatus(UserProfileStatus status)
The status of the user profile.
|
GetUserProfileResult |
withType(String type)
The type of the user profile.
|
GetUserProfileResult |
withType(UserProfileType type)
The type of the user profile.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDetails(UserProfileDetails details)
details - public UserProfileDetails getDetails()
public GetUserProfileResult withDetails(UserProfileDetails details)
details - public void setDomainId(String domainId)
the identifier of the Amazon DataZone domain of which you want to get the user profile.
domainId - the identifier of the Amazon DataZone domain of which you want to get the user profile.public String getDomainId()
the identifier of the Amazon DataZone domain of which you want to get the user profile.
public GetUserProfileResult withDomainId(String domainId)
the identifier of the Amazon DataZone domain of which you want to get the user profile.
domainId - the identifier of the Amazon DataZone domain of which you want to get the user profile.public void setId(String id)
The identifier of the user profile.
id - The identifier of the user profile.public String getId()
The identifier of the user profile.
public GetUserProfileResult withId(String id)
The identifier of the user profile.
id - The identifier of the user profile.public void setStatus(String status)
The status of the user profile.
status - The status of the user profile.UserProfileStatuspublic String getStatus()
The status of the user profile.
UserProfileStatuspublic GetUserProfileResult withStatus(String status)
The status of the user profile.
status - The status of the user profile.UserProfileStatuspublic GetUserProfileResult withStatus(UserProfileStatus status)
The status of the user profile.
status - The status of the user profile.UserProfileStatuspublic void setType(String type)
The type of the user profile.
type - The type of the user profile.UserProfileTypepublic String getType()
The type of the user profile.
UserProfileTypepublic GetUserProfileResult withType(String type)
The type of the user profile.
type - The type of the user profile.UserProfileTypepublic GetUserProfileResult withType(UserProfileType type)
The type of the user profile.
type - The type of the user profile.UserProfileTypepublic String toString()
toString in class ObjectObject.toString()public GetUserProfileResult clone()