StructuredPojo
, ToCopyableBuilder<Participants.Builder,Participants>
@Generated("software.amazon.awssdk:codegen") public class Participants extends Object implements StructuredPojo, ToCopyableBuilder<Participants.Builder,Participants>
Describes the users and/or user groups.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Participants.Builder |
Modifier and Type | Method | Description |
---|---|---|
static Participants.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<GroupMetadata> |
groups() |
The list of user groups.
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
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.
|
public List<UserMetadata> users()
The list of users.
public List<GroupMetadata> groups()
The list of user groups.
public Participants.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Participants.Builder,Participants>
public static Participants.Builder builder()
public static Class<? extends Participants.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.