|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.route53.model.Change
public class Change
A complex type that contains the information for each change in a change batch request.
| Constructor Summary | |
|---|---|
Change()
Default constructor for a new Change object. |
|
Change(ChangeAction action,
ResourceRecordSet resourceRecordSet)
Constructs a new Change object. |
|
Change(String action,
ResourceRecordSet resourceRecordSet)
Constructs a new Change object. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getAction()
The action to perform. |
ResourceRecordSet |
getResourceRecordSet()
Information about the resource record set to create or delete. |
int |
hashCode()
|
void |
setAction(ChangeAction action)
The action to perform. |
void |
setAction(String action)
The action to perform. |
void |
setResourceRecordSet(ResourceRecordSet resourceRecordSet)
Information about the resource record set to create or delete. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Change |
withAction(ChangeAction action)
The action to perform. |
Change |
withAction(String action)
The action to perform. |
Change |
withResourceRecordSet(ResourceRecordSet resourceRecordSet)
Information about the resource record set to create or delete. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Change()
public Change(String action,
ResourceRecordSet resourceRecordSet)
action - The action to perform. Valid values:
CREATE | DELETE
resourceRecordSet - Information about the resource record set to
create or delete.
public Change(ChangeAction action,
ResourceRecordSet resourceRecordSet)
action - The action to perform. Valid values:
CREATE | DELETE
resourceRecordSet - Information about the resource record set to
create or delete.| Method Detail |
|---|
public String getAction()
Valid values: CREATE |
DELETE
Constraints:
Allowed Values: CREATE, DELETE
Valid values: CREATE |
DELETE
ChangeActionpublic void setAction(String action)
Valid values: CREATE |
DELETE
Constraints:
Allowed Values: CREATE, DELETE
action - The action to perform. Valid values: CREATE |
DELETE
ChangeActionpublic Change withAction(String action)
Valid values: CREATE |
DELETE
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: CREATE, DELETE
action - The action to perform. Valid values: CREATE |
DELETE
ChangeActionpublic void setAction(ChangeAction action)
Valid values: CREATE |
DELETE
Constraints:
Allowed Values: CREATE, DELETE
action - The action to perform. Valid values: CREATE |
DELETE
ChangeActionpublic Change withAction(ChangeAction action)
Valid values: CREATE |
DELETE
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: CREATE, DELETE
action - The action to perform. Valid values: CREATE |
DELETE
ChangeActionpublic ResourceRecordSet getResourceRecordSet()
public void setResourceRecordSet(ResourceRecordSet resourceRecordSet)
resourceRecordSet - Information about the resource record set to create or delete.public Change withResourceRecordSet(ResourceRecordSet resourceRecordSet)
Returns a reference to this object so that method calls can be chained together.
resourceRecordSet - Information about the resource record set to create or delete.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||