public class ResourceRecord extends Object implements Serializable, Cloneable
A complex type that contains the value of the Value
element for the current resource record set.
Constructor and Description |
---|
ResourceRecord()
Default constructor for a new ResourceRecord object.
|
ResourceRecord(String value)
Constructs a new ResourceRecord object.
|
Modifier and Type | Method and Description |
---|---|
ResourceRecord |
clone() |
boolean |
equals(Object obj) |
String |
getValue()
The value of the
Value element for the current resource
record set. |
int |
hashCode() |
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. |
public ResourceRecord()
public ResourceRecord(String value)
value
- The value of the Value
element for the
current resource record set.public String getValue()
Value
element for the current resource
record set.
Constraints:
Length: 0 - 4000
Value
element for the current resource
record set.public void setValue(String value)
Value
element for the current resource
record set.
Constraints:
Length: 0 - 4000
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 - 4000
value
- The value of the Value
element for the current resource
record set.public String toString()
toString
in class Object
Object.toString()
public ResourceRecord clone()
Copyright © 2015. All rights reserved.