@Generated(value="software.amazon.awssdk:codegen") public final class GroupSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GroupSummary.Builder,GroupSummary>
Summary information for groups.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GroupSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GroupSummary.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 you want group summary information on.
|
int |
hashCode() |
Long |
orderingId()
The timestamp identifier used for the latest
PUT or DELETE action. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GroupSummary.Builder> |
serializableBuilderClass() |
GroupSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String groupId()
The identifier of the group you want group summary information on.
public final Long orderingId()
The timestamp identifier used for the latest PUT or DELETE action.
PUT or DELETE action.public GroupSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GroupSummary.Builder,GroupSummary>public static GroupSummary.Builder builder()
public static Class<? extends GroupSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.