Class CreateHostedZoneResponse

    • Method Detail

      • hostedZone

        public final HostedZone hostedZone()

        A complex type that contains general information about the hosted zone.

        Returns:
        A complex type that contains general information about the hosted zone.
      • changeInfo

        public final ChangeInfo changeInfo()

        A complex type that contains information about the CreateHostedZone request.

        Returns:
        A complex type that contains information about the CreateHostedZone request.
      • delegationSet

        public final DelegationSet delegationSet()

        A complex type that describes the name servers for this hosted zone.

        Returns:
        A complex type that describes the name servers for this hosted zone.
      • vpc

        public final VPC vpc()

        A complex type that contains information about an Amazon VPC that you associated with this hosted zone.

        Returns:
        A complex type that contains information about an Amazon VPC that you associated with this hosted zone.
      • location

        public final String location()

        The unique URL representing the new hosted zone.

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

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object