@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateUserProfileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateUserProfileResult() |
Modifier and Type | Method and Description |
---|---|
UpdateUserProfileResult |
clone() |
boolean |
equals(Object obj) |
UserProfileDetails |
getDetails() |
String |
getDomainId()
The identifier of the Amazon DataZone domain in which a user profile is updated.
|
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 in which a user profile is updated.
|
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.
|
UpdateUserProfileResult |
withDetails(UserProfileDetails details) |
UpdateUserProfileResult |
withDomainId(String domainId)
The identifier of the Amazon DataZone domain in which a user profile is updated.
|
UpdateUserProfileResult |
withId(String id)
The identifier of the user profile.
|
UpdateUserProfileResult |
withStatus(String status)
The status of the user profile.
|
UpdateUserProfileResult |
withStatus(UserProfileStatus status)
The status of the user profile.
|
UpdateUserProfileResult |
withType(String type)
The type of the user profile.
|
UpdateUserProfileResult |
withType(UserProfileType type)
The type of the user profile.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDetails(UserProfileDetails details)
details
- public UserProfileDetails getDetails()
public UpdateUserProfileResult withDetails(UserProfileDetails details)
details
- public void setDomainId(String domainId)
The identifier of the Amazon DataZone domain in which a user profile is updated.
domainId
- The identifier of the Amazon DataZone domain in which a user profile is updated.public String getDomainId()
The identifier of the Amazon DataZone domain in which a user profile is updated.
public UpdateUserProfileResult withDomainId(String domainId)
The identifier of the Amazon DataZone domain in which a user profile is updated.
domainId
- The identifier of the Amazon DataZone domain in which a user profile is updated.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 UpdateUserProfileResult 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.UserProfileStatus
public String getStatus()
The status of the user profile.
UserProfileStatus
public UpdateUserProfileResult withStatus(String status)
The status of the user profile.
status
- The status of the user profile.UserProfileStatus
public UpdateUserProfileResult withStatus(UserProfileStatus status)
The status of the user profile.
status
- The status of the user profile.UserProfileStatus
public void setType(String type)
The type of the user profile.
type
- The type of the user profile.UserProfileType
public String getType()
The type of the user profile.
UserProfileType
public UpdateUserProfileResult withType(String type)
The type of the user profile.
type
- The type of the user profile.UserProfileType
public UpdateUserProfileResult withType(UserProfileType type)
The type of the user profile.
type
- The type of the user profile.UserProfileType
public String toString()
toString
in class Object
Object.toString()
public UpdateUserProfileResult clone()