@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RecommendationTriggerData extends Object implements Serializable, Cloneable, StructuredPojo
A union type containing information related to the trigger.
| Constructor and Description |
|---|
RecommendationTriggerData() |
| Modifier and Type | Method and Description |
|---|---|
RecommendationTriggerData |
clone() |
boolean |
equals(Object obj) |
QueryRecommendationTriggerData |
getQuery()
Data associated with the QUERY RecommendationTriggerType.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setQuery(QueryRecommendationTriggerData query)
Data associated with the QUERY RecommendationTriggerType.
|
String |
toString()
Returns a string representation of this object.
|
RecommendationTriggerData |
withQuery(QueryRecommendationTriggerData query)
Data associated with the QUERY RecommendationTriggerType.
|
public void setQuery(QueryRecommendationTriggerData query)
Data associated with the QUERY RecommendationTriggerType.
query - Data associated with the QUERY RecommendationTriggerType.public QueryRecommendationTriggerData getQuery()
Data associated with the QUERY RecommendationTriggerType.
public RecommendationTriggerData withQuery(QueryRecommendationTriggerData query)
Data associated with the QUERY RecommendationTriggerType.
query - Data associated with the QUERY RecommendationTriggerType.public String toString()
toString in class ObjectObject.toString()public RecommendationTriggerData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.