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

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

Introduction

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

The text is from its open source code.

Constructor

ChangeInfo()
Default constructor for ChangeInfo object.
ChangeInfo(String id, String status, java.util.Date submittedAt)
Constructs a new ChangeInfo object.
ChangeInfo(String id, ChangeStatus status, java.util.Date submittedAt)
Constructs a new ChangeInfo object.

Method

StringgetComment()

A complex type that describes change information about changes made to your hosted zone.

StringgetId()

The ID of the request.

StringgetStatus()

The current state of the request.

java.util.DategetSubmittedAt()

The date and time that the change request was submitted in ISO 8601 format and Coordinated Universal Time (UTC).

voidsetComment(String comment)

A complex type that describes change information about changes made to your hosted zone.

voidsetId(String id)

The ID of the request.

voidsetStatus(String status)

The current state of the request.

voidsetStatus(ChangeStatus status)

The current state of the request.

voidsetSubmittedAt(java.util.Date submittedAt)

The date and time that the change request was submitted in ISO 8601 format and Coordinated Universal Time (UTC).