|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.route53.model.ResourceRecord
public class ResourceRecord
A complex type that contains the value of the Value
element for the current resource record set.
| Constructor Summary | |
|---|---|
ResourceRecord()
Default constructor for a new ResourceRecord object. |
|
ResourceRecord(String value)
Constructs a new ResourceRecord object. |
|
| Method Summary | |
|---|---|
String |
getValue()
The value of the Value element for the current resource
record set. |
void |
setValue(String value)
The value of the Value element for the current resource
record set. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ResourceRecord |
withValue(String value)
The value of the Value element for the current resource
record set. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceRecord()
public ResourceRecord(String value)
value - The value of the Value element for the
current resource record set.| Method Detail |
|---|
public String getValue()
Value element for the current resource
record set.
Constraints:
Length: 0 - 8192
Value element for the current resource
record set.public void setValue(String value)
Value element for the current resource
record set.
Constraints:
Length: 0 - 8192
value - The value of the Value element for the current resource
record set.public ResourceRecord withValue(String value)
Value element for the current resource
record set.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 8192
value - The value of the Value element for the current resource
record set.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||