ToCopyableBuilder<ChangeInfo.Builder,ChangeInfo>@Generated("software.amazon.awssdk:codegen") public class ChangeInfo extends Object implements ToCopyableBuilder<ChangeInfo.Builder,ChangeInfo>
A complex type that describes change information about changes made to your hosted zone.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ChangeInfo.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static ChangeInfo.Builder |
builder() |
|
String |
comment() |
A complex type that describes change information about changes made to your hosted zone.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
id() |
The ID of the request.
|
static Class<? extends ChangeInfo.Builder> |
serializableBuilderClass() |
|
String |
status() |
The current state of the request.
|
Date |
submittedAt() |
The date and time that the change request was submitted in ISO
8601 format and Coordinated Universal Time (UTC).
|
ChangeInfo.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String id()
The ID of the request.
public String status()
The current state of the request. PENDING indicates that this request has not yet been applied to
all Amazon Route 53 DNS servers.
PENDING indicates that this request has not yet been
applied to all Amazon Route 53 DNS servers.ChangeStatuspublic Date submittedAt()
The date and time that the change request was submitted in ISO
8601 format and Coordinated Universal Time (UTC). For example, the value
2017-03-27T17:48:16.751Z represents March 27, 2017 at 17:48:16.751 UTC.
2017-03-27T17:48:16.751Z represents March 27, 2017 at 17:48:16.751
UTC.public String comment()
A complex type that describes change information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
public ChangeInfo.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ChangeInfo.Builder,ChangeInfo>public static ChangeInfo.Builder builder()
public static Class<? extends ChangeInfo.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.