@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetectModerationLabelsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DetectModerationLabelsResult() |
Modifier and Type | Method and Description |
---|---|
DetectModerationLabelsResult |
clone() |
boolean |
equals(Object obj) |
List<ModerationLabel> |
getModerationLabels()
Array of detected Moderation labels and the time, in millseconds from the start of the video, they were detected.
|
int |
hashCode() |
void |
setModerationLabels(Collection<ModerationLabel> moderationLabels)
Array of detected Moderation labels and the time, in millseconds from the start of the video, they were detected.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DetectModerationLabelsResult |
withModerationLabels(Collection<ModerationLabel> moderationLabels)
Array of detected Moderation labels and the time, in millseconds from the start of the video, they were detected.
|
DetectModerationLabelsResult |
withModerationLabels(ModerationLabel... moderationLabels)
Array of detected Moderation labels and the time, in millseconds from the start of the video, they were detected.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ModerationLabel> getModerationLabels()
Array of detected Moderation labels and the time, in millseconds from the start of the video, they were detected.
public void setModerationLabels(Collection<ModerationLabel> moderationLabels)
Array of detected Moderation labels and the time, in millseconds from the start of the video, they were detected.
moderationLabels
- Array of detected Moderation labels and the time, in millseconds from the start of the video, they were
detected.public DetectModerationLabelsResult withModerationLabels(ModerationLabel... moderationLabels)
Array of detected Moderation labels and the time, in millseconds from the start of the video, they were detected.
NOTE: This method appends the values to the existing list (if any). Use
setModerationLabels(java.util.Collection)
or withModerationLabels(java.util.Collection)
if you
want to override the existing values.
moderationLabels
- Array of detected Moderation labels and the time, in millseconds from the start of the video, they were
detected.public DetectModerationLabelsResult withModerationLabels(Collection<ModerationLabel> moderationLabels)
Array of detected Moderation labels and the time, in millseconds from the start of the video, they were detected.
moderationLabels
- Array of detected Moderation labels and the time, in millseconds from the start of the video, they were
detected.public String toString()
toString
in class Object
Object.toString()
public DetectModerationLabelsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.