@Generated(value="software.amazon.awssdk:codegen") public final class Participants extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Participants.Builder,Participants>
Describes the users or user groups.
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
Participants.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
static Participants.Builder | 
builder()  | 
boolean | 
equals(Object obj)  | 
<T> Optional<T> | 
getValueForField(String fieldName,
                Class<T> clazz)  | 
List<GroupMetadata> | 
groups()
 The list of user groups. 
 | 
int | 
hashCode()  | 
List<SdkField<?>> | 
sdkFields()  | 
static Class<? extends Participants.Builder> | 
serializableBuilderClass()  | 
Participants.Builder | 
toBuilder()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
List<UserMetadata> | 
users()
 The list of users. 
 | 
copypublic List<UserMetadata> users()
The list of users.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<GroupMetadata> groups()
The list of user groups.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Participants.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Participants.Builder,Participants>public static Participants.Builder builder()
public static Class<? extends Participants.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.