@Generated(value="software.amazon.awssdk:codegen") public final class UpdateGroupRequest extends WorkMailRequest implements ToCopyableBuilder<UpdateGroupRequest.Builder,UpdateGroupRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateGroupRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateGroupRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupId()
The identifier for the group to be updated.
|
int |
hashCode() |
Boolean |
hiddenFromGlobalAddressList()
If enabled, the group is hidden from the global address list.
|
String |
organizationId()
The identifier for the organization under which the group exists.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateGroupRequest.Builder> |
serializableBuilderClass() |
UpdateGroupRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String organizationId()
The identifier for the organization under which the group exists.
public final String groupId()
The identifier for the group to be updated.
The identifier can accept GroupId, Groupname, or email. The following identity formats are available:
Group ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Email address: group@domain.tld
Group name: group
The identifier can accept GroupId, Groupname, or email. The following identity formats are available:
Group ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Email address: group@domain.tld
Group name: group
public final Boolean hiddenFromGlobalAddressList()
If enabled, the group is hidden from the global address list.
public UpdateGroupRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateGroupRequest.Builder,UpdateGroupRequest>toBuilder in class WorkMailRequestpublic static UpdateGroupRequest.Builder builder()
public static Class<? extends UpdateGroupRequest.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.