@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RealTimeContactAnalysisTimeData extends Object implements Serializable, Cloneable, StructuredPojo
Object describing time with which the segment is associated. It can have different representations of time. Currently supported: absoluteTime
Constructor and Description |
---|
RealTimeContactAnalysisTimeData() |
Modifier and Type | Method and Description |
---|---|
RealTimeContactAnalysisTimeData |
clone() |
boolean |
equals(Object obj) |
Date |
getAbsoluteTime()
Time represented in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAbsoluteTime(Date absoluteTime)
Time represented in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ.
|
String |
toString()
Returns a string representation of this object.
|
RealTimeContactAnalysisTimeData |
withAbsoluteTime(Date absoluteTime)
Time represented in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ.
|
public void setAbsoluteTime(Date absoluteTime)
Time represented in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
absoluteTime
- Time represented in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.public Date getAbsoluteTime()
Time represented in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
public RealTimeContactAnalysisTimeData withAbsoluteTime(Date absoluteTime)
Time represented in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
absoluteTime
- Time represented in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.public String toString()
toString
in class Object
Object.toString()
public RealTimeContactAnalysisTimeData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.