@Generated(value="software.amazon.awssdk:codegen") public final class DescribeGroupRequest extends IdentitystoreRequest 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 a group in the identity store.
|
int |
hashCode() |
String |
identityStoreId()
The globally unique identifier for the identity store, such as d-1234567890.
|
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 String identityStoreId()
The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a fixed prefix, and 1234567890 is a randomly generated string which contains number and lower case letters. This value is generated at the time that a new identity store is created.
public String groupId()
The identifier for a group in the identity store.
public DescribeGroupRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeGroupRequest.Builder,DescribeGroupRequest>toBuilder in class IdentitystoreRequestpublic static DescribeGroupRequest.Builder builder()
public static Class<? extends DescribeGroupRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.