@Generated(value="software.amazon.awssdk:codegen") public final class DescribeGroupRequest extends WorkMailRequest implements ToCopyableBuilder<DescribeGroupRequest.Builder,DescribeGroupRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeGroupRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeGroupRequest.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 described.
|
int |
hashCode() |
String |
organizationId()
The identifier for the organization under which the group exists.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeGroupRequest.Builder> |
serializableBuilderClass() |
DescribeGroupRequest.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 described.
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 DescribeGroupRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeGroupRequest.Builder,DescribeGroupRequest>toBuilder in class WorkMailRequestpublic static DescribeGroupRequest.Builder builder()
public static Class<? extends DescribeGroupRequest.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.