@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.InsightType
public String getType()
Use to filter for either REACTIVE
or PROACTIVE
insights.
REACTIVE
or PROACTIVE
insights.InsightType
public ListInsightsOngoingStatusFilter withType(String type)
Use to filter for either REACTIVE
or PROACTIVE
insights.
type
- Use to filter for either REACTIVE
or PROACTIVE
insights.InsightType
public ListInsightsOngoingStatusFilter withType(InsightType type)
Use to filter for either REACTIVE
or PROACTIVE
insights.
type
- Use to filter for either REACTIVE
or PROACTIVE
insights.InsightType
public String toString()
toString
in class Object
Object.toString()
public ListInsightsOngoingStatusFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.