@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateGroupProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateGroupProfileRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateGroupProfileRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDomainIdentifier()
The identifier of the Amazon DataZone domain in which a group profile is updated.
|
String |
getGroupIdentifier()
The identifier of the group profile that is updated.
|
String |
getStatus()
The status of the group profile that is updated.
|
int |
hashCode() |
void |
setDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a group profile is updated.
|
void |
setGroupIdentifier(String groupIdentifier)
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.
|
UpdateGroupProfileRequest |
withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a group profile is updated.
|
UpdateGroupProfileRequest |
withGroupIdentifier(String groupIdentifier)
The identifier of the group profile that is updated.
|
UpdateGroupProfileRequest |
withStatus(GroupProfileStatus status)
The status of the group profile that is updated.
|
UpdateGroupProfileRequest |
withStatus(String status)
The status of the group profile that is updated.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a group profile is updated.
domainIdentifier - The identifier of the Amazon DataZone domain in which a group profile is updated.public String getDomainIdentifier()
The identifier of the Amazon DataZone domain in which a group profile is updated.
public UpdateGroupProfileRequest withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a group profile is updated.
domainIdentifier - The identifier of the Amazon DataZone domain in which a group profile is updated.public void setGroupIdentifier(String groupIdentifier)
The identifier of the group profile that is updated.
groupIdentifier - The identifier of the group profile that is updated.public String getGroupIdentifier()
The identifier of the group profile that is updated.
public UpdateGroupProfileRequest withGroupIdentifier(String groupIdentifier)
The identifier of the group profile that is updated.
groupIdentifier - 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.GroupProfileStatuspublic String getStatus()
The status of the group profile that is updated.
GroupProfileStatuspublic UpdateGroupProfileRequest withStatus(String status)
The status of the group profile that is updated.
status - The status of the group profile that is updated.GroupProfileStatuspublic UpdateGroupProfileRequest withStatus(GroupProfileStatus status)
The status of the group profile that is updated.
status - The status of the group profile that is updated.GroupProfileStatuspublic String toString()
toString in class ObjectObject.toString()public UpdateGroupProfileRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.