@Generated(value="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 and Description |
|---|---|
static interface |
ChangeInfo.Builder |
| Modifier and Type | Method and 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the request.
|
static Class<? extends ChangeInfo.Builder> |
serializableBuilderClass() |
ChangeStatus |
status()
The current state of the request.
|
String |
statusAsString()
The current state of the request.
|
Instant |
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() |
copypublic String id()
The ID of the request.
public ChangeStatus status()
The current state of the request. PENDING indicates that this request has not yet been applied to
all Amazon Route 53 DNS servers.
If the service returns an enum value that is not available in the current SDK version, status will
return ChangeStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
PENDING indicates that this request has not yet been
applied to all Amazon Route 53 DNS servers.ChangeStatuspublic String statusAsString()
The current state of the request. PENDING indicates that this request has not yet been applied to
all Amazon Route 53 DNS servers.
If the service returns an enum value that is not available in the current SDK version, status will
return ChangeStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
PENDING indicates that this request has not yet been
applied to all Amazon Route 53 DNS servers.ChangeStatuspublic Instant 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.