@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDifferencesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetDifferencesResult() |
Modifier and Type | Method and Description |
---|---|
GetDifferencesResult |
clone() |
boolean |
equals(Object obj) |
List<Difference> |
getDifferences()
A data type object that contains information about the differences, including whether the difference is added,
modified, or deleted (A, D, M).
|
String |
getNextToken()
An enumeration token that can be used in a request to return the next batch of the results.
|
int |
hashCode() |
void |
setDifferences(Collection<Difference> differences)
A data type object that contains information about the differences, including whether the difference is added,
modified, or deleted (A, D, M).
|
void |
setNextToken(String nextToken)
An enumeration token that can be used in a request to return the next batch of the results.
|
String |
toString()
Returns a string representation of this object.
|
GetDifferencesResult |
withDifferences(Collection<Difference> differences)
A data type object that contains information about the differences, including whether the difference is added,
modified, or deleted (A, D, M).
|
GetDifferencesResult |
withDifferences(Difference... differences)
A data type object that contains information about the differences, including whether the difference is added,
modified, or deleted (A, D, M).
|
GetDifferencesResult |
withNextToken(String nextToken)
An enumeration token that can be used in a request to return the next batch of the results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Difference> getDifferences()
A data type object that contains information about the differences, including whether the difference is added, modified, or deleted (A, D, M).
public void setDifferences(Collection<Difference> differences)
A data type object that contains information about the differences, including whether the difference is added, modified, or deleted (A, D, M).
differences
- A data type object that contains information about the differences, including whether the difference is
added, modified, or deleted (A, D, M).public GetDifferencesResult withDifferences(Difference... differences)
A data type object that contains information about the differences, including whether the difference is added, modified, or deleted (A, D, M).
NOTE: This method appends the values to the existing list (if any). Use
setDifferences(java.util.Collection)
or withDifferences(java.util.Collection)
if you want to
override the existing values.
differences
- A data type object that contains information about the differences, including whether the difference is
added, modified, or deleted (A, D, M).public GetDifferencesResult withDifferences(Collection<Difference> differences)
A data type object that contains information about the differences, including whether the difference is added, modified, or deleted (A, D, M).
differences
- A data type object that contains information about the differences, including whether the difference is
added, modified, or deleted (A, D, M).public void setNextToken(String nextToken)
An enumeration token that can be used in a request to return the next batch of the results.
nextToken
- An enumeration token that can be used in a request to return the next batch of the results.public String getNextToken()
An enumeration token that can be used in a request to return the next batch of the results.
public GetDifferencesResult withNextToken(String nextToken)
An enumeration token that can be used in a request to return the next batch of the results.
nextToken
- An enumeration token that can be used in a request to return the next batch of the results.public String toString()
toString
in class Object
Object.toString()
public GetDifferencesResult clone()