@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChangeResourceRecordSetsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A complex type containing the response for the request.
| Constructor and Description |
|---|
ChangeResourceRecordSetsResult() |
| Modifier and Type | Method and Description |
|---|---|
ChangeResourceRecordSetsResult |
clone() |
boolean |
equals(Object obj) |
ChangeInfo |
getChangeInfo()
A complex type that contains information about changes made to your hosted zone.
|
int |
hashCode() |
void |
setChangeInfo(ChangeInfo changeInfo)
A complex type that contains information about changes made to your hosted zone.
|
String |
toString()
Returns a string representation of this object.
|
ChangeResourceRecordSetsResult |
withChangeInfo(ChangeInfo changeInfo)
A complex type that contains information about changes made to your hosted zone.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setChangeInfo(ChangeInfo changeInfo)
A complex type that contains information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
changeInfo - A complex type that contains information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
public ChangeInfo getChangeInfo()
A complex type that contains information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
public ChangeResourceRecordSetsResult withChangeInfo(ChangeInfo changeInfo)
A complex type that contains information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
changeInfo - A complex type that contains information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
public String toString()
toString in class ObjectObject.toString()public ChangeResourceRecordSetsResult clone()