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