public class DelegationSet
extends java.lang.Object
implements java.io.Serializable
A complex type that contains name server information.
| コンストラクタと説明 |
|---|
DelegationSet()
Default constructor for a new DelegationSet object.
|
DelegationSet(java.util.List<java.lang.String> nameServers)
Constructs a new DelegationSet object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getNameServers()
A complex type that contains the authoritative name servers for the
hosted zone.
|
int |
hashCode() |
void |
setNameServers(java.util.Collection<java.lang.String> nameServers)
A complex type that contains the authoritative name servers for the
hosted zone.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DelegationSet |
withNameServers(java.util.Collection<java.lang.String> nameServers)
A complex type that contains the authoritative name servers for the
hosted zone.
|
DelegationSet |
withNameServers(java.lang.String... nameServers)
A complex type that contains the authoritative name servers for the
hosted zone.
|
public DelegationSet()
public DelegationSet(java.util.List<java.lang.String> nameServers)
nameServers - A complex type that contains the authoritative name
servers for the hosted zone. Use the method provided by your domain
registrar to add an NS record to your domain for each
NameServer that is assigned to your hosted zone.public java.util.List<java.lang.String> getNameServers()
NameServer that is
assigned to your hosted zone.
Constraints:
Length: 1 -
NameServer that is
assigned to your hosted zone.public void setNameServers(java.util.Collection<java.lang.String> nameServers)
NameServer that is
assigned to your hosted zone.
Constraints:
Length: 1 -
nameServers - A complex type that contains the authoritative name servers for the
hosted zone. Use the method provided by your domain registrar to add
an NS record to your domain for each NameServer that is
assigned to your hosted zone.public DelegationSet withNameServers(java.lang.String... nameServers)
NameServer that is
assigned to your hosted zone.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
nameServers - A complex type that contains the authoritative name servers for the
hosted zone. Use the method provided by your domain registrar to add
an NS record to your domain for each NameServer that is
assigned to your hosted zone.public DelegationSet withNameServers(java.util.Collection<java.lang.String> nameServers)
NameServer that is
assigned to your hosted zone.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
nameServers - A complex type that contains the authoritative name servers for the
hosted zone. Use the method provided by your domain registrar to add
an NS record to your domain for each NameServer that is
assigned to your hosted zone.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