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