@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RealTimeContactAnalysisAttachment extends Object implements Serializable, Cloneable, StructuredPojo
Object that describes attached file.
| Constructor and Description | 
|---|
| RealTimeContactAnalysisAttachment() | 
| Modifier and Type | Method and Description | 
|---|---|
| RealTimeContactAnalysisAttachment | clone() | 
| boolean | equals(Object obj) | 
| String | getAttachmentId()
 A unique identifier for the attachment. | 
| String | getAttachmentName()
 A case-sensitive name of the attachment being uploaded. | 
| String | getContentType()
 Describes the MIME file type of the attachment. | 
| String | getStatus()
 Status of the attachment. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setAttachmentId(String attachmentId)
 A unique identifier for the attachment. | 
| void | setAttachmentName(String attachmentName)
 A case-sensitive name of the attachment being uploaded. | 
| void | setContentType(String contentType)
 Describes the MIME file type of the attachment. | 
| void | setStatus(String status)
 Status of the attachment. | 
| String | toString()Returns a string representation of this object. | 
| RealTimeContactAnalysisAttachment | withAttachmentId(String attachmentId)
 A unique identifier for the attachment. | 
| RealTimeContactAnalysisAttachment | withAttachmentName(String attachmentName)
 A case-sensitive name of the attachment being uploaded. | 
| RealTimeContactAnalysisAttachment | withContentType(String contentType)
 Describes the MIME file type of the attachment. | 
| RealTimeContactAnalysisAttachment | withStatus(ArtifactStatus status)
 Status of the attachment. | 
| RealTimeContactAnalysisAttachment | withStatus(String status)
 Status of the attachment. | 
public void setAttachmentName(String attachmentName)
A case-sensitive name of the attachment being uploaded. Can be redacted.
attachmentName - A case-sensitive name of the attachment being uploaded. Can be redacted.public String getAttachmentName()
A case-sensitive name of the attachment being uploaded. Can be redacted.
public RealTimeContactAnalysisAttachment withAttachmentName(String attachmentName)
A case-sensitive name of the attachment being uploaded. Can be redacted.
attachmentName - A case-sensitive name of the attachment being uploaded. Can be redacted.public void setContentType(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.
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.public String getContentType()
Describes the MIME file type of the attachment. For a list of supported file types, see Feature specifications in the Amazon Connect Administrator Guide.
public RealTimeContactAnalysisAttachment withContentType(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.
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.public void setAttachmentId(String attachmentId)
A unique identifier for the attachment.
attachmentId - A unique identifier for the attachment.public String getAttachmentId()
A unique identifier for the attachment.
public RealTimeContactAnalysisAttachment withAttachmentId(String attachmentId)
A unique identifier for the attachment.
attachmentId - A unique identifier for the attachment.public void setStatus(String status)
Status of the attachment.
status - Status of the attachment.ArtifactStatuspublic String getStatus()
Status of the attachment.
ArtifactStatuspublic RealTimeContactAnalysisAttachment withStatus(String status)
Status of the attachment.
status - Status of the attachment.ArtifactStatuspublic RealTimeContactAnalysisAttachment withStatus(ArtifactStatus status)
Status of the attachment.
status - Status of the attachment.ArtifactStatuspublic String toString()
toString in class ObjectObject.toString()public RealTimeContactAnalysisAttachment clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.