public class ResourceRecord
extends java.lang.Object
implements java.io.Serializable
A complex type that contains the value of the Value element for the current resource record set.
| コンストラクタと説明 |
|---|
ResourceRecord()
Default constructor for a new ResourceRecord object.
|
ResourceRecord(java.lang.String value)
Constructs a new ResourceRecord object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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. |
public ResourceRecord()
public ResourceRecord(java.lang.String value)
value - The value of the Value element for the
current resource record set.public java.lang.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(java.lang.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(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 - 4000
value - The value of the Value element for the current resource
record set.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object