Class HostedZone

java.lang.Object
org.jclouds.route53.domain.HostedZone

public final class HostedZone extends Object
  • Method Details

    • getId

      public String getId()
      The ID of the hosted zone.
    • getName

      public String getName()
      The name of the domain.
    • getCallerReference

      public String getCallerReference()
      A unique string that identifies the request to create the hosted zone.
    • getResourceRecordSetCount

      public int getResourceRecordSetCount()
      count of record sets
    • getComment

      public com.google.common.base.Optional<String> getComment()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static HostedZone.Builder builder()
    • toBuilder

      public HostedZone.Builder toBuilder()