@Generated(value="software.amazon.awssdk:codegen") public final class PatchFilterGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PatchFilterGroup.Builder,PatchFilterGroup>
A set of patch filters, typically used for approval rules.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PatchFilterGroup.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PatchFilterGroup.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<PatchFilter> |
patchFilters()
The set of patch filters that make up the group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PatchFilterGroup.Builder> |
serializableBuilderClass() |
PatchFilterGroup.Builder |
toBuilder() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<PatchFilter> patchFilters()
The set of patch filters that make up the group.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public PatchFilterGroup.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PatchFilterGroup.Builder,PatchFilterGroup>public static PatchFilterGroup.Builder builder()
public static Class<? extends PatchFilterGroup.Builder> serializableBuilderClass()
Copyright © 2019. All rights reserved.