Class CallDetails
- java.lang.Object
-
- software.amazon.awssdk.services.chimesdkvoice.model.CallDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CallDetails.Builder,CallDetails>
@Generated("software.amazon.awssdk:codegen") public final class CallDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CallDetails.Builder,CallDetails>
The details of an Amazon Chime SDK Voice Connector call.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCallDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CallDetails.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanisCaller()Identifies a person as the caller or the callee.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CallDetails.Builder>serializableBuilderClass()CallDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtransactionId()The transaction ID of a Voice Connector call.StringvoiceConnectorId()The Voice Connector ID.-
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
-
voiceConnectorId
public final String voiceConnectorId()
The Voice Connector ID.
- Returns:
- The Voice Connector ID.
-
transactionId
public final String transactionId()
The transaction ID of a Voice Connector call.
- Returns:
- The transaction ID of a Voice Connector call.
-
isCaller
public final Boolean isCaller()
Identifies a person as the caller or the callee.
- Returns:
- Identifies a person as the caller or the callee.
-
toBuilder
public CallDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CallDetails.Builder,CallDetails>
-
builder
public static CallDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends CallDetails.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-