@Generated(value="software.amazon.awssdk:codegen") public final class AssociationExecutionFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssociationExecutionFilter.Builder,AssociationExecutionFilter>
Filters used in the request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssociationExecutionFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AssociationExecutionFilter.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
AssociationExecutionFilterKey |
key()
The key value used in the request.
|
String |
keyAsString()
The key value used in the request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssociationExecutionFilter.Builder> |
serializableBuilderClass() |
AssociationExecutionFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
AssociationFilterOperatorType |
type()
The filter type specified in the request.
|
String |
typeAsString()
The filter type specified in the request.
|
String |
value()
The value specified for the key.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic AssociationExecutionFilterKey key()
The key value used in the request.
If the service returns an enum value that is not available in the current SDK version, key will return
AssociationExecutionFilterKey.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from keyAsString().
AssociationExecutionFilterKeypublic String keyAsString()
The key value used in the request.
If the service returns an enum value that is not available in the current SDK version, key will return
AssociationExecutionFilterKey.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from keyAsString().
AssociationExecutionFilterKeypublic String value()
The value specified for the key.
public AssociationFilterOperatorType type()
The filter type specified in the request.
If the service returns an enum value that is not available in the current SDK version, type will return
AssociationFilterOperatorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from typeAsString().
AssociationFilterOperatorTypepublic String typeAsString()
The filter type specified in the request.
If the service returns an enum value that is not available in the current SDK version, type will return
AssociationFilterOperatorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from typeAsString().
AssociationFilterOperatorTypepublic AssociationExecutionFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssociationExecutionFilter.Builder,AssociationExecutionFilter>public static AssociationExecutionFilter.Builder builder()
public static Class<? extends AssociationExecutionFilter.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.