@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateGroupProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateGroupProfileRequest() |
Modifier and Type | Method and Description |
---|---|
CreateGroupProfileRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
String |
getDomainIdentifier()
The identifier of the Amazon DataZone domain in which the group profile is created.
|
String |
getGroupIdentifier()
The identifier of the group for which the group profile is created.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
void |
setDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which the group profile is created.
|
void |
setGroupIdentifier(String groupIdentifier)
The identifier of the group for which the group profile is created.
|
String |
toString()
Returns a string representation of this object.
|
CreateGroupProfileRequest |
withClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
CreateGroupProfileRequest |
withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which the group profile is created.
|
CreateGroupProfileRequest |
withGroupIdentifier(String groupIdentifier)
The identifier of the group for which the group profile is created.
|
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 setClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
clientToken
- A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.public String getClientToken()
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
public CreateGroupProfileRequest withClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
clientToken
- A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.public void setDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which the group profile is created.
domainIdentifier
- The identifier of the Amazon DataZone domain in which the group profile is created.public String getDomainIdentifier()
The identifier of the Amazon DataZone domain in which the group profile is created.
public CreateGroupProfileRequest withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which the group profile is created.
domainIdentifier
- The identifier of the Amazon DataZone domain in which the group profile is created.public void setGroupIdentifier(String groupIdentifier)
The identifier of the group for which the group profile is created.
groupIdentifier
- The identifier of the group for which the group profile is created.public String getGroupIdentifier()
The identifier of the group for which the group profile is created.
public CreateGroupProfileRequest withGroupIdentifier(String groupIdentifier)
The identifier of the group for which the group profile is created.
groupIdentifier
- The identifier of the group for which the group profile is created.public String toString()
toString
in class Object
Object.toString()
public CreateGroupProfileRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()