* A meeting created using the Amazon Chime SDK. *
*/ private Meeting meeting; /** ** The attendee information, including attendees IDs and join tokens. *
*/ private java.util.List* If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along * with error codes and error messages. *
*/ private java.util.List* A meeting created using the Amazon Chime SDK. *
* * @param meeting * A meeting created using the Amazon Chime SDK. */ public void setMeeting(Meeting meeting) { this.meeting = meeting; } /** ** A meeting created using the Amazon Chime SDK. *
* * @return A meeting created using the Amazon Chime SDK. */ public Meeting getMeeting() { return this.meeting; } /** ** A meeting created using the Amazon Chime SDK. *
* * @param meeting * A meeting created using the Amazon Chime SDK. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateMeetingWithAttendeesResult withMeeting(Meeting meeting) { setMeeting(meeting); return this; } /** ** The attendee information, including attendees IDs and join tokens. *
* * @return The attendee information, including attendees IDs and join tokens. */ public java.util.List* The attendee information, including attendees IDs and join tokens. *
* * @param attendees * The attendee information, including attendees IDs and join tokens. */ public void setAttendees(java.util.Collection* The attendee information, including attendees IDs and join tokens. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setAttendees(java.util.Collection)} or {@link #withAttendees(java.util.Collection)} if you want to * override the existing values. *
* * @param attendees * The attendee information, including attendees IDs and join tokens. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateMeetingWithAttendeesResult withAttendees(Attendee... attendees) { if (this.attendees == null) { setAttendees(new java.util.ArrayList* The attendee information, including attendees IDs and join tokens. *
* * @param attendees * The attendee information, including attendees IDs and join tokens. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateMeetingWithAttendeesResult withAttendees(java.util.Collection* If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along * with error codes and error messages. *
* * @return If the action fails for one or more of the attendees in the request, a list of the attendees is returned, * along with error codes and error messages. */ public java.util.List* If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along * with error codes and error messages. *
* * @param errors * If the action fails for one or more of the attendees in the request, a list of the attendees is returned, * along with error codes and error messages. */ public void setErrors(java.util.Collection* If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along * with error codes and error messages. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setErrors(java.util.Collection)} or {@link #withErrors(java.util.Collection)} if you want to override the * existing values. *
* * @param errors * If the action fails for one or more of the attendees in the request, a list of the attendees is returned, * along with error codes and error messages. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateMeetingWithAttendeesResult withErrors(CreateAttendeeError... errors) { if (this.errors == null) { setErrors(new java.util.ArrayList* If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along * with error codes and error messages. *
* * @param errors * If the action fails for one or more of the attendees in the request, a list of the attendees is returned, * along with error codes and error messages. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateMeetingWithAttendeesResult withErrors(java.util.Collection