@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListInsightsStatusFilter extends Object implements Serializable, Cloneable, StructuredPojo
A filter used by ListInsights
to specify which insights to return.
Constructor and Description |
---|
ListInsightsStatusFilter() |
Modifier and Type | Method and Description |
---|---|
ListInsightsStatusFilter |
clone() |
boolean |
equals(Object obj) |
ListInsightsAnyStatusFilter |
getAny()
A
ListInsightsAnyStatusFilter that specifies insights of any status that are either
REACTIVE or PROACTIVE . |
ListInsightsClosedStatusFilter |
getClosed()
A
ListInsightsClosedStatusFilter that specifies closed insights that are either
REACTIVE or PROACTIVE . |
ListInsightsOngoingStatusFilter |
getOngoing()
A
ListInsightsAnyStatusFilter that specifies ongoing insights that are either REACTIVE
or PROACTIVE . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAny(ListInsightsAnyStatusFilter any)
A
ListInsightsAnyStatusFilter that specifies insights of any status that are either
REACTIVE or PROACTIVE . |
void |
setClosed(ListInsightsClosedStatusFilter closed)
A
ListInsightsClosedStatusFilter that specifies closed insights that are either
REACTIVE or PROACTIVE . |
void |
setOngoing(ListInsightsOngoingStatusFilter ongoing)
A
ListInsightsAnyStatusFilter that specifies ongoing insights that are either REACTIVE
or PROACTIVE . |
String |
toString()
Returns a string representation of this object.
|
ListInsightsStatusFilter |
withAny(ListInsightsAnyStatusFilter any)
A
ListInsightsAnyStatusFilter that specifies insights of any status that are either
REACTIVE or PROACTIVE . |
ListInsightsStatusFilter |
withClosed(ListInsightsClosedStatusFilter closed)
A
ListInsightsClosedStatusFilter that specifies closed insights that are either
REACTIVE or PROACTIVE . |
ListInsightsStatusFilter |
withOngoing(ListInsightsOngoingStatusFilter ongoing)
A
ListInsightsAnyStatusFilter that specifies ongoing insights that are either REACTIVE
or PROACTIVE . |
public void setOngoing(ListInsightsOngoingStatusFilter ongoing)
A ListInsightsAnyStatusFilter
that specifies ongoing insights that are either REACTIVE
or PROACTIVE
.
ongoing
- A ListInsightsAnyStatusFilter
that specifies ongoing insights that are either
REACTIVE
or PROACTIVE
.public ListInsightsOngoingStatusFilter getOngoing()
A ListInsightsAnyStatusFilter
that specifies ongoing insights that are either REACTIVE
or PROACTIVE
.
ListInsightsAnyStatusFilter
that specifies ongoing insights that are either
REACTIVE
or PROACTIVE
.public ListInsightsStatusFilter withOngoing(ListInsightsOngoingStatusFilter ongoing)
A ListInsightsAnyStatusFilter
that specifies ongoing insights that are either REACTIVE
or PROACTIVE
.
ongoing
- A ListInsightsAnyStatusFilter
that specifies ongoing insights that are either
REACTIVE
or PROACTIVE
.public void setClosed(ListInsightsClosedStatusFilter closed)
A ListInsightsClosedStatusFilter
that specifies closed insights that are either
REACTIVE
or PROACTIVE
.
closed
- A ListInsightsClosedStatusFilter
that specifies closed insights that are either
REACTIVE
or PROACTIVE
.public ListInsightsClosedStatusFilter getClosed()
A ListInsightsClosedStatusFilter
that specifies closed insights that are either
REACTIVE
or PROACTIVE
.
ListInsightsClosedStatusFilter
that specifies closed insights that are either
REACTIVE
or PROACTIVE
.public ListInsightsStatusFilter withClosed(ListInsightsClosedStatusFilter closed)
A ListInsightsClosedStatusFilter
that specifies closed insights that are either
REACTIVE
or PROACTIVE
.
closed
- A ListInsightsClosedStatusFilter
that specifies closed insights that are either
REACTIVE
or PROACTIVE
.public void setAny(ListInsightsAnyStatusFilter any)
A ListInsightsAnyStatusFilter
that specifies insights of any status that are either
REACTIVE
or PROACTIVE
.
any
- A ListInsightsAnyStatusFilter
that specifies insights of any status that are either
REACTIVE
or PROACTIVE
.public ListInsightsAnyStatusFilter getAny()
A ListInsightsAnyStatusFilter
that specifies insights of any status that are either
REACTIVE
or PROACTIVE
.
ListInsightsAnyStatusFilter
that specifies insights of any status that are either
REACTIVE
or PROACTIVE
.public ListInsightsStatusFilter withAny(ListInsightsAnyStatusFilter any)
A ListInsightsAnyStatusFilter
that specifies insights of any status that are either
REACTIVE
or PROACTIVE
.
any
- A ListInsightsAnyStatusFilter
that specifies insights of any status that are either
REACTIVE
or PROACTIVE
.public String toString()
toString
in class Object
Object.toString()
public ListInsightsStatusFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.