Class ListEventsFilters
- java.lang.Object
-
- software.amazon.awssdk.services.devopsguru.model.ListEventsFilters
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ListEventsFilters.Builder,ListEventsFilters>
@Generated("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
ListEventsis called.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListEventsFilters.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListEventsFilters.Builderbuilder()EventDataSourcedataSource()The source,AWS_CLOUD_TRAILorAWS_CODE_DEPLOY, of the events you want returned.StringdataSourceAsString()The source,AWS_CLOUD_TRAILorAWS_CODE_DEPLOY, of the events you want returned.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)EventClasseventClass()The class of the events you want to filter for, such as an infrastructure change, a deployment, or a schema change.StringeventClassAsString()The class of the events you want to filter for, such as an infrastructure change, a deployment, or a schema change.StringeventSource()The Amazon Web Services source that emitted the events you want to filter for.EventTimeRangeeventTimeRange()A time range during which you want the filtered events to have occurred.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinsightId()An ID of an insight that is related to the events you want to filter for.ResourceCollectionresourceCollection()Returns the value of the ResourceCollection property for this object.List<SdkField<?>>sdkFields()static Class<? extends ListEventsFilters.Builder>serializableBuilderClass()ListEventsFilters.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
insightId
public final String insightId()
An ID of an insight that is related to the events you want to filter for.
- Returns:
- An ID of an insight that is related to the events you want to filter for.
-
eventTimeRange
public final EventTimeRange eventTimeRange()
A time range during which you want the filtered events to have occurred.
- Returns:
- A time range during which you want the filtered events to have occurred.
-
eventClass
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,
eventClasswill returnEventClass.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromeventClassAsString().- Returns:
- The class of the events you want to filter for, such as an infrastructure change, a deployment, or a schema change.
- See Also:
EventClass
-
eventClassAsString
public 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,
eventClasswill returnEventClass.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromeventClassAsString().- Returns:
- The class of the events you want to filter for, such as an infrastructure change, a deployment, or a schema change.
- See Also:
EventClass
-
eventSource
public final String eventSource()
The Amazon Web Services source that emitted the events you want to filter for.
- Returns:
- The Amazon Web Services source that emitted the events you want to filter for.
-
dataSource
public final EventDataSource dataSource()
The source,
AWS_CLOUD_TRAILorAWS_CODE_DEPLOY, of the events you want returned.If the service returns an enum value that is not available in the current SDK version,
dataSourcewill returnEventDataSource.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdataSourceAsString().- Returns:
- The source,
AWS_CLOUD_TRAILorAWS_CODE_DEPLOY, of the events you want returned. - See Also:
EventDataSource
-
dataSourceAsString
public final String dataSourceAsString()
The source,
AWS_CLOUD_TRAILorAWS_CODE_DEPLOY, of the events you want returned.If the service returns an enum value that is not available in the current SDK version,
dataSourcewill returnEventDataSource.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdataSourceAsString().- Returns:
- The source,
AWS_CLOUD_TRAILorAWS_CODE_DEPLOY, of the events you want returned. - See Also:
EventDataSource
-
resourceCollection
public final ResourceCollection resourceCollection()
Returns the value of the ResourceCollection property for this object.- Returns:
- The value of the ResourceCollection property for this object.
-
toBuilder
public ListEventsFilters.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListEventsFilters.Builder,ListEventsFilters>
-
builder
public static ListEventsFilters.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListEventsFilters.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-