@Generated(value="software.amazon.awssdk:codegen") public class CommandFilter extends Object implements software.amazon.awssdk.core.protocol.StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<CommandFilter.Builder,CommandFilter>
Describes a command filter.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CommandFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CommandFilter.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
CommandFilterKey |
key()
The name of the filter.
|
String |
keyAsString()
The name of the filter.
|
void |
marshall(software.amazon.awssdk.core.protocol.ProtocolMarshaller protocolMarshaller) |
static Class<? extends CommandFilter.Builder> |
serializableBuilderClass() |
CommandFilter.Builder |
toBuilder() |
String |
toString() |
String |
value()
The filter value.
|
public CommandFilterKey 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
CommandFilterKey.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
keyAsString().
CommandFilterKeypublic 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
CommandFilterKey.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
keyAsString().
CommandFilterKeypublic String value()
The filter value.
public CommandFilter.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<CommandFilter.Builder,CommandFilter>public static CommandFilter.Builder builder()
public static Class<? extends CommandFilter.Builder> serializableBuilderClass()
public void marshall(software.amazon.awssdk.core.protocol.ProtocolMarshaller protocolMarshaller)
marshall in interface software.amazon.awssdk.core.protocol.StructuredPojoCopyright © 2018. All rights reserved.