@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AgentQualityMetrics extends Object implements Serializable, Cloneable, StructuredPojo
Information about the quality of the Agent's media connection
Constructor and Description |
---|
AgentQualityMetrics() |
Modifier and Type | Method and Description |
---|---|
AgentQualityMetrics |
clone() |
boolean |
equals(Object obj) |
AudioQualityMetricsInfo |
getAudio()
Information about the audio quality of the Agent
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAudio(AudioQualityMetricsInfo audio)
Information about the audio quality of the Agent
|
String |
toString()
Returns a string representation of this object.
|
AgentQualityMetrics |
withAudio(AudioQualityMetricsInfo audio)
Information about the audio quality of the Agent
|
public void setAudio(AudioQualityMetricsInfo audio)
Information about the audio quality of the Agent
audio
- Information about the audio quality of the Agentpublic AudioQualityMetricsInfo getAudio()
Information about the audio quality of the Agent
public AgentQualityMetrics withAudio(AudioQualityMetricsInfo audio)
Information about the audio quality of the Agent
audio
- Information about the audio quality of the Agentpublic String toString()
toString
in class Object
Object.toString()
public AgentQualityMetrics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.