@Generated(value="software.amazon.awssdk:codegen") public final class ListInsightsAnyStatusFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListInsightsAnyStatusFilter.Builder,ListInsightsAnyStatusFilter>
Used to filter for insights that have any status.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListInsightsAnyStatusFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListInsightsAnyStatusFilter.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListInsightsAnyStatusFilter.Builder> |
serializableBuilderClass() |
StartTimeRange |
startTimeRange()
A time range used to specify when the behavior of the filtered insights started.
|
ListInsightsAnyStatusFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
InsightType |
type()
Use to filter for either
REACTIVE or PROACTIVE insights. |
String |
typeAsString()
Use to filter for either
REACTIVE or PROACTIVE insights. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final InsightType type()
Use to filter for either REACTIVE or PROACTIVE insights.
If the service returns an enum value that is not available in the current SDK version, type will return
InsightType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
REACTIVE or PROACTIVE insights.InsightTypepublic final String typeAsString()
Use to filter for either REACTIVE or PROACTIVE insights.
If the service returns an enum value that is not available in the current SDK version, type will return
InsightType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
REACTIVE or PROACTIVE insights.InsightTypepublic final StartTimeRange startTimeRange()
A time range used to specify when the behavior of the filtered insights started.
public ListInsightsAnyStatusFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListInsightsAnyStatusFilter.Builder,ListInsightsAnyStatusFilter>public static ListInsightsAnyStatusFilter.Builder builder()
public static Class<? extends ListInsightsAnyStatusFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.