@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SelectedVideoStreams extends Object implements Serializable, Cloneable, StructuredPojo
The video streams to capture for a specified media capture pipeline. The total number of video streams can't exceed 25.
Constructor and Description |
---|
SelectedVideoStreams() |
Modifier and Type | Method and Description |
---|---|
SelectedVideoStreams |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAttendeeIds()
The attendee IDs of the streams selected for a media capture pipeline.
|
List<String> |
getExternalUserIds()
The external user IDs of the streams selected for a media capture pipeline.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAttendeeIds(Collection<String> attendeeIds)
The attendee IDs of the streams selected for a media capture pipeline.
|
void |
setExternalUserIds(Collection<String> externalUserIds)
The external user IDs of the streams selected for a media capture pipeline.
|
String |
toString()
Returns a string representation of this object.
|
SelectedVideoStreams |
withAttendeeIds(Collection<String> attendeeIds)
The attendee IDs of the streams selected for a media capture pipeline.
|
SelectedVideoStreams |
withAttendeeIds(String... attendeeIds)
The attendee IDs of the streams selected for a media capture pipeline.
|
SelectedVideoStreams |
withExternalUserIds(Collection<String> externalUserIds)
The external user IDs of the streams selected for a media capture pipeline.
|
SelectedVideoStreams |
withExternalUserIds(String... externalUserIds)
The external user IDs of the streams selected for a media capture pipeline.
|
public List<String> getAttendeeIds()
The attendee IDs of the streams selected for a media capture pipeline.
public void setAttendeeIds(Collection<String> attendeeIds)
The attendee IDs of the streams selected for a media capture pipeline.
attendeeIds
- The attendee IDs of the streams selected for a media capture pipeline.public SelectedVideoStreams withAttendeeIds(String... attendeeIds)
The attendee IDs of the streams selected for a media capture pipeline.
NOTE: This method appends the values to the existing list (if any). Use
setAttendeeIds(java.util.Collection)
or withAttendeeIds(java.util.Collection)
if you want to
override the existing values.
attendeeIds
- The attendee IDs of the streams selected for a media capture pipeline.public SelectedVideoStreams withAttendeeIds(Collection<String> attendeeIds)
The attendee IDs of the streams selected for a media capture pipeline.
attendeeIds
- The attendee IDs of the streams selected for a media capture pipeline.public List<String> getExternalUserIds()
The external user IDs of the streams selected for a media capture pipeline.
public void setExternalUserIds(Collection<String> externalUserIds)
The external user IDs of the streams selected for a media capture pipeline.
externalUserIds
- The external user IDs of the streams selected for a media capture pipeline.public SelectedVideoStreams withExternalUserIds(String... externalUserIds)
The external user IDs of the streams selected for a media capture pipeline.
NOTE: This method appends the values to the existing list (if any). Use
setExternalUserIds(java.util.Collection)
or withExternalUserIds(java.util.Collection)
if you
want to override the existing values.
externalUserIds
- The external user IDs of the streams selected for a media capture pipeline.public SelectedVideoStreams withExternalUserIds(Collection<String> externalUserIds)
The external user IDs of the streams selected for a media capture pipeline.
externalUserIds
- The external user IDs of the streams selected for a media capture pipeline.public String toString()
toString
in class Object
Object.toString()
public SelectedVideoStreams clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.