|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.route53.model.CreateHostedZoneResult
public class CreateHostedZoneResult
A complex type containing the response information for the new hosted zone.
Constructor Summary | |
---|---|
CreateHostedZoneResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
ChangeInfo |
getChangeInfo()
A complex type that contains information about the request to create a hosted zone. |
DelegationSet |
getDelegationSet()
A complex type that contains name server information. |
HostedZone |
getHostedZone()
A complex type that contains identifying information about the hosted zone. |
String |
getLocation()
The unique URL representing the new hosted zone. |
int |
hashCode()
|
void |
setChangeInfo(ChangeInfo changeInfo)
A complex type that contains information about the request to create a hosted zone. |
void |
setDelegationSet(DelegationSet delegationSet)
A complex type that contains name server information. |
void |
setHostedZone(HostedZone hostedZone)
A complex type that contains identifying information about the hosted zone. |
void |
setLocation(String location)
The unique URL representing the new hosted zone. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreateHostedZoneResult |
withChangeInfo(ChangeInfo changeInfo)
A complex type that contains information about the request to create a hosted zone. |
CreateHostedZoneResult |
withDelegationSet(DelegationSet delegationSet)
A complex type that contains name server information. |
CreateHostedZoneResult |
withHostedZone(HostedZone hostedZone)
A complex type that contains identifying information about the hosted zone. |
CreateHostedZoneResult |
withLocation(String location)
The unique URL representing the new hosted zone. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CreateHostedZoneResult()
Method Detail |
---|
public HostedZone getHostedZone()
public void setHostedZone(HostedZone hostedZone)
hostedZone
- A complex type that contains identifying information about the hosted
zone.public CreateHostedZoneResult withHostedZone(HostedZone hostedZone)
Returns a reference to this object so that method calls can be chained together.
hostedZone
- A complex type that contains identifying information about the hosted
zone.
public ChangeInfo getChangeInfo()
public void setChangeInfo(ChangeInfo changeInfo)
changeInfo
- A complex type that contains information about the request to create a
hosted zone. This includes an ID that you use when you call the
GetChange action to get the current status of the change
request.public CreateHostedZoneResult withChangeInfo(ChangeInfo changeInfo)
Returns a reference to this object so that method calls can be chained together.
changeInfo
- A complex type that contains information about the request to create a
hosted zone. This includes an ID that you use when you call the
GetChange action to get the current status of the change
request.
public DelegationSet getDelegationSet()
public void setDelegationSet(DelegationSet delegationSet)
delegationSet
- A complex type that contains name server information.public CreateHostedZoneResult withDelegationSet(DelegationSet delegationSet)
Returns a reference to this object so that method calls can be chained together.
delegationSet
- A complex type that contains name server information.
public String getLocation()
Constraints:
Length: 0 - 1024
public void setLocation(String location)
Constraints:
Length: 0 - 1024
location
- The unique URL representing the new hosted zone.public CreateHostedZoneResult withLocation(String location)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1024
location
- The unique URL representing the new 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 |