@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ParticipantDetails extends Object implements Serializable, Cloneable, StructuredPojo
The customer's details.
Constructor and Description |
---|
ParticipantDetails() |
Modifier and Type | Method and Description |
---|---|
ParticipantDetails |
clone() |
boolean |
equals(Object obj) |
String |
getDisplayName()
Display name of the participant.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDisplayName(String displayName)
Display name of the participant.
|
String |
toString()
Returns a string representation of this object.
|
ParticipantDetails |
withDisplayName(String displayName)
Display name of the participant.
|
public void setDisplayName(String displayName)
Display name of the participant.
displayName
- Display name of the participant.public String getDisplayName()
Display name of the participant.
public ParticipantDetails withDisplayName(String displayName)
Display name of the participant.
displayName
- Display name of the participant.public String toString()
toString
in class Object
Object.toString()
public ParticipantDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.