@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 complex type that describes change information about changes made to your hosted zone.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the request.
|
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
copy
public final String id()
The ID of the request.
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.ChangeStatus
public 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.ChangeStatus
public 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 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()
ToCopyableBuilder
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)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.