@Generated(value="software.amazon.awssdk:codegen") public final class CreateGroupRequest extends WorkMailRequest 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() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
hiddenFromGlobalAddressList()
If this parameter is enabled, the group will be hidden from the address book.
|
String |
name()
The name of the group.
|
String |
organizationId()
The organization under which the group is to be created.
|
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 organizationId()
The organization under which the group is to be created.
public final String name()
The name of the group.
public final Boolean hiddenFromGlobalAddressList()
If this parameter is enabled, the group will be hidden from the address book.
public CreateGroupRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateGroupRequest.Builder,CreateGroupRequest>toBuilder in class WorkMailRequestpublic 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.