@Generated(value="software.amazon.awssdk:codegen") public class DocumentFilter extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<DocumentFilter.Builder,DocumentFilter>
Describes a filter.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DocumentFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DocumentFilter.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
key()
The name of the filter.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
static Class<? extends DocumentFilter.Builder> |
serializableBuilderClass() |
DocumentFilter.Builder |
toBuilder() |
String |
toString() |
String |
value()
The value of the filter.
|
public String key()
The name of the filter.
DocumentFilterKeypublic String value()
The value of the filter.
public DocumentFilter.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DocumentFilter.Builder,DocumentFilter>public static DocumentFilter.Builder builder()
public static Class<? extends DocumentFilter.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.