Java com.amazonaws.services.route53.model HostedZone fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.route53.model HostedZone fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.route53.model HostedZone.

The text is from its open source code.

Constructor

HostedZone()
Default constructor for HostedZone object.
HostedZone(String id, String name, String callerReference)
Constructs a new HostedZone object.

Method

StringgetCallerReference()

The value that you specified for CallerReference when you created the hosted zone.

HostedZoneConfiggetConfig()

A complex type that includes the Comment and PrivateZone elements.

StringgetId()

The ID that Amazon Route 53 assigned to the hosted zone when you created it.

StringgetName()

The name of the domain.

LonggetResourceRecordSetCount()

The number of resource record sets in the hosted zone.

voidsetCallerReference(String callerReference)

The value that you specified for CallerReference when you created the hosted zone.

voidsetConfig(HostedZoneConfig config)

A complex type that includes the Comment and PrivateZone elements.

voidsetId(String id)

The ID that Amazon Route 53 assigned to the hosted zone when you created it.

voidsetName(String name)

The name of the domain.

voidsetResourceRecordSetCount(Long resourceRecordSetCount)

The number of resource record sets in the hosted zone.