@Generated(value="software.amazon.awssdk:codegen") public final class ListServiceInstancesFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListServiceInstancesFilter.Builder,ListServiceInstancesFilter>
A filtering criterion to scope down the result list of the ListServiceInstances action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListServiceInstancesFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListServiceInstancesFilter.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ListServiceInstancesFilterBy |
key()
The name of a filtering criterion.
|
String |
keyAsString()
The name of a filtering criterion.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListServiceInstancesFilter.Builder> |
serializableBuilderClass() |
ListServiceInstancesFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
A value to filter by.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ListServiceInstancesFilterBy key()
The name of a filtering criterion.
If the service returns an enum value that is not available in the current SDK version, key will return
ListServiceInstancesFilterBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from keyAsString().
ListServiceInstancesFilterBypublic final String keyAsString()
The name of a filtering criterion.
If the service returns an enum value that is not available in the current SDK version, key will return
ListServiceInstancesFilterBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from keyAsString().
ListServiceInstancesFilterBypublic final String value()
A value to filter by.
With the date/time keys (*At{Before,After}), the value is a valid RFC 3339 string with no UTC offset and with an
optional fractional precision (for example, 1985-04-12T23:20:50.52Z).
With the date/time keys (*At{Before,After}), the value is a valid RFC 3339 string with no UTC offset and with
an optional fractional precision (for example, 1985-04-12T23:20:50.52Z).
public ListServiceInstancesFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListServiceInstancesFilter.Builder,ListServiceInstancesFilter>public static ListServiceInstancesFilter.Builder builder()
public static Class<? extends ListServiceInstancesFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.