@Generated(value="software.amazon.awssdk:codegen") public class PatchFilterGroup extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.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() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
List<PatchFilter> |
patchFilters()
The set of patch filters that make up the group.
|
static Class<? extends PatchFilterGroup.Builder> |
serializableBuilderClass() |
PatchFilterGroup.Builder |
toBuilder() |
String |
toString() |
public 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 software.amazon.awssdk.utils.builder.ToCopyableBuilder<PatchFilterGroup.Builder,PatchFilterGroup>public static PatchFilterGroup.Builder builder()
public static Class<? extends PatchFilterGroup.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.