@Generated(value="software.amazon.awssdk:codegen") public final class CreateGroupRequest extends IdentitystoreRequest implements ToCopyableBuilder<CreateGroupRequest.Builder,CreateGroupRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateGroupRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateGroupRequest.Builder |
builder() |
String |
description()
A string containing the description of the group.
|
String |
displayName()
A string containing the name of the group.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
identityStoreId()
The globally unique identifier for the identity store.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateGroupRequest.Builder> |
serializableBuilderClass() |
CreateGroupRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String identityStoreId()
The globally unique identifier for the identity store.
public final String displayName()
A string containing the name of the group. This value is commonly displayed when the group is referenced.
Administrator and AWSAdministrators are reserved names and can't be used for users or
groups.
Administrator and AWSAdministrators are reserved names and can't be used for
users or groups.public final String description()
A string containing the description of the group.
public CreateGroupRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateGroupRequest.Builder,CreateGroupRequest>toBuilder in class IdentitystoreRequestpublic static CreateGroupRequest.Builder builder()
public static Class<? extends CreateGroupRequest.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.