@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, setSdkResponseMetadata
public 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.GroupProfileStatus
public String getStatus()
The status of the group profile.
GroupProfileStatus
public CreateGroupProfileResult withStatus(String status)
The status of the group profile.
status
- The status of the group profile.GroupProfileStatus
public CreateGroupProfileResult withStatus(GroupProfileStatus status)
The status of the group profile.
status
- The status of the group profile.GroupProfileStatus
public String toString()
toString
in class Object
Object.toString()
public CreateGroupProfileResult clone()