@Generated(value="software.amazon.awssdk:codegen") public final class ChangeInfo extends Object implements SdkPojo, Serializable, 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 comment you can provide.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
This element contains an ID that you use when performing a GetChange action to get
detailed information about the change.
|
List<SdkField<?>> |
sdkFields() |
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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
public final 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 final 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 final 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 final String comment()
A comment you can provide.
public ChangeInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ChangeInfo.Builder,ChangeInfo>public static ChangeInfo.Builder builder()
public static Class<? extends ChangeInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.