@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CallAnalyticsSkippedFeature extends Object implements Serializable, Cloneable, StructuredPojo
Represents a skipped analytics feature during the analysis of a call analytics job.
The Feature
field indicates the type of analytics feature that was skipped.
The Message
field contains additional information or a message explaining why the analytics feature was
skipped.
The ReasonCode
field provides a code indicating the reason why the analytics feature was skipped.
Constructor and Description |
---|
CallAnalyticsSkippedFeature() |
Modifier and Type | Method and Description |
---|---|
CallAnalyticsSkippedFeature |
clone() |
boolean |
equals(Object obj) |
String |
getFeature()
Indicates the type of analytics feature that was skipped during the analysis of a call analytics job.
|
String |
getMessage()
Contains additional information or a message explaining why a specific analytics feature was skipped during the
analysis of a call analytics job.
|
String |
getReasonCode()
Provides a code indicating the reason why a specific analytics feature was skipped during the analysis of a call
analytics job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFeature(String feature)
Indicates the type of analytics feature that was skipped during the analysis of a call analytics job.
|
void |
setMessage(String message)
Contains additional information or a message explaining why a specific analytics feature was skipped during the
analysis of a call analytics job.
|
void |
setReasonCode(String reasonCode)
Provides a code indicating the reason why a specific analytics feature was skipped during the analysis of a call
analytics job.
|
String |
toString()
Returns a string representation of this object.
|
CallAnalyticsSkippedFeature |
withFeature(CallAnalyticsFeature feature)
Indicates the type of analytics feature that was skipped during the analysis of a call analytics job.
|
CallAnalyticsSkippedFeature |
withFeature(String feature)
Indicates the type of analytics feature that was skipped during the analysis of a call analytics job.
|
CallAnalyticsSkippedFeature |
withMessage(String message)
Contains additional information or a message explaining why a specific analytics feature was skipped during the
analysis of a call analytics job.
|
CallAnalyticsSkippedFeature |
withReasonCode(CallAnalyticsSkippedReasonCode reasonCode)
Provides a code indicating the reason why a specific analytics feature was skipped during the analysis of a call
analytics job.
|
CallAnalyticsSkippedFeature |
withReasonCode(String reasonCode)
Provides a code indicating the reason why a specific analytics feature was skipped during the analysis of a call
analytics job.
|
public void setFeature(String feature)
Indicates the type of analytics feature that was skipped during the analysis of a call analytics job.
feature
- Indicates the type of analytics feature that was skipped during the analysis of a call analytics job.CallAnalyticsFeature
public String getFeature()
Indicates the type of analytics feature that was skipped during the analysis of a call analytics job.
CallAnalyticsFeature
public CallAnalyticsSkippedFeature withFeature(String feature)
Indicates the type of analytics feature that was skipped during the analysis of a call analytics job.
feature
- Indicates the type of analytics feature that was skipped during the analysis of a call analytics job.CallAnalyticsFeature
public CallAnalyticsSkippedFeature withFeature(CallAnalyticsFeature feature)
Indicates the type of analytics feature that was skipped during the analysis of a call analytics job.
feature
- Indicates the type of analytics feature that was skipped during the analysis of a call analytics job.CallAnalyticsFeature
public void setReasonCode(String reasonCode)
Provides a code indicating the reason why a specific analytics feature was skipped during the analysis of a call analytics job.
reasonCode
- Provides a code indicating the reason why a specific analytics feature was skipped during the analysis of
a call analytics job.CallAnalyticsSkippedReasonCode
public String getReasonCode()
Provides a code indicating the reason why a specific analytics feature was skipped during the analysis of a call analytics job.
CallAnalyticsSkippedReasonCode
public CallAnalyticsSkippedFeature withReasonCode(String reasonCode)
Provides a code indicating the reason why a specific analytics feature was skipped during the analysis of a call analytics job.
reasonCode
- Provides a code indicating the reason why a specific analytics feature was skipped during the analysis of
a call analytics job.CallAnalyticsSkippedReasonCode
public CallAnalyticsSkippedFeature withReasonCode(CallAnalyticsSkippedReasonCode reasonCode)
Provides a code indicating the reason why a specific analytics feature was skipped during the analysis of a call analytics job.
reasonCode
- Provides a code indicating the reason why a specific analytics feature was skipped during the analysis of
a call analytics job.CallAnalyticsSkippedReasonCode
public void setMessage(String message)
Contains additional information or a message explaining why a specific analytics feature was skipped during the analysis of a call analytics job.
message
- Contains additional information or a message explaining why a specific analytics feature was skipped
during the analysis of a call analytics job.public String getMessage()
Contains additional information or a message explaining why a specific analytics feature was skipped during the analysis of a call analytics job.
public CallAnalyticsSkippedFeature withMessage(String message)
Contains additional information or a message explaining why a specific analytics feature was skipped during the analysis of a call analytics job.
message
- Contains additional information or a message explaining why a specific analytics feature was skipped
during the analysis of a call analytics job.public String toString()
toString
in class Object
Object.toString()
public CallAnalyticsSkippedFeature clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.