@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListInsightsOngoingStatusFilter extends Object implements Serializable, Cloneable, StructuredPojo
Used to filter for insights that have the status ONGOING.
| Constructor and Description |
|---|
ListInsightsOngoingStatusFilter() |
| Modifier and Type | Method and Description |
|---|---|
ListInsightsOngoingStatusFilter |
clone() |
boolean |
equals(Object obj) |
String |
getType()
Use to filter for either
REACTIVE or PROACTIVE insights. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setType(String type)
Use to filter for either
REACTIVE or PROACTIVE insights. |
String |
toString()
Returns a string representation of this object.
|
ListInsightsOngoingStatusFilter |
withType(InsightType type)
Use to filter for either
REACTIVE or PROACTIVE insights. |
ListInsightsOngoingStatusFilter |
withType(String type)
Use to filter for either
REACTIVE or PROACTIVE insights. |
public void setType(String type)
Use to filter for either REACTIVE or PROACTIVE insights.
type - Use to filter for either REACTIVE or PROACTIVE insights.InsightTypepublic String getType()
Use to filter for either REACTIVE or PROACTIVE insights.
REACTIVE or PROACTIVE insights.InsightTypepublic ListInsightsOngoingStatusFilter withType(String type)
Use to filter for either REACTIVE or PROACTIVE insights.
type - Use to filter for either REACTIVE or PROACTIVE insights.InsightTypepublic ListInsightsOngoingStatusFilter withType(InsightType type)
Use to filter for either REACTIVE or PROACTIVE insights.
type - Use to filter for either REACTIVE or PROACTIVE insights.InsightTypepublic String toString()
toString in class ObjectObject.toString()public ListInsightsOngoingStatusFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.