@Generated(value="software.amazon.awssdk:codegen") public class InventoryFilter extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<InventoryFilter.Builder,InventoryFilter>
One or more filters. Use a filter to return a more specific list of results.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InventoryFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InventoryFilter.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
key()
The name of the filter key.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
static Class<? extends InventoryFilter.Builder> |
serializableBuilderClass() |
InventoryFilter.Builder |
toBuilder() |
String |
toString() |
String |
type()
The type of filter.
|
List<String> |
values()
Inventory filter values.
|
public String key()
The name of the filter key.
public List<String> values()
Inventory filter values. Example: inventory filter where instance IDs are specified as values Key=AWS:InstanceInformation.InstanceId,Values= i-a12b3c4d5e6g, i-1a2b3c4d5e6,Type=Equal
public String type()
The type of filter. Valid values include the following: "Equal"|"NotEqual"|"BeginWith"|"LessThan"|"GreaterThan"
InventoryQueryOperatorTypepublic InventoryFilter.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<InventoryFilter.Builder,InventoryFilter>public static InventoryFilter.Builder builder()
public static Class<? extends InventoryFilter.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.