@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSchemaVersionsDiffResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetSchemaVersionsDiffResult() |
Modifier and Type | Method and Description |
---|---|
GetSchemaVersionsDiffResult |
clone() |
boolean |
equals(Object obj) |
String |
getDiff()
The difference between schemas as a string in JsonPatch format.
|
int |
hashCode() |
void |
setDiff(String diff)
The difference between schemas as a string in JsonPatch format.
|
String |
toString()
Returns a string representation of this object.
|
GetSchemaVersionsDiffResult |
withDiff(String diff)
The difference between schemas as a string in JsonPatch format.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDiff(String diff)
The difference between schemas as a string in JsonPatch format.
diff
- The difference between schemas as a string in JsonPatch format.public String getDiff()
The difference between schemas as a string in JsonPatch format.
public GetSchemaVersionsDiffResult withDiff(String diff)
The difference between schemas as a string in JsonPatch format.
diff
- The difference between schemas as a string in JsonPatch format.public String toString()
toString
in class Object
Object.toString()
public GetSchemaVersionsDiffResult clone()