@Generated(value="software.amazon.awssdk:codegen") public final class FilterSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FilterSummary.Builder,FilterSummary>
A short summary of a filter's attributes.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FilterSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FilterSummary.Builder |
builder() |
Instant |
creationDateTime()
The time at which the filter was created.
|
String |
datasetGroupArn()
The ARN of the dataset group to which the filter belongs.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
If the filter failed, the reason for the failure.
|
String |
filterArn()
The ARN of the filter.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedDateTime()
The time at which the filter was last updated.
|
String |
name()
The name of the filter.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FilterSummary.Builder> |
serializableBuilderClass() |
String |
status()
The status of the filter.
|
FilterSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the filter.
public final String filterArn()
The ARN of the filter.
public final Instant creationDateTime()
The time at which the filter was created.
public final Instant lastUpdatedDateTime()
The time at which the filter was last updated.
public final String datasetGroupArn()
The ARN of the dataset group to which the filter belongs.
public final String failureReason()
If the filter failed, the reason for the failure.
public final String status()
The status of the filter.
public FilterSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FilterSummary.Builder,FilterSummary>public static FilterSummary.Builder builder()
public static Class<? extends FilterSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.