@Generated(value="software.amazon.awssdk:codegen") public final class DescribeGroupResponse extends IdentitystoreResponse implements ToCopyableBuilder<DescribeGroupResponse.Builder,DescribeGroupResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeGroupResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeGroupResponse.Builder |
builder() |
String |
displayName()
Contains the group’s display name value.
|
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() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeGroupResponse.Builder> |
serializableBuilderClass() |
DescribeGroupResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String groupId()
The identifier for a group in the identity store.
public final String displayName()
Contains the group’s display name value. The length limit is 1024 characters. This value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space and non breaking space in this attribute. The characters “<>;:%” are excluded. This value is specified at the time the group is created and stored as an attribute of the group object in the identity store.
public DescribeGroupResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeGroupResponse.Builder,DescribeGroupResponse>toBuilder in class AwsResponsepublic static DescribeGroupResponse.Builder builder()
public static Class<? extends DescribeGroupResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2021. All rights reserved.