StructuredPojo
, ToCopyableBuilder<CommandFilter.Builder,CommandFilter>
@Generated("software.amazon.awssdk:codegen") public class CommandFilter extends Object implements StructuredPojo, ToCopyableBuilder<CommandFilter.Builder,CommandFilter>
Describes a command filter.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CommandFilter.Builder |
Modifier and Type | Method | Description |
---|---|---|
static CommandFilter.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 CommandFilter.Builder> |
serializableBuilderClass() |
|
CommandFilter.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.
CommandFilterKey
public String value()
The filter value.
public CommandFilter.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CommandFilter.Builder,CommandFilter>
public static CommandFilter.Builder builder()
public static Class<? extends CommandFilter.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.