Class CallAnalyticsSkippedFeature
- java.lang.Object
-
- software.amazon.awssdk.services.transcribe.model.CallAnalyticsSkippedFeature
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CallAnalyticsSkippedFeature.Builder,CallAnalyticsSkippedFeature>
@Generated("software.amazon.awssdk:codegen") public final class CallAnalyticsSkippedFeature extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CallAnalyticsSkippedFeature.Builder,CallAnalyticsSkippedFeature>
Represents a skipped analytics feature during the analysis of a call analytics job.
The
Featurefield indicates the type of analytics feature that was skipped.The
Messagefield contains additional information or a message explaining why the analytics feature was skipped.The
ReasonCodefield provides a code indicating the reason why the analytics feature was skipped.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCallAnalyticsSkippedFeature.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CallAnalyticsSkippedFeature.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)CallAnalyticsFeaturefeature()Indicates the type of analytics feature that was skipped during the analysis of a call analytics job.StringfeatureAsString()Indicates the type of analytics feature that was skipped during the analysis of a call analytics job.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmessage()Contains additional information or a message explaining why a specific analytics feature was skipped during the analysis of a call analytics job.CallAnalyticsSkippedReasonCodereasonCode()Provides a code indicating the reason why a specific analytics feature was skipped during the analysis of a call analytics job.StringreasonCodeAsString()Provides a code indicating the reason why a specific analytics feature was skipped during the analysis of a call analytics job.List<SdkField<?>>sdkFields()static Class<? extends CallAnalyticsSkippedFeature.Builder>serializableBuilderClass()CallAnalyticsSkippedFeature.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
feature
public final CallAnalyticsFeature feature()
Indicates the type of analytics feature that was skipped during the analysis of a call analytics job.
If the service returns an enum value that is not available in the current SDK version,
featurewill returnCallAnalyticsFeature.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfeatureAsString().- Returns:
- Indicates the type of analytics feature that was skipped during the analysis of a call analytics job.
- See Also:
CallAnalyticsFeature
-
featureAsString
public final String featureAsString()
Indicates the type of analytics feature that was skipped during the analysis of a call analytics job.
If the service returns an enum value that is not available in the current SDK version,
featurewill returnCallAnalyticsFeature.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfeatureAsString().- Returns:
- Indicates the type of analytics feature that was skipped during the analysis of a call analytics job.
- See Also:
CallAnalyticsFeature
-
reasonCode
public final CallAnalyticsSkippedReasonCode reasonCode()
Provides a code indicating the reason why a specific analytics feature was skipped during the analysis of a call analytics job.
If the service returns an enum value that is not available in the current SDK version,
reasonCodewill returnCallAnalyticsSkippedReasonCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromreasonCodeAsString().- Returns:
- Provides a code indicating the reason why a specific analytics feature was skipped during the analysis of a call analytics job.
- See Also:
CallAnalyticsSkippedReasonCode
-
reasonCodeAsString
public final String reasonCodeAsString()
Provides a code indicating the reason why a specific analytics feature was skipped during the analysis of a call analytics job.
If the service returns an enum value that is not available in the current SDK version,
reasonCodewill returnCallAnalyticsSkippedReasonCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromreasonCodeAsString().- Returns:
- Provides a code indicating the reason why a specific analytics feature was skipped during the analysis of a call analytics job.
- See Also:
CallAnalyticsSkippedReasonCode
-
message
public final String message()
Contains additional information or a message explaining why a specific analytics feature was skipped during the analysis of a call analytics job.
- Returns:
- Contains additional information or a message explaining why a specific analytics feature was skipped during the analysis of a call analytics job.
-
toBuilder
public CallAnalyticsSkippedFeature.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CallAnalyticsSkippedFeature.Builder,CallAnalyticsSkippedFeature>
-
builder
public static CallAnalyticsSkippedFeature.Builder builder()
-
serializableBuilderClass
public static Class<? extends CallAnalyticsSkippedFeature.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-