Package org.jclouds.route53.domain
Class Change
- java.lang.Object
-
- org.jclouds.route53.domain.Change
-
public final class Change extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Change.Status
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Change
create(String id, Change.Status status, Date submittedAt)
boolean
equals(Object obj)
String
getId()
The ID of the change batch.Change.Status
getStatus()
The current status of the change batch request.Date
getSubmittedAt()
The date and time that the change batch request was submitted.int
hashCode()
String
toString()
-
-
-
Method Detail
-
getId
public String getId()
The ID of the change batch.
-
getStatus
public Change.Status getStatus()
The current status of the change batch request.
-
getSubmittedAt
public Date getSubmittedAt()
The date and time that the change batch request was submitted.
-
create
public static Change create(String id, Change.Status status, Date submittedAt)
-
-