@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MedicalScribeChannelDefinition extends Object implements Serializable, Cloneable, StructuredPojo
Indicates which speaker is on which channel. The options are CLINICIAN and PATIENT
| Constructor and Description |
|---|
MedicalScribeChannelDefinition() |
| Modifier and Type | Method and Description |
|---|---|
MedicalScribeChannelDefinition |
clone() |
boolean |
equals(Object obj) |
Integer |
getChannelId()
Specify the audio channel you want to define.
|
String |
getParticipantRole()
Specify the participant that you want to flag.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setChannelId(Integer channelId)
Specify the audio channel you want to define.
|
void |
setParticipantRole(String participantRole)
Specify the participant that you want to flag.
|
String |
toString()
Returns a string representation of this object.
|
MedicalScribeChannelDefinition |
withChannelId(Integer channelId)
Specify the audio channel you want to define.
|
MedicalScribeChannelDefinition |
withParticipantRole(MedicalScribeParticipantRole participantRole)
Specify the participant that you want to flag.
|
MedicalScribeChannelDefinition |
withParticipantRole(String participantRole)
Specify the participant that you want to flag.
|
public void setChannelId(Integer channelId)
Specify the audio channel you want to define.
channelId - Specify the audio channel you want to define.public Integer getChannelId()
Specify the audio channel you want to define.
public MedicalScribeChannelDefinition withChannelId(Integer channelId)
Specify the audio channel you want to define.
channelId - Specify the audio channel you want to define.public void setParticipantRole(String participantRole)
Specify the participant that you want to flag. The options are CLINICIAN and PATIENT
participantRole - Specify the participant that you want to flag. The options are CLINICIAN and
PATIENTMedicalScribeParticipantRolepublic String getParticipantRole()
Specify the participant that you want to flag. The options are CLINICIAN and PATIENT
CLINICIAN and
PATIENTMedicalScribeParticipantRolepublic MedicalScribeChannelDefinition withParticipantRole(String participantRole)
Specify the participant that you want to flag. The options are CLINICIAN and PATIENT
participantRole - Specify the participant that you want to flag. The options are CLINICIAN and
PATIENTMedicalScribeParticipantRolepublic MedicalScribeChannelDefinition withParticipantRole(MedicalScribeParticipantRole participantRole)
Specify the participant that you want to flag. The options are CLINICIAN and PATIENT
participantRole - Specify the participant that you want to flag. The options are CLINICIAN and
PATIENTMedicalScribeParticipantRolepublic String toString()
toString in class ObjectObject.toString()public MedicalScribeChannelDefinition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.