@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VersionDifferences extends Object implements Serializable, Cloneable, StructuredPojo
The differences between the base and latest versions of the lens.
Constructor and Description |
---|
VersionDifferences() |
Modifier and Type | Method and Description |
---|---|
VersionDifferences |
clone() |
boolean |
equals(Object obj) |
List<PillarDifference> |
getPillarDifferences()
The differences between the base and latest versions of the lens.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPillarDifferences(Collection<PillarDifference> pillarDifferences)
The differences between the base and latest versions of the lens.
|
String |
toString()
Returns a string representation of this object.
|
VersionDifferences |
withPillarDifferences(Collection<PillarDifference> pillarDifferences)
The differences between the base and latest versions of the lens.
|
VersionDifferences |
withPillarDifferences(PillarDifference... pillarDifferences)
The differences between the base and latest versions of the lens.
|
public List<PillarDifference> getPillarDifferences()
The differences between the base and latest versions of the lens.
public void setPillarDifferences(Collection<PillarDifference> pillarDifferences)
The differences between the base and latest versions of the lens.
pillarDifferences
- The differences between the base and latest versions of the lens.public VersionDifferences withPillarDifferences(PillarDifference... pillarDifferences)
The differences between the base and latest versions of the lens.
NOTE: This method appends the values to the existing list (if any). Use
setPillarDifferences(java.util.Collection)
or withPillarDifferences(java.util.Collection)
if
you want to override the existing values.
pillarDifferences
- The differences between the base and latest versions of the lens.public VersionDifferences withPillarDifferences(Collection<PillarDifference> pillarDifferences)
The differences between the base and latest versions of the lens.
pillarDifferences
- The differences between the base and latest versions of the lens.public String toString()
toString
in class Object
Object.toString()
public VersionDifferences clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.