@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetGroupProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetGroupProfileRequest() |
Modifier and Type | Method and Description |
---|---|
GetGroupProfileRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainIdentifier()
The identifier of the Amazon DataZone domain in which the group profile exists.
|
String |
getGroupIdentifier()
The identifier of the group profile.
|
int |
hashCode() |
void |
setDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which the group profile exists.
|
void |
setGroupIdentifier(String groupIdentifier)
The identifier of the group profile.
|
String |
toString()
Returns a string representation of this object.
|
GetGroupProfileRequest |
withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which the group profile exists.
|
GetGroupProfileRequest |
withGroupIdentifier(String groupIdentifier)
The identifier of the group profile.
|
addHandlerContext, 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, withSdkRequestTimeout
public void setDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which the group profile exists.
domainIdentifier
- The identifier of the Amazon DataZone domain in which the group profile exists.public String getDomainIdentifier()
The identifier of the Amazon DataZone domain in which the group profile exists.
public GetGroupProfileRequest withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which the group profile exists.
domainIdentifier
- The identifier of the Amazon DataZone domain in which the group profile exists.public void setGroupIdentifier(String groupIdentifier)
The identifier of the group profile.
groupIdentifier
- The identifier of the group profile.public String getGroupIdentifier()
The identifier of the group profile.
public GetGroupProfileRequest withGroupIdentifier(String groupIdentifier)
The identifier of the group profile.
groupIdentifier
- The identifier of the group profile.public String toString()
toString
in class Object
Object.toString()
public GetGroupProfileRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()