@Generated(value="software.amazon.awssdk:codegen") public class ParametersFilter extends Object implements StructuredPojo, ToCopyableBuilder<ParametersFilter.Builder,ParametersFilter>
One or more filters. Use a filter to return a more specific list of results.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ParametersFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ParametersFilter.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ParametersFilterKey |
key()
The name of the filter.
|
String |
keyAsString()
The name of the filter.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends ParametersFilter.Builder> |
serializableBuilderClass() |
ParametersFilter.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
List<String> |
values()
The filter values.
|
copypublic ParametersFilterKey key()
The name of the filter.
If the service returns an enum value that is not available in the current SDK version, key will return
ParametersFilterKey.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
keyAsString().
ParametersFilterKeypublic String keyAsString()
The name of the filter.
If the service returns an enum value that is not available in the current SDK version, key will return
ParametersFilterKey.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
keyAsString().
ParametersFilterKeypublic List<String> values()
The filter values.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public ParametersFilter.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ParametersFilter.Builder,ParametersFilter>public static ParametersFilter.Builder builder()
public static Class<? extends ParametersFilter.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.