Class RealTimeContactAnalysisAttachment
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.RealTimeContactAnalysisAttachment
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RealTimeContactAnalysisAttachment.Builder,RealTimeContactAnalysisAttachment>
@Generated("software.amazon.awssdk:codegen") public final class RealTimeContactAnalysisAttachment extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RealTimeContactAnalysisAttachment.Builder,RealTimeContactAnalysisAttachment>
Object that describes attached file.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRealTimeContactAnalysisAttachment.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringattachmentId()A unique identifier for the attachment.StringattachmentName()A case-sensitive name of the attachment being uploaded.static RealTimeContactAnalysisAttachment.Builderbuilder()StringcontentType()Describes the MIME file type of the attachment.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends RealTimeContactAnalysisAttachment.Builder>serializableBuilderClass()ArtifactStatusstatus()Status of the attachment.StringstatusAsString()Status of the attachment.RealTimeContactAnalysisAttachment.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
-
attachmentName
public final String attachmentName()
A case-sensitive name of the attachment being uploaded. Can be redacted.
- Returns:
- A case-sensitive name of the attachment being uploaded. Can be redacted.
-
contentType
public final String contentType()
Describes the MIME file type of the attachment. For a list of supported file types, see Feature specifications in the Amazon Connect Administrator Guide.
- Returns:
- Describes the MIME file type of the attachment. For a list of supported file types, see Feature specifications in the Amazon Connect Administrator Guide.
-
attachmentId
public final String attachmentId()
A unique identifier for the attachment.
- Returns:
- A unique identifier for the attachment.
-
status
public final ArtifactStatus status()
Status of the attachment.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnArtifactStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Status of the attachment.
- See Also:
ArtifactStatus
-
statusAsString
public final String statusAsString()
Status of the attachment.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnArtifactStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Status of the attachment.
- See Also:
ArtifactStatus
-
toBuilder
public RealTimeContactAnalysisAttachment.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RealTimeContactAnalysisAttachment.Builder,RealTimeContactAnalysisAttachment>
-
builder
public static RealTimeContactAnalysisAttachment.Builder builder()
-
serializableBuilderClass
public static Class<? extends RealTimeContactAnalysisAttachment.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.
-
-