|
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.HostedZone
public class HostedZone
A complex type that contain information about the specified hosted zone.
Constructor Summary | |
---|---|
HostedZone()
Default constructor for a new HostedZone object. |
|
HostedZone(String id,
String name,
String callerReference)
Constructs a new HostedZone object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getCallerReference()
A unique string that identifies the request to create the hosted zone. |
HostedZoneConfig |
getConfig()
A complex type that contains the Comment element. |
String |
getId()
The ID of the specified hosted zone. |
String |
getName()
The name of the domain. |
Long |
getResourceRecordSetCount()
Total number of resource record sets in the hosted zone. |
int |
hashCode()
|
void |
setCallerReference(String callerReference)
A unique string that identifies the request to create the hosted zone. |
void |
setConfig(HostedZoneConfig config)
A complex type that contains the Comment element. |
void |
setId(String id)
The ID of the specified hosted zone. |
void |
setName(String name)
The name of the domain. |
void |
setResourceRecordSetCount(Long resourceRecordSetCount)
Total number of resource record sets in the hosted zone. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
HostedZone |
withCallerReference(String callerReference)
A unique string that identifies the request to create the hosted zone. |
HostedZone |
withConfig(HostedZoneConfig config)
A complex type that contains the Comment element. |
HostedZone |
withId(String id)
The ID of the specified hosted zone. |
HostedZone |
withName(String name)
The name of the domain. |
HostedZone |
withResourceRecordSetCount(Long resourceRecordSetCount)
Total number of resource record sets in the hosted zone. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HostedZone()
public HostedZone(String id, String name, String callerReference)
id
- The ID of the specified hosted zone.name
- The name of the domain. This must be a fully-specified
domain, for example, www.example.com. The trailing dot is optional;
Route 53 assumes that the domain name is fully qualified. This means
that Route 53 treats www.example.com (without a trailing dot) and
www.example.com. (with a trailing dot) as identical. This is the
name you have registered with your DNS registrar. You should ask your
registrar to change the authoritative name servers for your domain to
the set of NameServers
elements returned in
DelegationSet
.
callerReference
- A unique string that identifies the request to
create the hosted zone.Method Detail |
---|
public String getId()
Constraints:
Length: 0 - 32
public void setId(String id)
Constraints:
Length: 0 - 32
id
- The ID of the specified hosted zone.public HostedZone withId(String id)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 32
id
- The ID of the specified hosted zone.
public String getName()
This is the
name you have registered with your DNS registrar. You should ask your
registrar to change the authoritative name servers for your domain to
the set of NameServers
elements returned in
DelegationSet
.
Constraints:
Length: 0 - 1024
This is the
name you have registered with your DNS registrar. You should ask your
registrar to change the authoritative name servers for your domain to
the set of NameServers
elements returned in
DelegationSet
.
public void setName(String name)
This is the
name you have registered with your DNS registrar. You should ask your
registrar to change the authoritative name servers for your domain to
the set of NameServers
elements returned in
DelegationSet
.
Constraints:
Length: 0 - 1024
name
- The name of the domain. This must be a fully-specified domain, for
example, www.example.com. The trailing dot is optional; Route 53
assumes that the domain name is fully qualified. This means that Route
53 treats www.example.com (without a trailing dot) and
www.example.com. (with a trailing dot) as identical. This is the
name you have registered with your DNS registrar. You should ask your
registrar to change the authoritative name servers for your domain to
the set of NameServers
elements returned in
DelegationSet
.
public HostedZone withName(String name)
This is the
name you have registered with your DNS registrar. You should ask your
registrar to change the authoritative name servers for your domain to
the set of NameServers
elements returned in
DelegationSet
.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1024
name
- The name of the domain. This must be a fully-specified domain, for
example, www.example.com. The trailing dot is optional; Route 53
assumes that the domain name is fully qualified. This means that Route
53 treats www.example.com (without a trailing dot) and
www.example.com. (with a trailing dot) as identical. This is the
name you have registered with your DNS registrar. You should ask your
registrar to change the authoritative name servers for your domain to
the set of NameServers
elements returned in
DelegationSet
.
public String getCallerReference()
Constraints:
Length: 1 - 128
public void setCallerReference(String callerReference)
Constraints:
Length: 1 - 128
callerReference
- A unique string that identifies the request to create the hosted zone.public HostedZone withCallerReference(String callerReference)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
callerReference
- A unique string that identifies the request to create the hosted zone.
public HostedZoneConfig getConfig()
Comment
element.
Comment
element.public void setConfig(HostedZoneConfig config)
Comment
element.
config
- A complex type that contains the Comment
element.public HostedZone withConfig(HostedZoneConfig config)
Comment
element.
Returns a reference to this object so that method calls can be chained together.
config
- A complex type that contains the Comment
element.
public Long getResourceRecordSetCount()
public void setResourceRecordSetCount(Long resourceRecordSetCount)
resourceRecordSetCount
- Total number of resource record sets in the hosted zone.public HostedZone withResourceRecordSetCount(Long resourceRecordSetCount)
Returns a reference to this object so that method calls can be chained together.
resourceRecordSetCount
- Total number of resource record sets in the hosted zone.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |