@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConnectionData extends Object implements Serializable, Cloneable, StructuredPojo
Information required to join the call.
Constructor and Description |
---|
ConnectionData() |
Modifier and Type | Method and Description |
---|---|
ConnectionData |
clone() |
boolean |
equals(Object obj) |
Attendee |
getAttendee()
The attendee information, including attendee ID and join token.
|
Meeting |
getMeeting()
A meeting created using the Amazon Chime SDK.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAttendee(Attendee attendee)
The attendee information, including attendee ID and join token.
|
void |
setMeeting(Meeting meeting)
A meeting created using the Amazon Chime SDK.
|
String |
toString()
Returns a string representation of this object.
|
ConnectionData |
withAttendee(Attendee attendee)
The attendee information, including attendee ID and join token.
|
ConnectionData |
withMeeting(Meeting meeting)
A meeting created using the Amazon Chime SDK.
|
public void setAttendee(Attendee attendee)
The attendee information, including attendee ID and join token.
attendee
- The attendee information, including attendee ID and join token.public Attendee getAttendee()
The attendee information, including attendee ID and join token.
public ConnectionData withAttendee(Attendee attendee)
The attendee information, including attendee ID and join token.
attendee
- The attendee information, including attendee ID and join token.public void setMeeting(Meeting meeting)
A meeting created using the Amazon Chime SDK.
meeting
- A meeting created using the Amazon Chime SDK.public Meeting getMeeting()
A meeting created using the Amazon Chime SDK.
public ConnectionData withMeeting(Meeting meeting)
A meeting created using the Amazon Chime SDK.
meeting
- A meeting created using the Amazon Chime SDK.public String toString()
toString
in class Object
Object.toString()
public ConnectionData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.