@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetChangeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A complex type that contains the ChangeInfo
element.
Constructor and Description |
---|
GetChangeResult() |
Modifier and Type | Method and Description |
---|---|
GetChangeResult |
clone() |
boolean |
equals(Object obj) |
ChangeInfo |
getChangeInfo()
A complex type that contains information about the specified change batch.
|
int |
hashCode() |
void |
setChangeInfo(ChangeInfo changeInfo)
A complex type that contains information about the specified change batch.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetChangeResult |
withChangeInfo(ChangeInfo changeInfo)
A complex type that contains information about the specified change batch.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setChangeInfo(ChangeInfo changeInfo)
A complex type that contains information about the specified change batch.
changeInfo
- A complex type that contains information about the specified change batch.public ChangeInfo getChangeInfo()
A complex type that contains information about the specified change batch.
public GetChangeResult withChangeInfo(ChangeInfo changeInfo)
A complex type that contains information about the specified change batch.
changeInfo
- A complex type that contains information about the specified change batch.public String toString()
toString
in class Object
Object.toString()
public GetChangeResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.