@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateGroupProfileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateGroupProfileResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateGroupProfileResult |
clone() |
boolean |
equals(Object obj) |
String |
getDomainId()
The identifier of the Amazon DataZone domain in which the group profile is created.
|
String |
getGroupName()
The name of the group for which group profile is created.
|
String |
getId()
The identifier of the group profile.
|
String |
getStatus()
The status of the group profile.
|
int |
hashCode() |
void |
setDomainId(String domainId)
The identifier of the Amazon DataZone domain in which the group profile is created.
|
void |
setGroupName(String groupName)
The name of the group for which group profile is created.
|
void |
setId(String id)
The identifier of the group profile.
|
void |
setStatus(String status)
The status of the group profile.
|
String |
toString()
Returns a string representation of this object.
|
CreateGroupProfileResult |
withDomainId(String domainId)
The identifier of the Amazon DataZone domain in which the group profile is created.
|
CreateGroupProfileResult |
withGroupName(String groupName)
The name of the group for which group profile is created.
|
CreateGroupProfileResult |
withId(String id)
The identifier of the group profile.
|
CreateGroupProfileResult |
withStatus(GroupProfileStatus status)
The status of the group profile.
|
CreateGroupProfileResult |
withStatus(String status)
The status of the group profile.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDomainId(String domainId)
The identifier of the Amazon DataZone domain in which the group profile is created.
domainId - The identifier of the Amazon DataZone domain in which the group profile is created.public String getDomainId()
The identifier of the Amazon DataZone domain in which the group profile is created.
public CreateGroupProfileResult withDomainId(String domainId)
The identifier of the Amazon DataZone domain in which the group profile is created.
domainId - The identifier of the Amazon DataZone domain in which the group profile is created.public void setGroupName(String groupName)
The name of the group for which group profile is created.
groupName - The name of the group for which group profile is created.public String getGroupName()
The name of the group for which group profile is created.
public CreateGroupProfileResult withGroupName(String groupName)
The name of the group for which group profile is created.
groupName - The name of the group for which group profile is created.public void setId(String id)
The identifier of the group profile.
id - The identifier of the group profile.public String getId()
The identifier of the group profile.
public CreateGroupProfileResult withId(String id)
The identifier of the group profile.
id - The identifier of the group profile.public void setStatus(String status)
The status of the group profile.
status - The status of the group profile.GroupProfileStatuspublic String getStatus()
The status of the group profile.
GroupProfileStatuspublic CreateGroupProfileResult withStatus(String status)
The status of the group profile.
status - The status of the group profile.GroupProfileStatuspublic CreateGroupProfileResult withStatus(GroupProfileStatus status)
The status of the group profile.
status - The status of the group profile.GroupProfileStatuspublic String toString()
toString in class ObjectObject.toString()public CreateGroupProfileResult clone()