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