@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateParticipantTokenResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateParticipantTokenResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateParticipantTokenResult |
clone() |
boolean |
equals(Object obj) |
ParticipantToken |
getParticipantToken()
The participant token that was created.
|
int |
hashCode() |
void |
setParticipantToken(ParticipantToken participantToken)
The participant token that was created.
|
String |
toString()
Returns a string representation of this object.
|
CreateParticipantTokenResult |
withParticipantToken(ParticipantToken participantToken)
The participant token that was created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setParticipantToken(ParticipantToken participantToken)
The participant token that was created.
participantToken - The participant token that was created.public ParticipantToken getParticipantToken()
The participant token that was created.
public CreateParticipantTokenResult withParticipantToken(ParticipantToken participantToken)
The participant token that was created.
participantToken - The participant token that was created.public String toString()
toString in class ObjectObject.toString()public CreateParticipantTokenResult clone()