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

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

Introduction

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

The text is from its open source code.

Constructor

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

Method

StringgetId()

The ID of the hosted zone that you want to get information about.

voidsetId(String id)

The ID of the hosted zone that you want to get information about.