ToCopyableBuilder<GetChangeResponse.Builder,GetChangeResponse>
@Generated("software.amazon.awssdk:codegen") public class GetChangeResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetChangeResponse.Builder,GetChangeResponse>
A complex type that contains the ChangeInfo
element.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetChangeResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetChangeResponse.Builder |
builder() |
|
ChangeInfo |
changeInfo() |
A complex type that contains information about the specified change batch.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends GetChangeResponse.Builder> |
serializableBuilderClass() |
|
GetChangeResponse.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 ChangeInfo changeInfo()
A complex type that contains information about the specified change batch.
public GetChangeResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetChangeResponse.Builder,GetChangeResponse>
public static GetChangeResponse.Builder builder()
public static Class<? extends GetChangeResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.