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