@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomerQualityMetrics extends Object implements Serializable, Cloneable, StructuredPojo
Information about the quality of the Customer's media connection
Constructor and Description |
---|
CustomerQualityMetrics() |
Modifier and Type | Method and Description |
---|---|
CustomerQualityMetrics |
clone() |
boolean |
equals(Object obj) |
AudioQualityMetricsInfo |
getAudio()
Information about the audio quality of the Customer
|
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 Customer
|
String |
toString()
Returns a string representation of this object.
|
CustomerQualityMetrics |
withAudio(AudioQualityMetricsInfo audio)
Information about the audio quality of the Customer
|
public void setAudio(AudioQualityMetricsInfo audio)
Information about the audio quality of the Customer
audio
- Information about the audio quality of the Customerpublic AudioQualityMetricsInfo getAudio()
Information about the audio quality of the Customer
public CustomerQualityMetrics withAudio(AudioQualityMetricsInfo audio)
Information about the audio quality of the Customer
audio
- Information about the audio quality of the Customerpublic String toString()
toString
in class Object
Object.toString()
public CustomerQualityMetrics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.