@Generated(value="software.amazon.awssdk:codegen") public final class MemberGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MemberGroup.Builder,MemberGroup>
The sub groups that belong to a group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MemberGroup.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MemberGroup.Builder |
builder() |
String |
dataSourceId()
The identifier of the data source for the sub group you want to map to a group.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupId()
The identifier of the sub group you want to map to a group.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends MemberGroup.Builder> |
serializableBuilderClass() |
MemberGroup.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 sub group you want to map to a group.
public final String dataSourceId()
The identifier of the data source for the sub group you want to map to a group.
public MemberGroup.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MemberGroup.Builder,MemberGroup>public static MemberGroup.Builder builder()
public static Class<? extends MemberGroup.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.