@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CategoryDetails extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about the category rule that was matched.
| Constructor and Description |
|---|
CategoryDetails() |
| Modifier and Type | Method and Description |
|---|---|
CategoryDetails |
clone() |
boolean |
equals(Object obj) |
List<PointOfInterest> |
getPointsOfInterest()
The section of audio where the category rule was detected.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setPointsOfInterest(Collection<PointOfInterest> pointsOfInterest)
The section of audio where the category rule was detected.
|
String |
toString()
Returns a string representation of this object.
|
CategoryDetails |
withPointsOfInterest(Collection<PointOfInterest> pointsOfInterest)
The section of audio where the category rule was detected.
|
CategoryDetails |
withPointsOfInterest(PointOfInterest... pointsOfInterest)
The section of audio where the category rule was detected.
|
public List<PointOfInterest> getPointsOfInterest()
The section of audio where the category rule was detected.
public void setPointsOfInterest(Collection<PointOfInterest> pointsOfInterest)
The section of audio where the category rule was detected.
pointsOfInterest - The section of audio where the category rule was detected.public CategoryDetails withPointsOfInterest(PointOfInterest... pointsOfInterest)
The section of audio where the category rule was detected.
NOTE: This method appends the values to the existing list (if any). Use
setPointsOfInterest(java.util.Collection) or withPointsOfInterest(java.util.Collection) if you
want to override the existing values.
pointsOfInterest - The section of audio where the category rule was detected.public CategoryDetails withPointsOfInterest(Collection<PointOfInterest> pointsOfInterest)
The section of audio where the category rule was detected.
pointsOfInterest - The section of audio where the category rule was detected.public String toString()
toString in class ObjectObject.toString()public CategoryDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.