@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContentModerationDetection extends Object implements Serializable, Cloneable, StructuredPojo
Information about a moderation label detection in a stored video.
| Constructor and Description |
|---|
ContentModerationDetection() |
| Modifier and Type | Method and Description |
|---|---|
ContentModerationDetection |
clone() |
boolean |
equals(Object obj) |
ModerationLabel |
getModerationLabel()
The moderation label detected by in the stored video.
|
Long |
getTimestamp()
Time, in milliseconds from the beginning of the video, that the moderation label was detected.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setModerationLabel(ModerationLabel moderationLabel)
The moderation label detected by in the stored video.
|
void |
setTimestamp(Long timestamp)
Time, in milliseconds from the beginning of the video, that the moderation label was detected.
|
String |
toString()
Returns a string representation of this object.
|
ContentModerationDetection |
withModerationLabel(ModerationLabel moderationLabel)
The moderation label detected by in the stored video.
|
ContentModerationDetection |
withTimestamp(Long timestamp)
Time, in milliseconds from the beginning of the video, that the moderation label was detected.
|
public void setTimestamp(Long timestamp)
Time, in milliseconds from the beginning of the video, that the moderation label was detected.
timestamp - Time, in milliseconds from the beginning of the video, that the moderation label was detected.public Long getTimestamp()
Time, in milliseconds from the beginning of the video, that the moderation label was detected.
public ContentModerationDetection withTimestamp(Long timestamp)
Time, in milliseconds from the beginning of the video, that the moderation label was detected.
timestamp - Time, in milliseconds from the beginning of the video, that the moderation label was detected.public void setModerationLabel(ModerationLabel moderationLabel)
The moderation label detected by in the stored video.
moderationLabel - The moderation label detected by in the stored video.public ModerationLabel getModerationLabel()
The moderation label detected by in the stored video.
public ContentModerationDetection withModerationLabel(ModerationLabel moderationLabel)
The moderation label detected by in the stored video.
moderationLabel - The moderation label detected by in the stored video.public String toString()
toString in class ObjectObject.toString()public ContentModerationDetection clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.