@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 String groupId()
The identifier for a group in the identity store.
public 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 int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.