@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateMeetingWithAttendeesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateMeetingWithAttendeesResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateMeetingWithAttendeesResult |
clone() |
boolean |
equals(Object obj) |
List<Attendee> |
getAttendees()
The attendee information, including attendees' IDs and join tokens.
|
List<CreateAttendeeError> |
getErrors()
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.
|
Meeting |
getMeeting()
The meeting information, including the meeting ID and
MediaPlacement. |
int |
hashCode() |
void |
setAttendees(Collection<Attendee> attendees)
The attendee information, including attendees' IDs and join tokens.
|
void |
setErrors(Collection<CreateAttendeeError> 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.
|
void |
setMeeting(Meeting meeting)
The meeting information, including the meeting ID and
MediaPlacement. |
String |
toString()
Returns a string representation of this object.
|
CreateMeetingWithAttendeesResult |
withAttendees(Attendee... attendees)
The attendee information, including attendees' IDs and join tokens.
|
CreateMeetingWithAttendeesResult |
withAttendees(Collection<Attendee> attendees)
The attendee information, including attendees' IDs and join tokens.
|
CreateMeetingWithAttendeesResult |
withErrors(Collection<CreateAttendeeError> 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.
|
CreateMeetingWithAttendeesResult |
withErrors(CreateAttendeeError... 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.
|
CreateMeetingWithAttendeesResult |
withMeeting(Meeting meeting)
The meeting information, including the meeting ID and
MediaPlacement. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setMeeting(Meeting meeting)
The meeting information, including the meeting ID and MediaPlacement.
meeting - The meeting information, including the meeting ID and MediaPlacement.public Meeting getMeeting()
The meeting information, including the meeting ID and MediaPlacement.
MediaPlacement.public CreateMeetingWithAttendeesResult withMeeting(Meeting meeting)
The meeting information, including the meeting ID and MediaPlacement.
meeting - The meeting information, including the meeting ID and MediaPlacement.public List<Attendee> getAttendees()
The attendee information, including attendees' IDs and join tokens.
public void setAttendees(Collection<Attendee> attendees)
The attendee information, including attendees' IDs and join tokens.
attendees - The attendee information, including attendees' IDs and join tokens.public CreateMeetingWithAttendeesResult withAttendees(Attendee... attendees)
The attendee information, including attendees' IDs and join tokens.
NOTE: This method appends the values to the existing list (if any). Use
setAttendees(java.util.Collection) or withAttendees(java.util.Collection) if you want to
override the existing values.
attendees - The attendee information, including attendees' IDs and join tokens.public CreateMeetingWithAttendeesResult withAttendees(Collection<Attendee> attendees)
The attendee information, including attendees' IDs and join tokens.
attendees - The attendee information, including attendees' IDs and join tokens.public List<CreateAttendeeError> getErrors()
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(Collection<CreateAttendeeError> 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.
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 CreateMeetingWithAttendeesResult withErrors(CreateAttendeeError... 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.
NOTE: This method appends the values to the existing list (if any). Use
setErrors(java.util.Collection) or withErrors(java.util.Collection) if you want to override the
existing values.
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 CreateMeetingWithAttendeesResult withErrors(Collection<CreateAttendeeError> 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.
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 String toString()
toString in class ObjectObject.toString()public CreateMeetingWithAttendeesResult clone()