@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) |
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; useful for testing and debugging.
|
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)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.