@Generated(value="software.amazon.awssdk:codegen") public final class CreateGroupProfileRequest extends DataZoneRequest implements ToCopyableBuilder<CreateGroupProfileRequest.Builder,CreateGroupProfileRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateGroupProfileRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateGroupProfileRequest.Builder |
builder() |
String |
clientToken()
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
String |
domainIdentifier()
The identifier of the Amazon DataZone domain in which the group profile is created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupIdentifier()
The identifier of the group for which the group profile is created.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateGroupProfileRequest.Builder> |
serializableBuilderClass() |
CreateGroupProfileRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clientToken()
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
public final String domainIdentifier()
The identifier of the Amazon DataZone domain in which the group profile is created.
public final String groupIdentifier()
The identifier of the group for which the group profile is created.
public CreateGroupProfileRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateGroupProfileRequest.Builder,CreateGroupProfileRequest>toBuilder in class DataZoneRequestpublic static CreateGroupProfileRequest.Builder builder()
public static Class<? extends CreateGroupProfileRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.