@Generated(value="software.amazon.awssdk:codegen") public final class ListEventsFilters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListEventsFilters.Builder,ListEventsFilters>
Filters you can use to specify which events are returned when ListEvents is called.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListEventsFilters.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListEventsFilters.Builder |
builder() |
EventDataSource |
dataSource()
The source,
AWS_CLOUD_TRAIL or AWS_CODE_DEPLOY, of the events you want returned. |
String |
dataSourceAsString()
The source,
AWS_CLOUD_TRAIL or AWS_CODE_DEPLOY, of the events you want returned. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
EventClass |
eventClass()
The class of the events you want to filter for, such as an infrastructure change, a deployment, or a schema
change.
|
String |
eventClassAsString()
The class of the events you want to filter for, such as an infrastructure change, a deployment, or a schema
change.
|
String |
eventSource()
The Amazon Web Services source that emitted the events you want to filter for.
|
EventTimeRange |
eventTimeRange()
A time range during which you want the filtered events to have occurred.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
insightId()
An ID of an insight that is related to the events you want to filter for.
|
ResourceCollection |
resourceCollection()
Returns the value of the ResourceCollection property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListEventsFilters.Builder> |
serializableBuilderClass() |
ListEventsFilters.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String insightId()
An ID of an insight that is related to the events you want to filter for.
public final EventTimeRange eventTimeRange()
A time range during which you want the filtered events to have occurred.
public final EventClass eventClass()
The class of the events you want to filter for, such as an infrastructure change, a deployment, or a schema change.
If the service returns an enum value that is not available in the current SDK version, eventClass will
return EventClass.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
eventClassAsString().
EventClasspublic final String eventClassAsString()
The class of the events you want to filter for, such as an infrastructure change, a deployment, or a schema change.
If the service returns an enum value that is not available in the current SDK version, eventClass will
return EventClass.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
eventClassAsString().
EventClasspublic final String eventSource()
The Amazon Web Services source that emitted the events you want to filter for.
public final EventDataSource dataSource()
The source, AWS_CLOUD_TRAIL or AWS_CODE_DEPLOY, of the events you want returned.
If the service returns an enum value that is not available in the current SDK version, dataSource will
return EventDataSource.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
dataSourceAsString().
AWS_CLOUD_TRAIL or AWS_CODE_DEPLOY, of the events you want
returned.EventDataSourcepublic final String dataSourceAsString()
The source, AWS_CLOUD_TRAIL or AWS_CODE_DEPLOY, of the events you want returned.
If the service returns an enum value that is not available in the current SDK version, dataSource will
return EventDataSource.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
dataSourceAsString().
AWS_CLOUD_TRAIL or AWS_CODE_DEPLOY, of the events you want
returned.EventDataSourcepublic final ResourceCollection resourceCollection()
public ListEventsFilters.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListEventsFilters.Builder,ListEventsFilters>public static ListEventsFilters.Builder builder()
public static Class<? extends ListEventsFilters.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.