@Generated(value="software.amazon.awssdk:codegen") public class ParameterStringFilter extends Object implements StructuredPojo, ToCopyableBuilder<ParameterStringFilter.Builder,ParameterStringFilter>
One or more filters. Use a filter to return a more specific list of results.
Modifier and Type | Class and Description |
---|---|
static interface |
ParameterStringFilter.Builder |
Modifier and Type | Method and Description |
---|---|
static ParameterStringFilter.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
key()
The name of the filter.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
option()
Valid options are Equals and BeginsWith.
|
static Class<? extends ParameterStringFilter.Builder> |
serializableBuilderClass() |
ParameterStringFilter.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 value you want to search for.
|
copy
public String key()
The name of the filter.
public String option()
Valid options are Equals and BeginsWith. For Path filter, valid options are Recursive and OneLevel.
public List<String> values()
The value you want to search for.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public ParameterStringFilter.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ParameterStringFilter.Builder,ParameterStringFilter>
public static ParameterStringFilter.Builder builder()
public static Class<? extends ParameterStringFilter.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.