@Generated(value="software.amazon.awssdk:codegen") public final class OperationResultFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OperationResultFilter.Builder,OperationResultFilter>
The status that operation results are filtered by.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OperationResultFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OperationResultFilter.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
OperationResultFilterName |
name()
The type of filter to apply.
|
String |
nameAsString()
The type of filter to apply.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OperationResultFilter.Builder> |
serializableBuilderClass() |
OperationResultFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
values()
The value to filter by.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final OperationResultFilterName name()
The type of filter to apply.
If the service returns an enum value that is not available in the current SDK version, name will return
OperationResultFilterName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
nameAsString().
OperationResultFilterNamepublic final String nameAsString()
The type of filter to apply.
If the service returns an enum value that is not available in the current SDK version, name will return
OperationResultFilterName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
nameAsString().
OperationResultFilterNamepublic final String values()
The value to filter by.
public OperationResultFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OperationResultFilter.Builder,OperationResultFilter>public static OperationResultFilter.Builder builder()
public static Class<? extends OperationResultFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.