@Generated(value="software.amazon.awssdk:codegen") public final class StreamFilters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StreamFilters.Builder,StreamFilters>
Object specifying the stream attribute on which to filter.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StreamFilters.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StreamFilters.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
StreamHealth |
health()
The stream’s health.
|
String |
healthAsString()
The stream’s health.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StreamFilters.Builder> |
serializableBuilderClass() |
StreamFilters.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final StreamHealth health()
The stream’s health.
If the service returns an enum value that is not available in the current SDK version, health will
return StreamHealth.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
healthAsString().
StreamHealthpublic final String healthAsString()
The stream’s health.
If the service returns an enum value that is not available in the current SDK version, health will
return StreamHealth.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
healthAsString().
StreamHealthpublic StreamFilters.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StreamFilters.Builder,StreamFilters>public static StreamFilters.Builder builder()
public static Class<? extends StreamFilters.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.