StructuredPojo, ToCopyableBuilder<AssociationFilter.Builder,AssociationFilter>@Generated("software.amazon.awssdk:codegen") public class AssociationFilter extends Object implements StructuredPojo, ToCopyableBuilder<AssociationFilter.Builder,AssociationFilter>
Describes a filter.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
AssociationFilter.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static AssociationFilter.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
key() |
The name of the filter.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends AssociationFilter.Builder> |
serializableBuilderClass() |
|
AssociationFilter.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
value() |
The filter value.
|
public String key()
The name of the filter.
AssociationFilterKeypublic String value()
The filter value.
public AssociationFilter.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<AssociationFilter.Builder,AssociationFilter>public static AssociationFilter.Builder builder()
public static Class<? extends AssociationFilter.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.