@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 String name()
The name of the filter.
public String filterArn()
The ARN of the filter.
public Instant creationDateTime()
The time at which the filter was created.
public Instant lastUpdatedDateTime()
The time at which the filter was last updated.
public String datasetGroupArn()
The ARN of the dataset group to which the filter belongs.
public String failureReason()
If the filter failed, the reason for the failure.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.