|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.route53.model.DeleteHostedZoneResult
public class DeleteHostedZoneResult
A complex type containing the response information for the request.
| Constructor Summary | |
|---|---|
DeleteHostedZoneResult()
|
|
| Method Summary | |
|---|---|
ChangeInfo |
getChangeInfo()
A complex type that contains the ID, the status, and the date and time of your delete request. |
void |
setChangeInfo(ChangeInfo changeInfo)
A complex type that contains the ID, the status, and the date and time of your delete request. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeleteHostedZoneResult |
withChangeInfo(ChangeInfo changeInfo)
A complex type that contains the ID, the status, and the date and time of your delete request. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeleteHostedZoneResult()
| Method Detail |
|---|
public ChangeInfo getChangeInfo()
public void setChangeInfo(ChangeInfo changeInfo)
changeInfo - A complex type that contains the ID, the status, and the date and time
of your delete request.public DeleteHostedZoneResult withChangeInfo(ChangeInfo changeInfo)
Returns a reference to this object so that method calls can be chained together.
changeInfo - A complex type that contains the ID, the status, and the date and time
of your delete request.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||