Class CreateHostedZoneResult

    • Constructor Detail

      • CreateHostedZoneResult

        public CreateHostedZoneResult()
    • Method Detail

      • setHostedZone

        public void setHostedZone​(HostedZone hostedZone)

        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

        public HostedZone 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

        public CreateHostedZoneResult withHostedZone​(HostedZone hostedZone)

        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

        public void setChangeInfo​(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.

        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

        public ChangeInfo 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

        public CreateHostedZoneResult withChangeInfo​(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.

        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

        public void setDelegationSet​(DelegationSet delegationSet)

        A complex type that contains name server information.

        Parameters:
        delegationSet - A complex type that contains name server information.
      • getDelegationSet

        public DelegationSet getDelegationSet()

        A complex type that contains name server information.

        Returns:
        A complex type that contains name server information.
      • withDelegationSet

        public CreateHostedZoneResult withDelegationSet​(DelegationSet delegationSet)

        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

        public void setVPC​(VPC vPC)
        Parameters:
        vPC -
      • getVPC

        public VPC getVPC()
        Returns:
      • withVPC

        public CreateHostedZoneResult withVPC​(VPC vPC)
        Parameters:
        vPC -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLocation

        public void setLocation​(String location)

        The unique URL representing the new hosted zone.

        Parameters:
        location - The unique URL representing the new hosted zone.
      • getLocation

        public String getLocation()

        The unique URL representing the new hosted zone.

        Returns:
        The unique URL representing the new hosted zone.
      • withLocation

        public CreateHostedZoneResult withLocation​(String location)

        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

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object