@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Consolidation extends Object implements Serializable, Cloneable, StructuredPojo
The matching criteria to be used during the auto-merging process.
Constructor and Description |
---|
Consolidation() |
Modifier and Type | Method and Description |
---|---|
Consolidation |
clone() |
boolean |
equals(Object obj) |
List<List<String>> |
getMatchingAttributesList()
A list of matching criteria.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMatchingAttributesList(Collection<List<String>> matchingAttributesList)
A list of matching criteria.
|
String |
toString()
Returns a string representation of this object.
|
Consolidation |
withMatchingAttributesList(Collection<List<String>> matchingAttributesList)
A list of matching criteria.
|
Consolidation |
withMatchingAttributesList(List<String>... matchingAttributesList)
A list of matching criteria.
|
public List<List<String>> getMatchingAttributesList()
A list of matching criteria.
public void setMatchingAttributesList(Collection<List<String>> matchingAttributesList)
A list of matching criteria.
matchingAttributesList
- A list of matching criteria.public Consolidation withMatchingAttributesList(List<String>... matchingAttributesList)
A list of matching criteria.
NOTE: This method appends the values to the existing list (if any). Use
setMatchingAttributesList(java.util.Collection)
or
withMatchingAttributesList(java.util.Collection)
if you want to override the existing values.
matchingAttributesList
- A list of matching criteria.public Consolidation withMatchingAttributesList(Collection<List<String>> matchingAttributesList)
A list of matching criteria.
matchingAttributesList
- A list of matching criteria.public String toString()
toString
in class Object
Object.toString()
public Consolidation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.