@Generated(value="software.amazon.awssdk:codegen") public final class ListInsightsClosedStatusFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListInsightsClosedStatusFilter.Builder,ListInsightsClosedStatusFilter>
Used to filter for insights that have the status CLOSED.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListInsightsClosedStatusFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListInsightsClosedStatusFilter.Builder |
builder() |
EndTimeRange |
endTimeRange()
A time range used to specify when the behavior of the filtered insights ended.
|
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 ListInsightsClosedStatusFilter.Builder> |
serializableBuilderClass() |
ListInsightsClosedStatusFilter.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 EndTimeRange endTimeRange()
A time range used to specify when the behavior of the filtered insights ended.
public ListInsightsClosedStatusFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListInsightsClosedStatusFilter.Builder,ListInsightsClosedStatusFilter>public static ListInsightsClosedStatusFilter.Builder builder()
public static Class<? extends ListInsightsClosedStatusFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.