StructuredPojo
, ToCopyableBuilder<PatchFilterGroup.Builder,PatchFilterGroup>
@Generated("software.amazon.awssdk:codegen") public class PatchFilterGroup extends Object implements StructuredPojo, ToCopyableBuilder<PatchFilterGroup.Builder,PatchFilterGroup>
A set of patch filters, typically used for approval rules.
Modifier and Type | Class | Description |
---|---|---|
static interface |
PatchFilterGroup.Builder |
Modifier and Type | Method | Description |
---|---|---|
static PatchFilterGroup.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
List<PatchFilter> |
patchFilters() |
The set of patch filters that make up the group.
|
static Class<? extends PatchFilterGroup.Builder> |
serializableBuilderClass() |
|
PatchFilterGroup.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public List<PatchFilter> patchFilters()
The set of patch filters that make up the group.
public PatchFilterGroup.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PatchFilterGroup.Builder,PatchFilterGroup>
public static PatchFilterGroup.Builder builder()
public static Class<? extends PatchFilterGroup.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.