ToCopyableBuilder<GetDifferencesResponse.Builder,GetDifferencesResponse>
@Generated("software.amazon.awssdk:codegen") public class GetDifferencesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetDifferencesResponse.Builder,GetDifferencesResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetDifferencesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetDifferencesResponse.Builder |
builder() |
|
List<Difference> |
differences() |
A differences data type object that contains information about the differences, including whether the difference
is added, modified, or deleted (A, D, M).
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
An enumeration token that can be used in a request to return the next batch of the results.
|
static Class<? extends GetDifferencesResponse.Builder> |
serializableBuilderClass() |
|
GetDifferencesResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<Difference> differences()
A differences data type object that contains information about the differences, including whether the difference is added, modified, or deleted (A, D, M).
public String nextToken()
An enumeration token that can be used in a request to return the next batch of the results.
public GetDifferencesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetDifferencesResponse.Builder,GetDifferencesResponse>
public static GetDifferencesResponse.Builder builder()
public static Class<? extends GetDifferencesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.