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