@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PatchFilterGroup extends Object implements Serializable, Cloneable, StructuredPojo
A set of patch filters, typically used for approval rules.
Constructor and Description |
---|
PatchFilterGroup() |
Modifier and Type | Method and Description |
---|---|
PatchFilterGroup |
clone() |
boolean |
equals(Object obj) |
List<PatchFilter> |
getPatchFilters()
The set of patch filters that make up the group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPatchFilters(Collection<PatchFilter> patchFilters)
The set of patch filters that make up the group.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PatchFilterGroup |
withPatchFilters(Collection<PatchFilter> patchFilters)
The set of patch filters that make up the group.
|
PatchFilterGroup |
withPatchFilters(PatchFilter... patchFilters)
The set of patch filters that make up the group.
|
public List<PatchFilter> getPatchFilters()
The set of patch filters that make up the group.
public void setPatchFilters(Collection<PatchFilter> patchFilters)
The set of patch filters that make up the group.
patchFilters
- The set of patch filters that make up the group.public PatchFilterGroup withPatchFilters(PatchFilter... patchFilters)
The set of patch filters that make up the group.
NOTE: This method appends the values to the existing list (if any). Use
setPatchFilters(java.util.Collection)
or withPatchFilters(java.util.Collection)
if you want to
override the existing values.
patchFilters
- The set of patch filters that make up the group.public PatchFilterGroup withPatchFilters(Collection<PatchFilter> patchFilters)
The set of patch filters that make up the group.
patchFilters
- The set of patch filters that make up the group.public String toString()
toString
in class Object
Object.toString()
public PatchFilterGroup clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.