|
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.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(java.lang.String value)
Constructs a new ResourceRecord object. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getValue()
The value of the Value element for the current resource
record set. |
int |
hashCode()
|
void |
setValue(java.lang.String value)
The value of the Value element for the current resource
record set. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ResourceRecord |
withValue(java.lang.String value)
The value of the Value element for the current resource
record set. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResourceRecord()
public ResourceRecord(java.lang.String value)
value
- The value of the Value
element for the
current resource record set.Method Detail |
---|
public java.lang.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(java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |