@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisconnectDetails extends Object implements Serializable, Cloneable, StructuredPojo
Information about the call disconnect experience.
Constructor and Description |
---|
DisconnectDetails() |
Modifier and Type | Method and Description |
---|---|
DisconnectDetails |
clone() |
boolean |
equals(Object obj) |
String |
getPotentialDisconnectIssue()
Indicates the potential disconnection issues for a call.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPotentialDisconnectIssue(String potentialDisconnectIssue)
Indicates the potential disconnection issues for a call.
|
String |
toString()
Returns a string representation of this object.
|
DisconnectDetails |
withPotentialDisconnectIssue(String potentialDisconnectIssue)
Indicates the potential disconnection issues for a call.
|
public void setPotentialDisconnectIssue(String potentialDisconnectIssue)
Indicates the potential disconnection issues for a call. This field is not populated if the service does not detect potential issues.
potentialDisconnectIssue
- Indicates the potential disconnection issues for a call. This field is not populated if the service does
not detect potential issues.public String getPotentialDisconnectIssue()
Indicates the potential disconnection issues for a call. This field is not populated if the service does not detect potential issues.
public DisconnectDetails withPotentialDisconnectIssue(String potentialDisconnectIssue)
Indicates the potential disconnection issues for a call. This field is not populated if the service does not detect potential issues.
potentialDisconnectIssue
- Indicates the potential disconnection issues for a call. This field is not populated if the service does
not detect potential issues.public String toString()
toString
in class Object
Object.toString()
public DisconnectDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.