@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ParticipantDetailsToAdd extends Object implements Serializable, Cloneable, StructuredPojo
The details to add for the participant.
| Constructor and Description |
|---|
ParticipantDetailsToAdd() |
| Modifier and Type | Method and Description |
|---|---|
ParticipantDetailsToAdd |
clone() |
boolean |
equals(Object obj) |
String |
getDisplayName()
The display name of the participant.
|
String |
getParticipantRole()
The role of the participant being added.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDisplayName(String displayName)
The display name of the participant.
|
void |
setParticipantRole(String participantRole)
The role of the participant being added.
|
String |
toString()
Returns a string representation of this object.
|
ParticipantDetailsToAdd |
withDisplayName(String displayName)
The display name of the participant.
|
ParticipantDetailsToAdd |
withParticipantRole(ParticipantRole participantRole)
The role of the participant being added.
|
ParticipantDetailsToAdd |
withParticipantRole(String participantRole)
The role of the participant being added.
|
public void setParticipantRole(String participantRole)
The role of the participant being added.
participantRole - The role of the participant being added.ParticipantRolepublic String getParticipantRole()
The role of the participant being added.
ParticipantRolepublic ParticipantDetailsToAdd withParticipantRole(String participantRole)
The role of the participant being added.
participantRole - The role of the participant being added.ParticipantRolepublic ParticipantDetailsToAdd withParticipantRole(ParticipantRole participantRole)
The role of the participant being added.
participantRole - The role of the participant being added.ParticipantRolepublic void setDisplayName(String displayName)
The display name of the participant.
displayName - The display name of the participant.public String getDisplayName()
The display name of the participant.
public ParticipantDetailsToAdd withDisplayName(String displayName)
The display name of the participant.
displayName - The display name of the participant.public String toString()
toString in class ObjectObject.toString()public ParticipantDetailsToAdd clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.