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

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

Introduction

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

The text is from its open source code.

Constructor

ChangeResourceRecordSetsRequest(String hostedZoneId, ChangeBatch changeBatch)
Constructs a new ChangeResourceRecordSetsRequest object.
ChangeResourceRecordSetsRequest()
Default constructor for ChangeResourceRecordSetsRequest object.

Method

ChangeBatchgetChangeBatch()

A complex type that contains an optional comment and the Changes element.

StringgetHostedZoneId()

The ID of the hosted zone that contains the resource record sets that you want to change.

voidsetChangeBatch(ChangeBatch changeBatch)

A complex type that contains an optional comment and the Changes element.

voidsetHostedZoneId(String hostedZoneId)

The ID of the hosted zone that contains the resource record sets that you want to change.