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

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

Introduction

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

The text is from its open source code.

Constructor

DeleteHostedZoneRequest()
Default constructor for DeleteHostedZoneRequest object.
DeleteHostedZoneRequest(String id)
Constructs a new DeleteHostedZoneRequest object.

Method

StringgetId()

The ID of the hosted zone you want to delete.

voidsetId(String id)

The ID of the hosted zone you want to delete.