Class CreateHostedZoneResult
- All Implemented Interfaces:
Serializable, Cloneable
A complex type containing the response information for the new hosted zone.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA complex type that contains information about the request to create a hosted zone.A complex type that contains name server information.A complex type that contains identifying information about the hosted zone.The unique URL representing the new hosted zone.getVPC()inthashCode()voidsetChangeInfo(ChangeInfo changeInfo) A complex type that contains information about the request to create a hosted zone.voidsetDelegationSet(DelegationSet delegationSet) A complex type that contains name server information.voidsetHostedZone(HostedZone hostedZone) A complex type that contains identifying information about the hosted zone.voidsetLocation(String location) The unique URL representing the new hosted zone.voidtoString()Returns a string representation of this object; useful for testing and debugging.withChangeInfo(ChangeInfo changeInfo) A complex type that contains information about the request to create a hosted zone.withDelegationSet(DelegationSet delegationSet) A complex type that contains name server information.withHostedZone(HostedZone hostedZone) A complex type that contains identifying information about the hosted zone.withLocation(String location) The unique URL representing the new hosted zone.
-
Constructor Details
-
CreateHostedZoneResult
public CreateHostedZoneResult()
-
-
Method Details
-
setHostedZone
A complex type that contains identifying information about the hosted zone.
- Parameters:
hostedZone- A complex type that contains identifying information about the hosted zone.
-
getHostedZone
A complex type that contains identifying information about the hosted zone.
- Returns:
- A complex type that contains identifying information about the hosted zone.
-
withHostedZone
A complex type that contains identifying information about the hosted zone.
- Parameters:
hostedZone- A complex type that contains identifying information about the hosted zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setChangeInfo
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.
- Parameters:
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.
-
getChangeInfo
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.
- Returns:
- 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.
-
withChangeInfo
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDelegationSet
A complex type that contains name server information.
- Parameters:
delegationSet- A complex type that contains name server information.
-
getDelegationSet
A complex type that contains name server information.
- Returns:
- A complex type that contains name server information.
-
withDelegationSet
A complex type that contains name server information.
- Parameters:
delegationSet- A complex type that contains name server information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVPC
- Parameters:
vPC-
-
getVPC
- Returns:
-
withVPC
- Parameters:
vPC-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLocation
The unique URL representing the new hosted zone.
- Parameters:
location- The unique URL representing the new hosted zone.
-
getLocation
The unique URL representing the new hosted zone.
- Returns:
- The unique URL representing the new hosted zone.
-
withLocation
The unique URL representing the new hosted zone.
- Parameters:
location- The unique URL representing the new hosted zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-